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
246ad00d
Commit
246ad00d
authored
4 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 13/10/2020: bugfix: correct some names for LES_DIACHRO_2PT diagnostics (Ri)
parent
f03c1350
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
+8
-8
8 additions, 8 deletions
src/MNH/write_lesn.f90
with
8 additions
and
8 deletions
src/MNH/write_lesn.f90
+
8
−
8
View file @
246ad00d
!MNH_LIC Copyright 2000-20
19
CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC Copyright 2000-20
20
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 version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!MNH_LIC for details. version 1.
...
...
@@ -55,9 +55,9 @@ END MODULE MODI_WRITE_LES_n
!! 10/10/09 (P. Aumond) Add user multimaskS
!! 11/15 (C.Lac) Add production terms of TKE
!! 10/2016 (C.Lac) Add droplet deposition
!
! P
hilippe
Wautelet
:
05/2016-04/2018: new data structures and calls for I/O
!
!!!
02/2019
(C. Lac) A
dd rain fraction as a LES diagnostic
! P
.
Wautelet 05/2016-04/2018: new data structures and calls for I/O
!
C. Lac
02/2019
: a
dd rain fraction as a LES diagnostic
! P. Wautelet 13/10/2020: bugfix: correct some names for LES_DIACHRO_2PT diagnostics (Ri)
!! --------------------------------------------------------------------------
!
!* 0. DECLARATIONS
...
...
@@ -1454,13 +1454,13 @@ IF (HLES_AVG==' ' .OR. HLES_AVG=='A') THEN
"m kg s-1 kg-1"
,
XCORRi_WRc
,
XCORRj_WRc
,
HLES_AVG
)
END
IF
IF
(
LUSERI
)
THEN
CALL
LES_DIACHRO_2PT
(
TPDIAFILE
,
"R
CRC
"
,
"ri*ri 2 points correlations"
,
&
CALL
LES_DIACHRO_2PT
(
TPDIAFILE
,
"R
IRI
"
,
"ri*ri 2 points correlations"
,
&
"kg2 kg-2 "
,
XCORRi_RiRi
,
XCORRj_RiRi
,
HLES_AVG
)
CALL
LES_DIACHRO_2PT
(
TPDIAFILE
,
"THR
C
"
,
"th*ri 2 points correlations"
,
&
CALL
LES_DIACHRO_2PT
(
TPDIAFILE
,
"THR
I
"
,
"th*ri 2 points correlations"
,
&
"K kg kg-1 "
,
XCORRi_ThRi
,
XCORRj_ThRi
,
HLES_AVG
)
CALL
LES_DIACHRO_2PT
(
TPDIAFILE
,
"TLR
C
"
,
"thl*ri 2 points correlations"
,
&
CALL
LES_DIACHRO_2PT
(
TPDIAFILE
,
"TLR
I
"
,
"thl*ri 2 points correlations"
,
&
"K kg kg-1 "
,
XCORRi_ThlRi
,
XCORRj_ThlRi
,
HLES_AVG
)
CALL
LES_DIACHRO_2PT
(
TPDIAFILE
,
"WR
C
"
,
"W*ri 2 points correlations"
,
&
CALL
LES_DIACHRO_2PT
(
TPDIAFILE
,
"WR
I
"
,
"W*ri 2 points correlations"
,
&
"m kg s-1 kg-1"
,
XCORRi_WRi
,
XCORRj_WRi
,
HLES_AVG
)
END
IF
DO
JSV
=
1
,
NSV
...
...
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