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
edbe5607
Commit
edbe5607
authored
1 year ago
by
RODIER Quentin
Browse files
Options
Downloads
Patches
Plain Diff
Quentin 13/12/2023: add check consistency for LLES_CS_MASK with LCONDSAMP
parent
6e6d4696
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
+8
-0
8 additions, 0 deletions
src/MNH/read_exsegn.f90
with
8 additions
and
0 deletions
src/MNH/read_exsegn.f90
+
8
−
0
View file @
edbe5607
...
...
@@ -2994,6 +2994,14 @@ IF (CLES_NORM_TYPE=='EKMA' .AND. .NOT. LCORIO) THEN
CLES_NORM_TYPE
=
'NONE'
END
IF
!
IF
(
LLES_CS_MASK
.AND.
.NOT.
LCONDSAMP
)
THEN
WRITE
(
ILUOUT
,
FMT
=*
)
'YOU WANT TO USE CONDITIONAL SAMPLING LES DIAG'
WRITE
(
ILUOUT
,
FMT
=*
)
'BUT THE CONDITIONAL SAMPLING IS NOT ACTIVATED'
WRITE
(
ILUOUT
,
FMT
=*
)
'USE NAM_CONDSAMP LCONDSAMP=T'
CALL
PRINT_MSG
(
NVERB_FATAL
,
'GEN'
,
'READ_EXSEG_n'
,
'WITH LLES_CS_MASK=T YOU MUST USE LCONDSAMP=T'
)
END
IF
!
!
!* 4.7 Check the coherence with LNUMDIFF
!
IF
(
L1D
.AND.
(
LNUMDIFU
.OR.
LNUMDIFTH
.OR.
LNUMDIFSV
)
)
THEN
...
...
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