Skip to content

Commit

Permalink
Bug fix for time labeling in GRIB2 template 4.46 (#1091)
Browse files Browse the repository at this point in the history
* Bug fix for time labeling in GRIB2 template 4.46

* Updating control files to output "total aerosol" instead of missing aerosol type for 1-h average PM2.5 and PM10.
  • Loading branch information
EricJames-NOAA authored Dec 2, 2024
1 parent 07f3963 commit b37e67e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions parm/post_avblflds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7001,6 +7001,7 @@
<pname>MASSDEN</pname>
<stats_proc>AVE</stats_proc>
<fixed_sfc1_type>spec_hgt_lvl_above_grnd</fixed_sfc1_type>
<aerosol_type>total_aerosol</aerosol_type>
<typ_intvl_size>smaller_than_first_limit</typ_intvl_size>
<scale_fact_1st_size>7</scale_fact_1st_size>
<scale_val_1st_size>25</scale_val_1st_size>
Expand Down Expand Up @@ -7107,6 +7108,7 @@
<pname>MASSDEN</pname>
<stats_proc>AVE</stats_proc>
<fixed_sfc1_type>spec_hgt_lvl_above_grnd</fixed_sfc1_type>
<aerosol_type>total_aerosol</aerosol_type>
<level>8.</level>
<typ_intvl_size>smaller_than_first_limit</typ_intvl_size>
<scale_fact_1st_size>7</scale_fact_1st_size>
Expand Down
4 changes: 2 additions & 2 deletions parm/postxconfig-NT-rrfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11377,7 +11377,7 @@ spec_hgt_lvl_above_grnd
?
0
?
?
total_aerosol
?
smaller_than_first_limit
7
Expand Down Expand Up @@ -11419,7 +11419,7 @@ spec_hgt_lvl_above_grnd
?
0
?
?
total_aerosol
?
smaller_than_first_limit
7
Expand Down
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/grib2_module.f
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ subroutine gengrb2msg(idisc,icatg, iparm,nprm,nlvl,fldlvl1,fldlvl2,ntrange,tinvs
pset%param(nprm)%scale_val_2nd_size, &
pset%gen_proc_type, &
pset%gen_proc,hrs_obs_cutoff,min_obs_cutoff, &
pset%time_range_unit,ifhr, &
pset%time_range_unit,ihr_start, &
pset%param(nprm)%fixed_sfc1_type, &
scale_fct_fixed_sfc1, &
scaled_val_fixed_sfc1, &
Expand Down

0 comments on commit b37e67e

Please sign in to comment.