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
Méso-NH
Méso-NH code
Commits
87b7ffbf
Commit
87b7ffbf
authored
1 year ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 09/01/2024: SURFEX: manually add modi_lt_date (was not generated correctly)
parent
3b6e334c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/SURFEX/lt_date.F90
+15
-0
15 additions, 0 deletions
src/SURFEX/lt_date.F90
with
15 additions
and
0 deletions
src/SURFEX/lt_date.F90
+
15
−
0
View file @
87b7ffbf
...
...
@@ -2,6 +2,19 @@
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!SFX_LIC for details. version 1.
MODULE
MODI_LT_DATE
INTERFACE
FUNCTION
LT_DATE
(
DATE1
,
DATE2
)
USE
MODD_TYPE_DATE_SURF
!
IMPLICIT
NONE
!
TYPE
(
DATE_TIME
),
INTENT
(
IN
)
::
DATE1
,
DATE2
LOGICAL
::
LT_DATE
!Boolean flush to true if date1 is lower than date2
END
FUNCTION
LT_DATE
END
INTERFACE
END
MODULE
MODI_LT_DATE
!
FUNCTION
LT_DATE
(
DATE1
,
DATE2
)
!!
!!*** *LT_DATE* -
...
...
@@ -30,6 +43,8 @@ FUNCTION LT_DATE(DATE1, DATE2)
!! ------------------
!
USE
MODD_TYPE_DATE_SURF
!
IMPLICIT
NONE
!
TYPE
(
DATE_TIME
),
INTENT
(
IN
)
::
DATE1
,
DATE2
LOGICAL
::
LT_DATE
!Boolean flush to true if date1 is lower than date2
...
...
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