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
aab4ca0a
Commit
aab4ca0a
authored
8 years ago
by
Gaelle TANGUY
Browse files
Options
Downloads
Patches
Plain Diff
G.Delautier 15/11/2006 : modif for ncl files
parent
b0a696db
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/MNH/write_diachro.f90
+5
-4
5 additions, 4 deletions
src/MNH/write_diachro.f90
with
5 additions
and
4 deletions
src/MNH/write_diachro.f90
+
5
−
4
View file @
aab4ca0a
...
@@ -68,7 +68,8 @@
...
@@ -68,7 +68,8 @@
!! add the initialization of the dimensions of
!! add the initialization of the dimensions of
!! MASK array in MASK case with write outside the
!! MASK array in MASK case with write outside the
!! routine.
!! routine.
!! J.Escobar 02/10/2015 modif for JPHEXT(JPVEXT) variable
!! J.Escobar 02/10/2015 modif for JPHEXT(JPVEXT) variable
!! D.Gazen+ G.Delautier 06/2016 modif for ncl files
!-------------------------------------------------------------------------------
!-------------------------------------------------------------------------------
!
!
!* 0. DECLARATIONS
!* 0. DECLARATIONS
...
@@ -440,14 +441,14 @@ DO J = 1,IP
...
@@ -440,14 +441,14 @@ DO J = 1,IP
IF
(
PRESENT
(
OICP
)
.AND.
PRESENT
(
OJCP
))
THEN
IF
(
PRESENT
(
OICP
)
.AND.
PRESENT
(
OJCP
))
THEN
IF
(
HTYPE
==
'CART'
.AND.
.NOT.
OICP
.AND.
.NOT.
OJCP
)
THEN
IF
(
HTYPE
==
'CART'
.AND.
.NOT.
OICP
.AND.
.NOT.
OJCP
)
THEN
CALL
FMWRITBOX
(
HFILEDIA
,
YRECFM
,
HLUOUTDIA
,
'BUDGET'
,
PVAR
(:,:,:,:,:,
J
),
KGRID
(
J
),
&
CALL
FMWRITBOX
(
HFILEDIA
,
YRECFM
,
HLUOUTDIA
,
'BUDGET'
,
PVAR
(:,:,:,:,:,
J
),
KGRID
(
J
),
&
YCOMMENT
,
KIL
+
JPHEXT
,
KIH
+
JPHEXT
,
KJL
+
JPHEXT
,
KJH
+
JPHEXT
,
IRESPDIA
)
HTITRE
(
J
)
,
KIL
+
JPHEXT
,
KIH
+
JPHEXT
,
KJL
+
JPHEXT
,
KJH
+
JPHEXT
,
IRESPDIA
)
ELSE
ELSE
CALL
FMWRIT
(
HFILEDIA
,
YRECFM
,
HLUOUTDIA
,
'--'
,
PVAR
(:,:,:,:,:,
J
),
KGRID
(
J
),
&
CALL
FMWRIT
(
HFILEDIA
,
YRECFM
,
HLUOUTDIA
,
'--'
,
PVAR
(:,:,:,:,:,
J
),
KGRID
(
J
),
&
I
LEN
CH
,
YCOMMENT
,
IRESPDIA
)
LEN
(
HTITRE
(
J
)),
HTITRE
(
J
)
,
IRESPDIA
)
ENDIF
ENDIF
ELSE
ELSE
CALL
FMWRIT
(
HFILEDIA
,
YRECFM
,
HLUOUTDIA
,
'--'
,
PVAR
(:,:,:,:,:,
J
),
KGRID
(
J
),
&
CALL
FMWRIT
(
HFILEDIA
,
YRECFM
,
HLUOUTDIA
,
'--'
,
PVAR
(:,:,:,:,:,
J
),
KGRID
(
J
),
&
I
LEN
CH
,
YCOMMENT
,
IRESPDIA
)
LEN
(
HTITRE
(
J
)),
HTITRE
(
J
)
,
IRESPDIA
)
END
IF
END
IF
IF
(
NVERB
>=
5
)
THEN
IF
(
NVERB
>=
5
)
THEN
WRITE
(
ILUOUTDIA
,
*
)
J
,
TRIM
(
YRECFM
)
WRITE
(
ILUOUTDIA
,
*
)
J
,
TRIM
(
YRECFM
)
...
...
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