Skip to content

Commit

Permalink
RRFS: Include echo top and two VIL-related fields in native-level out…
Browse files Browse the repository at this point in the history
…put (#867)

* Adding echo top and radar VIL to RRFS native-level output (these are already available in the pressure-level output).  For completeness of the VIL-related offerings, hydrometeor VIL has also been added to the native-level output.

* Updating the flat file
  • Loading branch information
jaymes-kenyon authored Feb 1, 2024
1 parent 2894699 commit a982dfe
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 1 deletion.
18 changes: 18 additions & 0 deletions parm/fv3lam_rrfs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2280,6 +2280,24 @@
<scale>4.0</scale>
</param>

<param>
<shortname>VIL_ON_ENTIRE_ATMOS</shortname>
<pname>VIL</pname>
<scale>7.0</scale>
</param>

<param>
<shortname>GSD_VIL_ON_ENTIRE_ATMOS</shortname>
<pname>VIL</pname>
<scale>7.0</scale>
</param>

<param>
<shortname>RETOP_ON_ENTIRE_ATMOS_SINGLE_LYR</shortname>
<pname>RETOP</pname>
<scale>6.0</scale>
</param>

<param>
<shortname>MAX_MAXUVV_ON_ISOBARIC_SFC_100-1000hpa</shortname>
<pname>MAXUVV</pname>
Expand Down
113 changes: 112 additions & 1 deletion parm/postxconfig-NT-fv3lam_rrfs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
4
4
3
247
250
308
PRSLEV
32769
Expand Down Expand Up @@ -12578,6 +12578,117 @@ surface
?
?
?
581
VIL_ON_ENTIRE_ATMOS
entire atmosphere Vertically Integrated Liquid (kg/m-2)
1
tmpl4_0
VIL
?
?
entire_atmos_single_lyr
0
?
0
?
?
0
?
0
?
?
?
0
0.0
0
0.0
?
0
0.0
0
0.0
1
7.0
0
0
0
?
?
?
769
GSD_VIL_ON_ENTIRE_ATMOS
?
1
tmpl4_0
VIL
?
?
entire_atmos
0
?
0
?
?
0
?
0
?
?
?
0
0.0
0
0.0
?
0
0.0
0
0.0
1
7.0
0
0
0
?
?
?
400
RETOP_ON_ENTIRE_ATMOS_SINGLE_LYR
?
1
tmpl4_0
RETOP
?
?
entire_atmos_single_lyr
0
?
0
?
?
0
?
0
?
?
?
0
0.0
0
0.0
?
0
0.0
0
0.0
1
6.0
0
0
0
?
?
?
423
MAX_MAXUVV_ON_ISOBARIC_SFC_100-1000hpa
hourly maximum Upward Vertical Velocity between 100-1000hpa
Expand Down

0 comments on commit a982dfe

Please sign in to comment.