Skip to content

Commit

Permalink
Updates to UPP for RRFS applications (#3)
Browse files Browse the repository at this point in the history
* Updates to UPP for RRFS applications:
1) Adding a RRFS-specific .xml control file and a corresponding .txt flat file.  Note that script changes (pending) are needed to leverage the new flat file.  However, this code will work in current real-time configurations.
2) Adding GSL experimental ceiling diagnostics, GSL visibility diagnostic, and GSL sea-level pressure reduction (MAPS).  Also adding TKE and aerosol number concentrations.
3) Code clean-up for ceiling-related diagnostics; added comments, etc.
4) Removing several non-needed variables, originally inherited from FV3-SAR community configuration.
  • Loading branch information
jaymes-kenyon committed Mar 19, 2021
1 parent de76944 commit accb212
Show file tree
Hide file tree
Showing 5 changed files with 21,078 additions and 36 deletions.
39 changes: 33 additions & 6 deletions parm/fv3lam_post_avblflds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3563,10 +3563,10 @@

<param>
<post_avblfldidx>410</post_avblfldidx>
<shortname>GSD_VIS_ON_CLOUD_TOP</shortname>
<longname>GSD_visibility on cloud top</longname>
<shortname>GSD_VIS_ON_SURFACE</shortname>
<longname>GSD_visibility on surface</longname>
<pname>VIS</pname>
<fixed_sfc1_type>cloud_top</fixed_sfc1_type>
<fixed_sfc1_type>surface</fixed_sfc1_type>
<scale>6.0</scale>
</param>

Expand Down Expand Up @@ -4171,9 +4171,9 @@

<param>
<post_avblfldidx>487</post_avblfldidx>
<shortname>GSD_PRES_ON_CLOUD_BASE</shortname>
<pname>PRES</pname>
<fixed_sfc1_type>cloud_base</fixed_sfc1_type>
<shortname>GSD_EXP_CEILING</shortname>
<pname>CEIL</pname>
<fixed_sfc1_type>ceiling</fixed_sfc1_type>
<scale>3.0</scale>
</param>

Expand Down Expand Up @@ -5264,6 +5264,14 @@
<scale>3.0</scale>
</param>

<param>
<post_avblfldidx>711</post_avblfldidx>
<shortname>GSD_EXP_CEILING_2</shortname>
<pname>CEIL</pname>
<fixed_sfc1_type>cloud_base</fixed_sfc1_type>
<scale>3.0</scale>
</param>

<param>
<post_avblfldidx>727</post_avblfldidx>
<shortname>GSD_UPHL_ON_SPEC_HGT_LVL_ABOVE_GRND_2-5km</shortname>
Expand Down Expand Up @@ -5387,6 +5395,25 @@
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>766</post_avblfldidx>
<shortname>GSD_NCWFA_ON_HYBRID_LVL</shortname>
<pname>PMTF</pname>
<table_info>NCEP</table_info>
<fixed_sfc1_type>hybrid_lvl</fixed_sfc1_type>
<scale>3.0</scale>
</param>

<param>
<post_avblfldidx>767</post_avblfldidx>
<shortname>GSD_NCIFA_ON_HYBRID_LVL</shortname>
<pname>PMTC</pname>
<table_info>NCEP</table_info>
<fixed_sfc1_type>hybrid_lvl</fixed_sfc1_type>
<scale>3.0</scale>
</param>


<param>
<post_avblfldidx>768</post_avblfldidx>
<shortname>GSD_ECHOTOP_ON_CLOUD_TOP</shortname>
Expand Down
Loading

0 comments on commit accb212

Please sign in to comment.