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
270a15ff
Commit
270a15ff
authored
2 years ago
by
RODIER Quentin
Browse files
Options
Downloads
Patches
Plain Diff
Quentin 27/01/2023: rename ADAP mixing length to HM21 (MNH part)
parent
3c56131a
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/read_exsegn.f90
+3
-3
3 additions, 3 deletions
src/MNH/read_exsegn.f90
with
3 additions
and
3 deletions
src/MNH/read_exsegn.f90
+
3
−
3
View file @
270a15ff
...
@@ -301,7 +301,7 @@ END MODULE MODI_READ_EXSEG_n
...
@@ -301,7 +301,7 @@ END MODULE MODI_READ_EXSEG_n
! P. Wautelet 09/03/2021: simplify allocation of scalar variable names
! P. Wautelet 09/03/2021: simplify allocation of scalar variable names
! P. Wautelet 09/03/2021: move some chemistry initializations to ini_nsv
! P. Wautelet 09/03/2021: move some chemistry initializations to ini_nsv
! P. Wautelet 10/03/2021: move scalar variable name initializations to ini_nsv
! P. Wautelet 10/03/2021: move scalar variable name initializations to ini_nsv
! R. Honnert 23/04/2021: add
ADAP
mixing length and delete HRIO and BOUT from CMF_UPDRAFT
! R. Honnert 23/04/2021: add
HM21
mixing length and delete HRIO and BOUT from CMF_UPDRAFT
! S. Riette 11/05/2021 HighLow cloud
! S. Riette 11/05/2021 HighLow cloud
! A. Costes 12/2021: add Blaze fire model
! A. Costes 12/2021: add Blaze fire model
! P. Wautelet 24/06/2022: remove check on CSTORAGE_TYPE for restart of ForeFire variables
! P. Wautelet 24/06/2022: remove check on CSTORAGE_TYPE for restart of ForeFire variables
...
@@ -890,7 +890,7 @@ CALL TEST_NAM_VAR(ILUOUT,'CLBCY(1)',CLBCY(1),'CYCL','WALL','OPEN')
...
@@ -890,7 +890,7 @@ CALL TEST_NAM_VAR(ILUOUT,'CLBCY(1)',CLBCY(1),'CYCL','WALL','OPEN')
CALL
TEST_NAM_VAR
(
ILUOUT
,
'CLBCY(2)'
,
CLBCY
(
2
),
'CYCL'
,
'WALL'
,
'OPEN'
)
CALL
TEST_NAM_VAR
(
ILUOUT
,
'CLBCY(2)'
,
CLBCY
(
2
),
'CYCL'
,
'WALL'
,
'OPEN'
)
!
!
CALL
TEST_NAM_VAR
(
ILUOUT
,
'CTURBDIM'
,
CTURBDIM
,
'1DIM'
,
'3DIM'
)
CALL
TEST_NAM_VAR
(
ILUOUT
,
'CTURBDIM'
,
CTURBDIM
,
'1DIM'
,
'3DIM'
)
CALL
TEST_NAM_VAR
(
ILUOUT
,
'CTURBLEN'
,
CTURBLEN
,
'DELT'
,
'BL89'
,
'RM17'
,
'DEAR'
,
'BLKR'
,
'
ADAP
'
)
CALL
TEST_NAM_VAR
(
ILUOUT
,
'CTURBLEN'
,
CTURBLEN
,
'DELT'
,
'BL89'
,
'RM17'
,
'DEAR'
,
'BLKR'
,
'
HM21
'
)
CALL
TEST_NAM_VAR
(
ILUOUT
,
'CTOM'
,
CTOM
,
'NONE'
,
'TM06'
)
CALL
TEST_NAM_VAR
(
ILUOUT
,
'CTOM'
,
CTOM
,
'NONE'
,
'TM06'
)
CALL
TEST_NAM_VAR
(
ILUOUT
,
'CSUBG_AUCV'
,
CSUBG_AUCV
,
'NONE'
,
'CLFR'
,
'SIGM'
,
'PDF'
,
'ADJU'
)
CALL
TEST_NAM_VAR
(
ILUOUT
,
'CSUBG_AUCV'
,
CSUBG_AUCV
,
'NONE'
,
'CLFR'
,
'SIGM'
,
'PDF'
,
'ADJU'
)
CALL
TEST_NAM_VAR
(
ILUOUT
,
'CSUBG_AUCV_RI'
,
CSUBG_AUCV_RI
,
'NONE'
,
'CLFR'
,
'ADJU'
)
CALL
TEST_NAM_VAR
(
ILUOUT
,
'CSUBG_AUCV_RI'
,
CSUBG_AUCV_RI
,
'NONE'
,
'CLFR'
,
'ADJU'
)
...
@@ -1644,7 +1644,7 @@ ELSE
...
@@ -1644,7 +1644,7 @@ ELSE
END
IF
END
IF
END
IF
END
IF
!
!
IF
(
CTURBLEN
==
'RM17'
.OR.
CTURBLEN
==
'
ADAP
'
)
THEN
IF
(
CTURBLEN
==
'RM17'
.OR.
CTURBLEN
==
'
HM21
'
)
THEN
XCEDIS
=
0.34
XCEDIS
=
0.34
ELSE
ELSE
XCEDIS
=
0.84
XCEDIS
=
0.84
...
...
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