Skip to content

Commit

Permalink
Changing duplicate product ids from local use to WMO (#827)
Browse files Browse the repository at this point in the history
* removed <table_info>NCEP</table_info> from CPOFP at the surface. Use WMO id over NCEP local use

* removed <table_info>NCEP</table_info> from CRAIN, CFRZR, CICEP, CSNOW

* removed <table_info>NCEP</table_info> from HPBL, REFD (1000, and 4000m above groud 1,2 hybrid levels), LFTX (500-1000mb), REFC (entire atmos), RETOP (entire atmos), USTM, and VSTM

* removed NCEP table flag for CFRZR in the prslev file to match native file

* removed NCEP from <table_info> for 4LFTX (180-0mb)

* removed NCEP from <table_info> for REFD: 263K level.
  • Loading branch information
AndrewBenjamin-NOAA authored Dec 13, 2023
1 parent 40b7dbd commit d7ab9b8
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 66 deletions.
50 changes: 11 additions & 39 deletions parm/fv3lam_rrfs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
<param>
<shortname>REFD_ON_HYBRID_LVL</shortname>
<pname>REFD</pname>
<table_info>NCEP</table_info>
<level>1. 2.</level>
<scale>4.0</scale>
</param>
Expand Down Expand Up @@ -593,7 +592,6 @@
<param>
<shortname>LFTX_ON_ISOBARIC_SFC_500-1000hpa</shortname>
<pname>LFTX</pname>
<table_info>NCEP</table_info>
<level>50000.</level>
<level2>100000.</level2>
<scale>3.0</scale>
Expand All @@ -602,7 +600,6 @@
<param>
<shortname>4LFTX_ON_SPEC_PRES_ABOVE_GRND</shortname>
<pname>4LFTX</pname>
<table_info>NCEP</table_info>
<level>18000.</level>
<level2>0.</level2>
<scale>3.0</scale>
Expand Down Expand Up @@ -714,15 +711,13 @@
<param>
<shortname>USTM_ON_SPEC_HGT_LVL_ABOVE_GRND</shortname>
<pname>USTM</pname>
<table_info>NCEP</table_info>
<level>6000.</level>
<scale>4.0</scale>
</param>

<param>
<shortname>VSTM_ON_SPEC_HGT_LVL_ABOVE_GRND</shortname>
<pname>VSTM</pname>
<table_info>NCEP</table_info>
<level>6000.</level>
<scale>4.0</scale>
</param>
Expand Down Expand Up @@ -810,30 +805,25 @@
<param>
<shortname>GSD_INST_CRAIN_ON_SURFACE</shortname>
<pname>CRAIN</pname>
<table_info>NCEP</table_info>
<scale>1.0</scale>
</param>
</param>

<param>
<shortname>GSD_CSNOW_ON_SURFACE</shortname>
<pname>CSNOW</pname>
<table_info>NCEP</table_info>
<scale>1.0</scale>
</param>
</param>

<param>
<shortname>GSD_CICEP_ON_SURFACE</shortname>
<pname>CICEP</pname>
<table_info>NCEP</table_info>
<scale>1.0</scale>
</param>
</param>

<param>
<shortname>GSD_CFRZR_ON_SURFACE</shortname>
<pname>CFRZR</pname>
<table_info>NCEP</table_info>
<scale>1.0</scale>
</param>
</param>

<param>
<shortname>INST_PRATE_ON_SURFACE</shortname>
Expand All @@ -844,7 +834,6 @@
<param>
<shortname>CPOFP_ON_SURFACE</shortname>
<pname>CPOFP</pname>
<table_info>NCEP</table_info>
<scale>4.0</scale>
</param>

Expand Down Expand Up @@ -1463,7 +1452,6 @@
<param>
<shortname>REFC_ON_ENTIRE_ATMOS</shortname>
<pname>REFC</pname>
<table_info>NCEP</table_info>
<scale>4.0</scale>
</param>

Expand All @@ -1484,7 +1472,6 @@
<param>
<shortname>REFD_ON_SPEC_HGT_LVL_ABOVE_GRND</shortname>
<pname>REFD</pname>
<table_info>NCEP</table_info>
<level>4000. 1000.</level>
<scale>4.0</scale>
</param>
Expand All @@ -1508,8 +1495,7 @@
<param>
<shortname>HPBL_ON_SURFACE</shortname>
<pname>HPBL</pname>
<table_info>NCEP</table_info>
<scale>6.0</scale>
<scale>6.0</scale>
</param>

<param>
Expand Down Expand Up @@ -1747,8 +1733,7 @@
<param>
<shortname>RETOP_ON_ENTIRE_ATMOS_SINGLE_LYR</shortname>
<pname>RETOP</pname>
<table_info>NCEP</table_info>
<scale>6.0</scale>
<scale>6.0</scale>
</param>

<param>
Expand Down Expand Up @@ -1921,7 +1906,6 @@
<param>
<shortname>REFD_ON_ISOTHERMAL</shortname>
<pname>REFD</pname>
<table_info>NCEP</table_info>
<fixed_sfc1_type>isothermal</fixed_sfc1_type>
<level>263.</level>
<scale>-4.0</scale>
Expand Down Expand Up @@ -2391,7 +2375,6 @@
<param>
<shortname>REFD_ON_ISOTHERMAL</shortname>
<pname>REFD</pname>
<table_info>NCEP</table_info>
<fixed_sfc1_type>isothermal</fixed_sfc1_type>
<level>263.</level>
<scale>-4.0</scale>
Expand Down Expand Up @@ -2493,7 +2476,6 @@
<param>
<shortname>4LFTX_ON_SPEC_PRES_ABOVE_GRND</shortname>
<pname>4LFTX</pname>
<table_info>NCEP</table_info>
<level>18000.</level>
<level2>0.</level2>
<scale>3.0</scale>
Expand Down Expand Up @@ -2558,30 +2540,26 @@
<param>
<shortname>GSD_INST_CRAIN_ON_SURFACE</shortname>
<pname>CRAIN</pname>
<table_info>NCEP</table_info>
<scale>1.0</scale>
<scale>1.0</scale>
</param>

<param>
<shortname>GSD_CSNOW_ON_SURFACE</shortname>
<pname>CSNOW</pname>
<table_info>NCEP</table_info>
<scale>1.0</scale>
</param>
</param>

<param>
<shortname>GSD_CICEP_ON_SURFACE</shortname>
<pname>CICEP</pname>
<table_info>NCEP</table_info>
<scale>1.0</scale>
</param>
</param>

<param>
<shortname>GSD_CFRZR_ON_SURFACE</shortname>
<pname>CFRZR</pname>
<table_info>NCEP</table_info>
<scale>1.0</scale>
</param>
</param>

<param>
<shortname>INST_PRATE_ON_SURFACE</shortname>
Expand All @@ -2592,7 +2570,6 @@
<param>
<shortname>CPOFP_ON_SURFACE</shortname>
<pname>CPOFP</pname>
<table_info>NCEP</table_info>
<scale>4.0</scale>
</param>

Expand Down Expand Up @@ -3050,7 +3027,6 @@
<param>
<shortname>LFTX_ON_ISOBARIC_SFC_500-1000hpa</shortname>
<pname>LFTX</pname>
<table_info>NCEP</table_info>
<level>50000.</level>
<level2>100000.</level2>
<scale>3.0</scale>
Expand Down Expand Up @@ -3157,15 +3133,13 @@
<param>
<shortname>USTM_ON_SPEC_HGT_LVL_ABOVE_GRND</shortname>
<pname>USTM</pname>
<table_info>NCEP</table_info>
<level>6000.</level>
<scale>4.0</scale>
</param>

<param>
<shortname>VSTM_ON_SPEC_HGT_LVL_ABOVE_GRND</shortname>
<pname>VSTM</pname>
<table_info>NCEP</table_info>
<level>6000.</level>
<scale>4.0</scale>
</param>
Expand Down Expand Up @@ -3396,7 +3370,6 @@
<param>
<shortname>REFC_ON_ENTIRE_ATMOS</shortname>
<pname>REFC</pname>
<table_info>NCEP</table_info>
<scale>4.0</scale>
</param>

Expand Down Expand Up @@ -3476,8 +3449,7 @@
<param>
<shortname>HPBL_ON_SURFACE</shortname>
<pname>HPBL</pname>
<table_info>NCEP</table_info>
<scale>6.0</scale>
<scale>6.0</scale>
</param>

<param>
Expand Down
Loading

0 comments on commit d7ab9b8

Please sign in to comment.