NOAA-EMC / UPP

Other
36 stars 98 forks source link

Ensemble member information missing in aerosol fields #950

Closed WenMeng-NOAA closed 1 month ago

WenMeng-NOAA commented 5 months ago

@bingfu-NOAA reported that ensemble member information regarding aerosol variables is missing in his initial effort to configure aerosols in every member for GEFS v13 development as:

123:65787856:d=2018010400:PMTF:surface:114 hour fcst:aerosol=Dust Dry:aerosol_size <2.5e-06:
124:66271887:d=2018010400:PMTC:surface:114 hour fcst:aerosol=Dust Dry:aerosol_size <1e-05:
125:66697804:d=2018010400:PMTF:surface:114 hour fcst:aerosol=Sea Salt Dry:aerosol_size <2.5e-06:
126:67687796:d=2018010400:PMTC:surface:114 hour fcst:aerosol=Total Aerosol:aerosol_size <1e-05:
127:68548175:d=2018010400:PMTF:surface:114 hour fcst:aerosol=Total Aerosol:aerosol_size <2.5e-06:
128:69453791:d=2018010400:CAPE:180-0 mb above ground:114 hour fcst:ENS=+5
129:69893859:d=2018010400:CIN:180-0 mb above ground:114 hour fcst:ENS=+5
130:70386470:d=2018010400:ICEC:surface:114 hour fcst:ENS=+5
131:70396013:d=2018010400:PVORT:450 K isentropic level:114 hour fcst:ENS=+5
132:71038425:d=2018010400:PVORT:550 K isentropic level:114 hour fcst:ENS=+5
133:71771703:d=2018010400:PVORT:650 K isentropic level:114 hour fcst:ENS=+5
WenMeng-NOAA commented 5 months ago

The UPP has no capability to encode ensemble member information for aerosol fields in GRIB2. To approach that, the first step is adding temp 4.49 in g2tmpl source at the g2tmpl repository.

WenMeng-NOAA commented 3 months ago

@bingfu-NOAA @lipan-NOAA and I worked on the workarounds, now the UPP can generate aerosol fields including ensemble information as:

442:359461071:d=2018081600:PMTF:surface:18 hour fcst:ENS=+7:aerosol=Dust dry 
443:360026218:d=2018081600:PMTC:surface:18 hour fcst:ENS=+7:aerosol=Dust dry
444:360534870:d=2018081600:PMTF:surface:18 hour fcst:ENS=+7:aerosol=Sea salt dry
445:361774978:d=2018081600:PMTC:surface:18 hour fcst:ENS=+7:aerosol=Total aerosol
446:362584961:d=2018081600:PMTF:surface:18 hour fcst:ENS=+7:aerosol=Total aerosol
WenMeng-NOAA commented 3 months ago

The sample new grib2 data file GFSPRS.GrbF18 is at /u/wen.meng/noscrub/ncep_post/g2tmpl/g2tmpl_pan/post_gefs_2018081600 on dogwood. The wgrib2 v3.1.3 should be used to dump this grib2 file.

WenMeng-NOAA commented 2 months ago

By 07/08/2024,

WenMeng-NOAA commented 1 month ago

@bingfu-NOAA This issue was solved in the UPP develop branch with @lipan-NOAA 's PR #1011. May I close it as completed?

bingfu-NOAA commented 1 month ago

@WenMeng-NOAA Sure, thanks.