Skip to content

Commit

Permalink
Missed file format updates in a few places in config.metp
Browse files Browse the repository at this point in the history
  • Loading branch information
malloryprow committed Jan 24, 2020
1 parent c11dfef commit 786806f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/config/config.metp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ "$CDUMP" = "gfs" ] ; then
# GRID-TO-GRID STEP 1
export g2g1_type_list="anom pres sfc"
export g2g1_anl_name="self_anl"
export g2g1_anl_fileformat_list="pgbanl.gfs.{valid?fmt=%Y%m%d%H}.grib2"
export g2g1_anl_fileformat_list="pgbanl.gfs.{valid?fmt=%Y%m%d%H}"
export g2g1_grid="G002"
# GRID-TO-OBS STEP 1
export g2o1_type_list="upper_air conus_sfc"
Expand All @@ -61,7 +61,7 @@ if [ "$CDUMP" = "gfs" ] ; then
export precip1_accum_length="24"
export precip1_model_bucket_list="06"
export precip1_model_varname_list="APCP"
export precip1_model_fileformat_list="pgbf{lead?fmt=%H}.gfs.{init?fmt=%Y%m%d%H}.grib2"
export precip1_model_fileformat_list="pgbf{lead?fmt=%H}.gfs.{init?fmt=%Y%m%d%H}"
export precip1_grid="G211"
fi
fi
Expand Down

0 comments on commit 786806f

Please sign in to comment.