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
6377290e
Commit
6377290e
authored
3 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 12/07/2021: budgets: change group of several LES terms
parent
4b77a6f7
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_lesn.f90
+21
-16
21 additions, 16 deletions
src/MNH/write_lesn.f90
with
21 additions
and
16 deletions
src/MNH/write_lesn.f90
+
21
−
16
View file @
6377290e
...
...
@@ -978,8 +978,8 @@ end if
!* 3. surface normalization parameters
! --------------------------------
!
cgroup
=
'
Miscellaneous
'
cgroupcomment
=
'
Miscellaneous terms (geometry, various unclassified averaged
terms
...)
'
cgroup
=
'
Radiation
'
cgroupcomment
=
'
Radiative
terms'
!Prepare metadata (used in Les_diachro_write calls)
tfield
%
ndims
=
2
...
...
@@ -1028,8 +1028,26 @@ end if
call
Les_diachro_write
(
tpdiafile
,
XLES_USTAR
,
'Ustar'
,
'Friction velocity'
,
'm s-1'
)
call
Les_diachro_write
(
tpdiafile
,
XLES_WSTAR
,
'Wstar'
,
'Convective velocity'
,
'm s-1'
)
call
Les_diachro_write
(
tpdiafile
,
XLES_BL_HEIGHT
,
'BL_H'
,
'Boundary Layer Height'
,
'm'
)
call
Les_diachro_write
(
tpdiafile
,
XLES_MO_LENGTH
,
'L_MO'
,
'Monin-Obukhov length'
,
'm'
)
if
(
luserr
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_PRECFR
,
'PREC_FRAC'
,
'Fraction of columns where rain at surface'
,
'1'
)
if
(
luserr
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_INPRR
,
'INST_PREC'
,
'Instantaneous precipitation rate'
,
'mm day-1'
)
if
(
luserc
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_INPRC
,
'INST_SEDIM'
,
'Instantaneous cloud precipitation rate'
,
'mm day-1'
)
if
(
luserc
.and.
(
ldeposc
.or.
ldepoc
)
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_INDEP
,
'INST_DEPOS'
,
'Instantaneous cloud deposition rate'
,
'mm day-1'
)
if
(
luserr
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_RAIN_INPRR
,
'RAIN_PREC'
,
'Instantaneous precipitation rate over rainy grid cells'
,
&
'mm day-1'
)
if
(
luserr
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_ACPRR
,
'ACCU_PREC'
,
'Accumulated precipitation rate'
,
'mm'
)
cgroup
=
'Miscellaneous'
cgroupcomment
=
'Miscellaneous terms (geometry, various unclassified averaged terms...)'
call
Les_diachro_write
(
tpdiafile
,
XLES_BL_HEIGHT
,
'BL_H'
,
'Boundary Layer Height'
,
'm'
)
call
Les_diachro_write
(
tpdiafile
,
XLES_INT_TKE
,
'INT_TKE'
,
'Vertical integrated TKE'
,
'm2 s-2'
)
if
(
luserc
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_ZCB
,
'ZCB'
,
'Cloud base Height'
,
'm'
)
...
...
@@ -1051,19 +1069,6 @@ if ( luserg ) &
call
Les_diachro_write
(
tpdiafile
,
XLES_GWP
,
'GWP'
,
'Graupel Water path'
,
'kg m-2'
)
if
(
luserh
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_HWP
,
'HWP'
,
'Hail Water path'
,
'kg m-2'
)
if
(
luserr
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_PRECFR
,
'PREC_FRAC'
,
'Fraction of columns where rain at surface'
,
'1'
)
if
(
luserr
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_INPRR
,
'INST_PREC'
,
'Instantaneous precipitation rate'
,
'mm day-1'
)
if
(
luserc
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_INPRC
,
'INST_SEDIM'
,
'Instantaneous cloud precipitation rate'
,
'mm day-1'
)
if
(
luserc
.and.
(
ldeposc
.or.
ldepoc
)
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_INDEP
,
'INST_DEPOS'
,
'Instantaneous cloud deposition rate'
,
'mm day-1'
)
if
(
luserr
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_RAIN_INPRR
,
'RAIN_PREC'
,
'Instantaneous precipitation rate over rainy grid cells'
,
&
'mm day-1'
)
if
(
luserr
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_ACPRR
,
'ACCU_PREC'
,
'Accumulated precipitation rate'
,
'mm'
)
if
(
luserc
)
&
call
Les_diachro_write
(
tpdiafile
,
XLES_ZMAXCF
,
'ZMAXCF'
,
'Height of Cloud fraction maximum (rc>1e-6)'
,
'm'
)
if
(
luserc
)
&
...
...
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