Skip to content

Commit

Permalink
UPP for GFSv16.3 and new ICAO implementation in Nov 2023 (#497)
Browse files Browse the repository at this point in the history
* Add GTG and icing on model pressure levels.

* Modified UPP for new ICAO implementation in Nov 2023, including:
1. GTG tag is updated to https://github.com/NCAR/UPP_GTG/tree/ncep_post_gtg.v2.1.0. Function present() doesn't work fine
2. Control files (xml and txt files), one control with two paramsets and GFSSTD will be removed in GFSv17
   One paramset is for every 25 mbar levels; the other is for new ICAO pressure levels with the exact numbers
3. parm/post_avblflds.xml is modified
4. sorc/ncep_post.fd/get_postfilename.f has a minor change to take care of two paramsets for WAFS
5. Related source code are modified, MDL2P.f MDLFLD.f MDL2STD_P.f FDLVL.f
6. scripts/exgfs_atmos_nceppost.sh is modified to take care of:
   - 2 paramsets
   - different outputs(control files) for different forecast hour
   - KPO in POSTGPVARS to allow UPP code to take more levels of the new ICAO implementation

* Change the order of processing wafs_icao.grb2 and wafs.grb2 products.

* 1. Add date, name, and brief update description to code change history
2. Remove 'grib1' output option for WAFS products from MDL2P.f

* Add update description to history log

* update gtg revision

Co-authored-by: Yali Mao <Yali.Mao@dlogin02.dogwood.wcoss2.ncep.noaa.gov>
Co-authored-by: Yali Mao <Yali.Mao@clogin01.cactus.wcoss2.ncep.noaa.gov>
Co-authored-by: Yali Mao <Yali.Mao@clogin02.cactus.wcoss2.ncep.noaa.gov>
  • Loading branch information
4 people authored May 26, 2022
1 parent 496a356 commit b79e2c3
Show file tree
Hide file tree
Showing 14 changed files with 843 additions and 165 deletions.
70 changes: 44 additions & 26 deletions parm/post_avblflds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4168,7 +4168,7 @@
<scale>3.0</scale>
</param>

<!-- 467-469 EDR on FD_HEIGHT_LVL -->
<!-- 467-469 EDR on FD_HEIGHT_LVL (for regional model)-->
<param>
<post_avblfldidx>467</post_avblfldidx>
<shortname>EDPARM_GTG_ON_SPEC_ALT_ABOVE_MEAN_SEA_LVL</shortname>
Expand Down Expand Up @@ -4243,6 +4243,40 @@
<scale>6.0</scale>
</param>

<!-- 476-478 EDR on ISOBARIC_SFC -->
<param>
<post_avblfldidx>476</post_avblfldidx>
<shortname>EDPARM_ON_ISOBARIC_SFC</shortname>
<pname>EDPARM</pname>
<fixed_sfc1_type>isobaric_sfc</fixed_sfc1_type>
<scale>3.0</scale>
</param>

<param>
<post_avblfldidx>477</post_avblfldidx>
<shortname>CAT_ON_ISOBARIC_SFC</shortname>
<pname>CATEDR</pname>
<fixed_sfc1_type>isobaric_sfc</fixed_sfc1_type>
<scale>3.0</scale>
</param>

<param>
<post_avblfldidx>478</post_avblfldidx>
<shortname>MWTURB_ON_ISOBARIC_SFC</shortname>
<pname>MWTURB</pname>
<fixed_sfc1_type>isobaric_sfc</fixed_sfc1_type>
<scale>3.0</scale>
</param>

<!-- 479-481 -->
<param>
<post_avblfldidx>479</post_avblfldidx>
<shortname>ICESEV_ON_ISOBARIC_SFC</shortname>
<pname>ICESEV</pname>
<fixed_sfc1_type>isobaric_sfc</fixed_sfc1_type>
<scale>1.0</scale>
</param>

<param>
<post_avblfldidx>480</post_avblfldidx>
<shortname>ICESEV_ON_ICAO_STD_SFC</shortname>
Expand All @@ -4252,6 +4286,14 @@
<scale>1.0</scale>
</param>

<param>
<post_avblfldidx>481</post_avblfldidx>
<shortname>ICIP_ON_ISOBARIC_SFC</shortname>
<pname>ICIP</pname>
<fixed_sfc1_type>isobaric_sfc</fixed_sfc1_type>
<scale>3.0</scale>
</param>

<param>
<post_avblfldidx>482</post_avblfldidx>
<shortname>PRES_ON_SPEC_ALT_ABOVE_MEAN_SEA_LVL</shortname>
Expand Down Expand Up @@ -4549,7 +4591,7 @@
<scale>6.0</scale>
</param>

<!-- 518-525 on std_isobaric_sfc for WAFS products -->
<!-- 518-522 on std_isobaric_sfc for WAFS products -->
<param>
<post_avblfldidx>518</post_avblfldidx>
<shortname>HGT_ON_ICAO_STD_SFC</shortname>
Expand Down Expand Up @@ -4590,30 +4632,6 @@
<scale>2.0</scale>
</param>

<param>
<post_avblfldidx>523</post_avblfldidx>
<shortname>VVEL_ON_ICAO_STD_SFC</shortname>
<pname>VVEL</pname>
<fixed_sfc1_type>isobaric_sfc</fixed_sfc1_type>
<scale>5.0</scale>
</param>

<param>
<post_avblfldidx>524</post_avblfldidx>
<shortname>ABSV_ON_ICAO_STD_SFC</shortname>
<pname>ABSV</pname>
<fixed_sfc1_type>isobaric_sfc</fixed_sfc1_type>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>525</post_avblfldidx>
<shortname>CLWMR_ON_ICAO_STD_SFC</shortname>
<pname>CLWMR</pname>
<fixed_sfc1_type>isobaric_sfc</fixed_sfc1_type>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>551</post_avblfldidx>
<shortname>CSNOW_ON_SURFACE</shortname>
Expand Down
78 changes: 64 additions & 14 deletions parm/postcntrl_gfs_wafs.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<postxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="EMC_POST_CTRL_Schema.xsd">
<!-- Lin Gan: 20150410 validated -->
<paramset>
<datset>GFSPRS</datset>
<paramset> <!-- WAFS on ICAO_STD_SFC -->
<datset>GFSSTD</datset>
<grid_num>0</grid_num>
<sub_center>ncep_nco</sub_center>
<version_no>v2003</version_no>
Expand Down Expand Up @@ -82,31 +82,81 @@
<scale>3.0</scale>
</param>

</paramset>

<!-- ================================== -->

<paramset> <!-- WAFS on ISOBARIC_SFC -->
<datset>GFSPRS</datset>
<grid_num>0</grid_num>
<sub_center>ncep_nco</sub_center>
<version_no>v2003</version_no>
<local_table_vers_no>local_tab_yes1</local_table_vers_no>
<sigreftime>fcst</sigreftime>
<prod_status>oper</prod_status>
<data_type>fcst</data_type>
<gen_proc_type>fcst</gen_proc_type>
<time_range_unit>hour</time_range_unit>
<orig_center>nws_ncep</orig_center>
<gen_proc>gfs_avn</gen_proc>
<packing_method>complex_packing_spatial_diff</packing_method>
<order_of_sptdiff>2nd_ord_sptdiff</order_of_sptdiff>
<field_datatype>fltng_pnt</field_datatype>
<comprs_type>lossless</comprs_type>

<param>
<shortname>RH_ON_ICAO_STD_SFC</shortname>
<level>7000. 10040. 12770. 14750. 17870. 19680. 22730. 25000. 27450. 30090. 32500. 34430. 37500. 39270. 42500. 44650. 47500. 50600. 52500. 55000. 57500. 59520. 62500.
65000. 67500. 69680. 72500. 75260. 77500. 81200. 82500. 84310. 87500. 90000. 92500. 95000. 97500. 100000.</level>
<shortname>EDPARM_ON_ISOBARIC_SFC</shortname>
<level>14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. </level>
<!-- 10000. 12500. 14750. 15000. 15470. 16240. 17040. 17500. 17870. 18750. 19680. 20000. 20650. 21660. 22500. 22730. 23840. 25000. 26200. 27450. 27500. 28740. 30000. 30090. 31490. 32500. 32930. 34430. 35000. 35990. 37500. 37600. 39270. 40000. 41000. 42500. 42790. 44650. 45000. 46560. 47500. 48550. 50000. 50600. 52500. 52720. 54920. 55000. 57180. 57500. 59520. 60000. 61940. 62500. 64440. 65000. 67020. 67500. 69680. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000.-->
<scale>3.0</scale>
</param>

<param>
<shortname>VVEL_ON_ICAO_STD_SFC</shortname>
<level>7000. 10040. 12770. 14750. 17870. 19680. 22730. 25000. 27450. 30090. 32500. 34430. 37500. 39270. 42500. 44650. 47500. 50600. 52500. 55000. 57500. 59520. 62500.
65000. 67500. 69680. 72500. 75260. 77500. 81200. 82500. 84310. 87500. 90000. 92500. 95000. 97500. 100000.</level>
<shortname>CAT_ON_ISOBARIC_SFC</shortname>
<level>14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. </level>
<scale>3.0</scale>
</param>

<param>
<shortname>ABSV_ON_ICAO_STD_SFC</shortname>
<level>7000. 10040. 12770. 14750. 17870. 19680. 22730. 25000. 27450. 30090. 32500. 34430. 37500. 39270. 42500. 44650. 47500. 50600. 52500. 55000. 57500. 59520. 62500.
65000. 67500. 69680. 72500. 75260. 77500. 81200. 82500. 84310. 87500. 90000. 92500. 95000. 97500. 100000.</level>
<shortname>MWTURB_ON_ISOBARIC_SFC</shortname>
<level>14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. </level>
<scale>3.0</scale>
</param>

<param>
<shortname>CLWMR_ON_ICAO_STD_SFC</shortname>
<level>7000. 10040. 12770. 14750. 17870. 19680. 22730. 25000. 27450. 30090. 32500. 34430. 37500. 39270. 42500. 44650. 47500. 50600. 52500. 55000. 57500. 59520. 62500.
65000. 67500. 69680. 72500. 75260. 77500. 81200. 82500. 84310. 87500. 90000. 92500. 95000. 97500. 100000.</level>
<shortname>ICESEV_ON_ISOBARIC_SFC</shortname>
<level>30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310. </level>
<!-- 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 30090. 31490. 32500. 32930. 34430. 35000. 35990. 37500. 37600. 39270. 40000. 41000. 42500. 42790. 44650. 45000. 46560. 47500. 48550. 50000. 50600. 52500. 52720. 54920. 55000. 57180. 57500. 59520. 60000. 61940. 62500. 64440. 65000. 67020. 67500. 69680. 70000. 72430. 72500. 75000. 75260. 77500. 78190. 80000. 81200. 82500. 84310. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -->
<scale>1.0</scale>
</param>

<param>
<shortname>HGT_ON_ISOBARIC_SFC</shortname>
<level>7170. 7520. 7900. 8280. 8700. 9120. 9570. 10040. 10530. 11050. 11600. 12170. 12770. 13400. 14060. 14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.</level>
<scale>6.0</scale>
</param>

<param>
<shortname>TMP_ON_ISOBARIC_SFC</shortname>
<level>7170. 7520. 7900. 8280. 8700. 9120. 9570. 10040. 10530. 11050. 11600. 12170. 12770. 13400. 14060. 14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.</level>
<scale>4.0</scale>
</param>

<param>
<shortname>UGRD_ON_ISOBARIC_SFC</shortname>
<level>7170. 7520. 7900. 8280. 8700. 9120. 9570. 10040. 10530. 11050. 11600. 12170. 12770. 13400. 14060. 14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.</level>
<scale>4.0</scale>
</param>

<param>
<shortname>VGRD_ON_ISOBARIC_SFC</shortname>
<level>7170. 7520. 7900. 8280. 8700. 9120. 9570. 10040. 10530. 11050. 11600. 12170. 12770. 13400. 14060. 14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.</level>
<scale>4.0</scale>
</param>

<param>
<shortname>RH_ON_ISOBARIC_SFC</shortname>
<level>50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.</level>
<scale>3.0</scale>
</param>

Expand Down
21 changes: 9 additions & 12 deletions parm/postcntrl_gfs_wafs_anl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,21 @@
<comprs_type>lossless</comprs_type>

<param>
<shortname>TMP_ON_ICAO_STD_SFC</shortname>
<level>10040. 14750. 19680. 25000. 30090. 34430. 39270. 44650. 50600. 55000. 59520.
65000. 69680. 75260. 81200. 84310. 90000. 95000. 100000.</level>
<scale>3.0</scale>
<shortname>TMP_ON_ISOBARIC_SFC</shortname>
<level>7170. 7520. 7900. 8280. 8700. 9120. 9570. 10040. 10530. 11050. 11600. 12170. 12770. 13400. 14060. 14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.</level>
<scale>4.0</scale>
</param>

<param>
<shortname>UGRD_ON_ICAO_STD_SFC</shortname>
<level>10040. 14750. 19680. 25000. 30090. 34430. 39270. 44650. 50600. 55000. 59520.
65000. 69680. 75260. 81200. 84310. 90000. 95000. 100000.</level>
<scale>3.0</scale>
<shortname>UGRD_ON_ISOBARIC_SFC</shortname>
<level>7170. 7520. 7900. 8280. 8700. 9120. 9570. 10040. 10530. 11050. 11600. 12170. 12770. 13400. 14060. 14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.</level>
<scale>4.0</scale>
</param>

<param>
<shortname>VGRD_ON_ICAO_STD_SFC</shortname>
<level>10040. 14750. 19680. 25000. 30090. 34430. 39270. 44650. 50600. 55000. 59520.
65000. 69680. 75260. 81200. 84310. 90000. 95000. 100000.</level>
<scale>3.0</scale>
<shortname>VGRD_ON_ISOBARIC_SFC</shortname>
<level>7170. 7520. 7900. 8280. 8700. 9120. 9570. 10040. 10530. 11050. 11600. 12170. 12770. 13400. 14060. 14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.</level>
<scale>4.0</scale>
</param>

<!-- comments wherever I like -->
Expand Down
54 changes: 54 additions & 0 deletions parm/postcntrl_gfs_wafs_ext.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<postxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="EMC_POST_CTRL_Schema.xsd">
<!-- Lin Gan: 20150410 validated -->
<paramset>
<datset>GFSPRS</datset>
<grid_num>0</grid_num>
<sub_center>ncep_nco</sub_center>
<version_no>v2003</version_no>
<local_table_vers_no>local_tab_yes1</local_table_vers_no>
<sigreftime>fcst</sigreftime>
<prod_status>oper</prod_status>
<data_type>fcst</data_type>
<gen_proc_type>fcst</gen_proc_type>
<time_range_unit>hour</time_range_unit>
<orig_center>nws_ncep</orig_center>
<gen_proc>gfs_avn</gen_proc>
<packing_method>complex_packing_spatial_diff</packing_method>
<order_of_sptdiff>2nd_ord_sptdiff</order_of_sptdiff>
<field_datatype>fltng_pnt</field_datatype>
<comprs_type>lossless</comprs_type>

<param>
<shortname>HGT_ON_ISOBARIC_SFC</shortname>
<level>7170. 7520. 7900. 8280. 8700. 9120. 9570. 10040. 10530. 11050. 11600. 12170. 12770. 13400. 14060. 14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.</level>
<scale>6.0</scale>
</param>

<param>
<shortname>TMP_ON_ISOBARIC_SFC</shortname>
<level>7170. 7520. 7900. 8280. 8700. 9120. 9570. 10040. 10530. 11050. 11600. 12170. 12770. 13400. 14060. 14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.</level>
<scale>4.0</scale>
</param>

<param>
<shortname>UGRD_ON_ISOBARIC_SFC</shortname>
<level>7170. 7520. 7900. 8280. 8700. 9120. 9570. 10040. 10530. 11050. 11600. 12170. 12770. 13400. 14060. 14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.</level>
<scale>4.0</scale>
</param>

<param>
<shortname>VGRD_ON_ISOBARIC_SFC</shortname>
<level>7170. 7520. 7900. 8280. 8700. 9120. 9570. 10040. 10530. 11050. 11600. 12170. 12770. 13400. 14060. 14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.</level>
<scale>4.0</scale>
</param>

<param>
<shortname>RH_ON_ISOBARIC_SFC</shortname>
<level>50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.</level>
<scale>3.0</scale>
</param>

<!-- comments wherever I like -->
</paramset>
</postxml>
30 changes: 15 additions & 15 deletions parm/postxconfig-NT-GFS-WAFS-ANL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ complex_packing_spatial_diff
2nd_ord_sptdiff
fltng_pnt
lossless
519
TMP_ON_ICAO_STD_SFC
13
TMP_ON_ISOBARIC_SFC
?
1
tmpl4_0
Expand All @@ -27,8 +27,8 @@ TMP
isobaric_sfc
0
?
19
10040. 14750. 19680. 25000. 30090. 34430. 39270. 44650. 50600. 55000. 59520. 65000. 69680. 75260. 81200. 84310. 90000. 95000. 100000.
56
7170. 7520. 7900. 8280. 8700. 9120. 9570. 10040. 10530. 11050. 11600. 12170. 12770. 13400. 14060. 14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.
?
0
?
Expand All @@ -46,15 +46,15 @@ isobaric_sfc
0
0.0
1
3.0
4.0
0
0
0
?
?
?
520
UGRD_ON_ICAO_STD_SFC
18
UGRD_ON_ISOBARIC_SFC
?
1
tmpl4_0
Expand All @@ -64,8 +64,8 @@ UGRD
isobaric_sfc
0
?
19
10040. 14750. 19680. 25000. 30090. 34430. 39270. 44650. 50600. 55000. 59520. 65000. 69680. 75260. 81200. 84310. 90000. 95000. 100000.
56
7170. 7520. 7900. 8280. 8700. 9120. 9570. 10040. 10530. 11050. 11600. 12170. 12770. 13400. 14060. 14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.
?
0
?
Expand All @@ -83,15 +83,15 @@ isobaric_sfc
0
0.0
1
3.0
4.0
0
0
0
?
?
?
521
VGRD_ON_ICAO_STD_SFC
19
VGRD_ON_ISOBARIC_SFC
?
1
tmpl4_0
Expand All @@ -101,8 +101,8 @@ VGRD
isobaric_sfc
0
?
19
10040. 14750. 19680. 25000. 30090. 34430. 39270. 44650. 50600. 55000. 59520. 65000. 69680. 75260. 81200. 84310. 90000. 95000. 100000.
56
7170. 7520. 7900. 8280. 8700. 9120. 9570. 10040. 10530. 11050. 11600. 12170. 12770. 13400. 14060. 14750. 15470. 16240. 17040. 17870. 18750. 19680. 20650. 21660. 22730. 23840. 25000. 26200. 27450. 28740. 30090. 31490. 32930. 34430. 35990. 37600. 39270. 41000. 42790. 44650. 46560. 48550. 50600. 52720. 54920. 57180. 59520. 61940. 64440. 67020. 69680. 72430. 75260. 78190. 81200. 84310.
?
0
?
Expand All @@ -120,7 +120,7 @@ isobaric_sfc
0
0.0
1
3.0
4.0
0
0
0
Expand Down
Loading

0 comments on commit b79e2c3

Please sign in to comment.