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
5931f1b8
Commit
5931f1b8
authored
3 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 14/01/2022: 1 LINI_NSV for each model
parent
e8237096
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/MNH/ini_nsv.f90
+1
-1
1 addition, 1 deletion
src/MNH/ini_nsv.f90
src/MNH/modd_nsv.f90
+2
-2
2 additions, 2 deletions
src/MNH/modd_nsv.f90
src/MNH/update_nsv.f90
+2
-2
2 additions, 2 deletions
src/MNH/update_nsv.f90
with
5 additions
and
5 deletions
src/MNH/ini_nsv.f90
+
1
−
1
View file @
5931f1b8
...
@@ -148,7 +148,7 @@ INTEGER :: JMODE, JMOM, JSV_NAME
...
@@ -148,7 +148,7 @@ INTEGER :: JMODE, JMOM, JSV_NAME
!
!
!-------------------------------------------------------------------------------
!-------------------------------------------------------------------------------
!
!
LINI_NSV
=
.TRUE.
LINI_NSV
(
KMI
)
=
.TRUE.
ILUOUT
=
TLUOUT
%
NLU
ILUOUT
=
TLUOUT
%
NLU
!
!
...
...
This diff is collapsed.
Click to expand it.
src/MNH/modd_nsv.f90
+
2
−
2
View file @
5931f1b8
!MNH_LIC Copyright 2001-202
1
CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC Copyright 2001-202
2
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.
...
@@ -46,7 +46,7 @@ SAVE
...
@@ -46,7 +46,7 @@ SAVE
!
!
REAL
,
DIMENSION
(
JPSVMAX
)
::
XSVMIN
! minimum value for SV variables
REAL
,
DIMENSION
(
JPSVMAX
)
::
XSVMIN
! minimum value for SV variables
!
!
LOGICAL
::
LINI_NSV
=
.FALSE.
! becomes True when routine INI_NSV is called
LOGICAL
::
LINI_NSV
(
JPMODELMAX
)
=
.FALSE.
! becomes True when routine INI_NSV is called
!
!
CHARACTER
(
LEN
=
JPSVNAMELGTMAX
),
DIMENSION
(:,:),
ALLOCATABLE
,
TARGET
::
CSVNAMES_A
!Names of all the scalar variables
CHARACTER
(
LEN
=
JPSVNAMELGTMAX
),
DIMENSION
(:,:),
ALLOCATABLE
,
TARGET
::
CSVNAMES_A
!Names of all the scalar variables
TYPE
(
tfieldmetadata
),
DIMENSION
(:,:),
ALLOCATABLE
,
TARGET
::
TSVLIST_A
!Metadata of all the scalar variables
TYPE
(
tfieldmetadata
),
DIMENSION
(:,:),
ALLOCATABLE
,
TARGET
::
TSVLIST_A
!Metadata of all the scalar variables
...
...
This diff is collapsed.
Click to expand it.
src/MNH/update_nsv.f90
+
2
−
2
View file @
5931f1b8
!MNH_LIC Copyright 2001-202
1
CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC Copyright 2001-202
2
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.
...
@@ -45,7 +45,7 @@ INTEGER :: JI, JJ
...
@@ -45,7 +45,7 @@ INTEGER :: JI, JJ
TYPE
(
tfieldmetadata
),
DIMENSION
(:,:),
ALLOCATABLE
::
YSVLIST_TMP
TYPE
(
tfieldmetadata
),
DIMENSION
(:,:),
ALLOCATABLE
::
YSVLIST_TMP
!
!
! STOP if INI_NSV has not be called yet
! STOP if INI_NSV has not be called yet
IF
(
.NOT.
LINI_NSV
)
THEN
IF
(
.NOT.
LINI_NSV
(
KMI
)
)
THEN
call
Print_msg
(
NVERB_FATAL
,
'GEN'
,
'UPDATE_NSV'
,
'can not continue because INI_NSV was not called'
)
call
Print_msg
(
NVERB_FATAL
,
'GEN'
,
'UPDATE_NSV'
,
'can not continue because INI_NSV was not called'
)
END
IF
END
IF
!
!
...
...
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