Skip to content

Commit

Permalink
Post cape (NOAA-EMC#20)
Browse files Browse the repository at this point in the history
* Incorprate couple new computations from Jesse Meng such ad ESRH, DCAPE, Critical Angle.

* Add a fix for defining LFC HGT.

* Use new grib2 abbrev "DCAPE", "DCAPE", "ESP".

* Use NCEP table for new variables, e.g. DCAPE.

* Add changes for defining ESP.

* Add further changes for 8 new varaibles for hrrr/rap implementation.
  • Loading branch information
WenMeng-NOAA authored Nov 6, 2019
1 parent 533f42c commit 2cc9925
Show file tree
Hide file tree
Showing 8 changed files with 1,861 additions and 5 deletions.
6 changes: 6 additions & 0 deletions parm/params_grib2_tbl_new_raphrrr
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,12 @@
0 7 198 1 LAI
0 7 199 1 MXUPHL
0 7 200 1 MNUPHL
0 7 201 1 BNEGELAY
0 7 202 1 BPOSELAY
0 7 203 1 DCAPE
0 7 204 1 EFHL
0 7 205 1 ESP
0 7 206 1 CANGLE
! GRIB2 - TABLE 4.2-0-11 PARAMETERS FOR DISCIPLINE 0 CATEGORY 11
0 11 1 0 MSTAV
!
Expand Down
86 changes: 86 additions & 0 deletions parm/post_avblflds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6625,6 +6625,92 @@
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>950</post_avblfldidx>
<shortname>CAPE_ON_0_3KM_ABOVE_GRND</shortname>
<pname>CAPE</pname>
<fixed_sfc1_type>spec_hgt_lvl_above_grnd</fixed_sfc1_type>
<level>0.</level>
<fixed_sfc2_type>spec_hgt_lvl_above_grnd</fixed_sfc2_type>
<level2>3000.</level2>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>951</post_avblfldidx>
<shortname>CIN_ON_0_3KM_ABOVE_GRND</shortname>
<pname>CIN</pname>
<fixed_sfc1_type>spec_hgt_lvl_above_grnd</fixed_sfc1_type>
<level>0.</level>
<fixed_sfc2_type>spec_hgt_lvl_above_grnd</fixed_sfc2_type>
<level2>3000.</level2>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>952</post_avblfldidx>
<shortname>HGT_ON_LFC</shortname>
<pname>HGT</pname>
<fixed_sfc1_type>level_free_convection</fixed_sfc1_type>
<scale>6.0</scale>
</param>

<param>
<post_avblfldidx>953</post_avblfldidx>
<shortname>EFF_HLCY_ON_SPEC_HGT_LVL_ABOVE_GRND</shortname>
<pname>EFHL</pname>
<table_info>NCEP</table_info>
<fixed_sfc1_type>surface</fixed_sfc1_type>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>954</post_avblfldidx>
<shortname>DOWNWARD_CAPE</shortname>
<pname>DCAPE</pname>
<table_info>NCEP</table_info>
<fixed_sfc1_type>spec_pres_above_grnd</fixed_sfc1_type>
<level>40000.</level>
<fixed_sfc2_type>spec_pres_above_grnd</fixed_sfc2_type>
<level2>0.</level2>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>955</post_avblfldidx>
<shortname>DENDRITIC_LAYER_DEPTH</shortname>
<pname>LAYTH</pname>
<table_info>NCEP</table_info>
<fixed_sfc1_type>isothermal</fixed_sfc1_type>
<level>261.</level>
<fixed_sfc2_type>isothermal</fixed_sfc2_type>
<level2>256.</level2>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>956</post_avblfldidx>
<shortname>ENHANCED_STRETCHING_POTENTIAL</shortname>
<pname>ESP</pname>
<table_info>NCEP</table_info>
<fixed_sfc1_type>spec_hgt_lvl_above_grnd</fixed_sfc1_type>
<level>0.</level>
<fixed_sfc2_type>spec_hgt_lvl_above_grnd</fixed_sfc2_type>
<level2>3000.</level2>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>957</post_avblfldidx>
<shortname>CRITICAL_ANGLE</shortname>
<pname>DCAPE</pname>
<table_info>NCEP</table_info>
<fixed_sfc1_type>spec_hgt_lvl_above_grnd</fixed_sfc1_type>
<level>0.</level>
<fixed_sfc2_type>spec_hgt_lvl_above_grnd</fixed_sfc2_type>
<level2>500.</level2>
<scale>4.0</scale>
</param>

</post_avblflds>
</postxml>
87 changes: 87 additions & 0 deletions parm/post_avblflds_raphrrr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5921,5 +5921,92 @@
<scale>-4.0</scale>
</param>

<param>
<post_avblfldidx>950</post_avblfldidx>
<shortname>CAPE_ON_0_3KM_ABOVE_GRND</shortname>
<pname>CAPE</pname>
<fixed_sfc1_type>spec_hgt_lvl_above_grnd</fixed_sfc1_type>
<level>0.</level>
<fixed_sfc2_type>spec_hgt_lvl_above_grnd</fixed_sfc2_type>
<level2>3000.</level2>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>951</post_avblfldidx>
<shortname>CIN_ON_0_3KM_ABOVE_GRND</shortname>
<pname>CIN</pname>
<fixed_sfc1_type>spec_hgt_lvl_above_grnd</fixed_sfc1_type>
<level>0.</level>
<fixed_sfc2_type>spec_hgt_lvl_above_grnd</fixed_sfc2_type>
<level2>3000.</level2>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>952</post_avblfldidx>
<shortname>HGT_ON_LFC</shortname>
<pname>HGT</pname>
<fixed_sfc1_type>level_free_convection</fixed_sfc1_type>
<scale>6.0</scale>
</param>

<param>
<post_avblfldidx>953</post_avblfldidx>
<shortname>EFF_HLCY_ON_SPEC_HGT_LVL_ABOVE_GRND</shortname>
<pname>EFHL</pname>
<table_info>NCEP</table_info>
<fixed_sfc1_type>surface</fixed_sfc1_type>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>954</post_avblfldidx>
<shortname>DOWNWARD_CAPE</shortname>
<pname>DCAPE</pname>
<table_info>NCEP</table_info>
<fixed_sfc1_type>spec_pres_above_grnd</fixed_sfc1_type>
<level>40000.</level>
<fixed_sfc2_type>spec_pres_above_grnd</fixed_sfc2_type>
<level2>0.</level2>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>955</post_avblfldidx>
<shortname>DENDRITIC_LAYER_DEPTH</shortname>
<pname>LAYTH</pname>
<table_info>NCEP</table_info>
<fixed_sfc1_type>isothermal</fixed_sfc1_type>
<level>261.</level>
<fixed_sfc2_type>isothermal</fixed_sfc2_type>
<level2>256.</level2>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>956</post_avblfldidx>
<shortname>ENHANCED_STRETCHING_POTENTIAL</shortname>
<pname>ESP</pname>
<table_info>NCEP</table_info>
<fixed_sfc1_type>spec_hgt_lvl_above_grnd</fixed_sfc1_type>
<level>0.</level>
<fixed_sfc2_type>spec_hgt_lvl_above_grnd</fixed_sfc2_type>
<level2>3000.</level2>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>957</post_avblfldidx>
<shortname>CRITICAL_ANGLE</shortname>
<pname>CANGLE</pname>
<table_info>NCEP</table_info>
<fixed_sfc1_type>spec_hgt_lvl_above_grnd</fixed_sfc1_type>
<level>0.</level>
<fixed_sfc2_type>spec_hgt_lvl_above_grnd</fixed_sfc2_type>
<level2>500.</level2>
<scale>4.0</scale>
</param>

</post_avblflds>
</postxml>
Loading

0 comments on commit 2cc9925

Please sign in to comment.