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
7de40518
Commit
7de40518
authored
2 years ago
by
RODIER Quentin
Browse files
Options
Downloads
Patches
Plain Diff
Quentin 23/02/2023: merge from 5.6 mesonh modd_nsv
parent
8c54403a
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/common/aux/modd_nsv.F90
+4
-3
4 additions, 3 deletions
src/common/aux/modd_nsv.F90
with
4 additions
and
3 deletions
src/common/aux/modd_nsv.F90
+
4
−
3
View file @
7de40518
!MNH_LIC Copyright 2001-202
1
CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC Copyright 2001-202
3
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.
...
@@ -52,6 +52,7 @@ REAL,DIMENSION(JPSVMAX) :: XSVMIN ! minimum value for SV variables
...
@@ -52,6 +52,7 @@ REAL,DIMENSION(JPSVMAX) :: XSVMIN ! minimum value for SV variables
LOGICAL
::
LINI_NSV
(
JPMODELMAX
)
=
.FALSE.
! becomes True when routine INI_NSV is called
LOGICAL
::
LINI_NSV
(
JPMODELMAX
)
=
.FALSE.
! becomes True when routine INI_NSV is called
!
!
CHARACTER
(
LEN
=
NMNHNAMELGTMAX
),
DIMENSION
(:,:),
ALLOCATABLE
,
TARGET
::
CSV_CHEM_LIST_A
!Names of all the chemical variables
CHARACTER
(
LEN
=
NMNHNAMELGTMAX
),
DIMENSION
(:,:),
ALLOCATABLE
,
TARGET
::
CSV_CHEM_LIST_A
!Names of all the chemical variables
CHARACTER
(
LEN
=
6
),
DIMENSION
(:,:),
ALLOCATABLE
,
TARGET
::
CSV_A
!Names of 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
INTEGER
,
DIMENSION
(
JPMODELMAX
)::
NSV_A
=
0
! total number of scalar variables
INTEGER
,
DIMENSION
(
JPMODELMAX
)::
NSV_A
=
0
! total number of scalar variables
...
@@ -166,9 +167,9 @@ INTEGER,DIMENSION(JPMODELMAX)::NSV_SNWEND_A = 0 ! NSV_SNWBEG_A...NSV_SNWEND_A
...
@@ -166,9 +167,9 @@ INTEGER,DIMENSION(JPMODELMAX)::NSV_SNWEND_A = 0 ! NSV_SNWBEG_A...NSV_SNWEND_A
! variables updated for the current model
! variables updated for the current model
!
!
CHARACTER
(
LEN
=
NMNHNAMELGTMAX
),
DIMENSION
(:),
POINTER
::
CSV_CHEM_LIST
!Names of all the chemical variables
CHARACTER
(
LEN
=
NMNHNAMELGTMAX
),
DIMENSION
(:),
POINTER
::
CSV_CHEM_LIST
!Names of all the chemical variables
TYPE
(
tfieldmetadata
),
DIMENSION
(:),
POINTER
::
T
SV
LIST
!Metadata of all
the scalar variables
CHARACTER
(
LEN
=
6
),
DIMENSION
(:),
POINTER
::
C
SV
!Names of
the scalar variables
CHARACTER
(
LEN
=
6
),
DIMENSION
(:),
ALLOCATABLE
::
C
SV
! name of
the scalar variables
TYPE
(
tfieldmetadata
),
DIMENSION
(:),
POINTER
::
T
SV
LIST
!Metadata of all
the scalar variables
INTEGER
::
NSV
=
0
! total number of user scalar variables
INTEGER
::
NSV
=
0
! total number of user scalar variables
!
!
...
...
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