Skip to content

Commit

Permalink
Update atmos_products configuration file for GSL
Browse files Browse the repository at this point in the history
   - set downset to 1 so pgrb2b files are not created
   - set FLXGF to "NO" so interpolated sflux.1p00 files are not created
  • Loading branch information
jkhender committed Jan 25, 2024
1 parent fe8a953 commit 38a7e56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions parm/config/gfs/config.atmos_products
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ if [[ "${RUN:-}" == "gdas" ]]; then
export FHOUT_PGBS=${FHOUT:-1} # Output frequency of supplemental gfs pgb file at 1.0 and 0.5 deg
export FLXGF="NO" # Create interpolated sflux.1p00 file
elif [[ "${RUN:-}" == "gfs" ]]; then
export downset=2
#JKHexport downset=2 ## create pgrb2b files
export downset=1 ## JKH
export FHOUT_PGBS=${FHOUT_GFS:-3} # Output frequency of supplemental gfs pgb file at 1.0 and 0.5 deg
export FLXGF="YES" # Create interpolated sflux.1p00 file
export FLXGF="NO" # Create interpolated sflux.1p00 file
fi

# paramlist files for the different forecast hours and downsets
Expand Down

0 comments on commit 38a7e56

Please sign in to comment.