Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RODIER Quentin
Méso-NH code
Commits
3c8c8399
Commit
3c8c8399
authored
5 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 24/07/2019: set default values for DATE_TIME type
parent
e2ad0bab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/MNH/modd_type_date.f90
+14
-17
14 additions, 17 deletions
src/MNH/modd_type_date.f90
with
14 additions
and
17 deletions
src/MNH/modd_type_date.f90
+
14
−
17
View file @
3c8c8399
!MNH_LIC Copyright 199
4
-201
4
CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC Copyright 199
7
-201
9
CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
!MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
!MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!MNH_LIC for details. version 1.
!MNH_LIC for details. version 1.
!-----------------------------------------------------------------
!-----------------------------------------------------------------
!--------------- special set of characters for RCS information
!-----------------------------------------------------------------
! $Source$ $Revision$
! MASDEV4_7 modd 2006/05/18 13:07:25
!-----------------------------------------------------------------
! #################
! #################
MODULE
MODD_TYPE_DATE
MODULE
MODD_TYPE_DATE
! #################
! #################
...
@@ -17,7 +12,7 @@
...
@@ -17,7 +12,7 @@
!! PURPOSE
!! PURPOSE
!! -------
!! -------
! The purpose of this declarative module is to define
! The purpose of this declarative module is to define
! the time types
.
! the time types
!
!
!!
!!
!!** IMPLICIT ARGUMENTS
!!** IMPLICIT ARGUMENTS
...
@@ -27,31 +22,33 @@
...
@@ -27,31 +22,33 @@
!! REFERENCE
!! REFERENCE
!! ---------
!! ---------
!! Book2 of documentation of Meso-NH (module MODD_TYPE_DATE)
!! Book2 of documentation of Meso-NH (module MODD_TYPE_DATE)
!!
!!
!! AUTHOR
!! AUTHOR
!! ------
!! ------
!! P. Jabouille *Meteo France*
!! P. Jabouille *Meteo France*
!!
!!
!! MODIFICATIONS
!! MODIFICATIONS
!! -------------
!! -------------
!! Original 11/08/97
!! Original 11/08/97
! P. Wautelet 24/07/2019: set default values
!-------------------------------------------------------------------------------
!-------------------------------------------------------------------------------
!
!
!* 0. DECLARATIONS
!* 0. DECLARATIONS
! ------------
! ------------
!
!
!
use
modd_parameters
,
only
:
NNEGUNDEF
,
XNEGUNDEF
IMPLICIT
NONE
IMPLICIT
NONE
!
!
TYPE
DATE
TYPE
DATE
INTEGER
::
YEAR
INTEGER
::
YEAR
=
NNEGUNDEF
INTEGER
::
MONTH
INTEGER
::
MONTH
=
0
INTEGER
::
DAY
INTEGER
::
DAY
=
0
END
TYPE
DATE
END
TYPE
DATE
!
!
TYPE
DATE_TIME
TYPE
DATE_TIME
TYPE
(
DATE
)
::
TDATE
TYPE
(
DATE
)
::
TDATE
REAL
::
TIME
REAL
::
TIME
=
XNEGUNDEF
END
TYPE
DATE_TIME
END
TYPE
DATE_TIME
!
!
END
MODULE
MODD_TYPE_DATE
END
MODULE
MODD_TYPE_DATE
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment