Skip to content

Commit

Permalink
Update default ice climatology in ./ush/global_cycle.sh. (#664)
Browse files Browse the repository at this point in the history
Replace current default ice climo "CFSR.SEAICE.1982.2012.monthly.clim.grb"
with new IMS-based climo "IMS-NIC.blended.ice.monthly.clim.grb".
 
Fixes #661.
  • Loading branch information
GeorgeGayno-NOAA authored Jul 26, 2022
1 parent f658c1e commit f2e1203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions reg_tests/global_cycle/C768.fv3gfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export LONB=3072
export LATB=1536

export FIXgsm=$BASE_GSM/fix/fix_am
export FNAISC=$FIXgsm/CFSR.SEAICE.1982.2012.monthly.clim.grb

export DONST="YES"
export use_ufo=.true.
Expand Down
4 changes: 2 additions & 2 deletions ush/global_cycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# FNALBC2 Input 'facsf' and 'facwf' albedo climatology GRIB file.
# Defaults to ${FIXam}/global_albedo4.1x1.grb
# FNAISC Input sea ice climatology GRIB file.
# Defaults to ${FIXam}/CFSR.SEAICE.1982.2012.monthly.clim.grb
# Defaults to ${FIXam}/IMS-NIC.blended.ice.monthly.clim.grb
# FNTG3C Input deep soil temperature climatology GRIB file.
# Defaults to ${FIXam}/global_tg3clim.2.6x1.5.grb
# FNVEGC Input vegetation fraction climatology GRIB file.
Expand Down Expand Up @@ -280,7 +280,7 @@ FNSALC=${FNSALC:-${FIXam}/global_salclm.t1534.3072.1536.nc}
FNSNOC=${FNSNOC:-${FIXam}/global_snoclim.1.875.grb}
FNZORC=${FNZORC:-igbp}
FNALBC2=${FNALBC2:-${FIXam}/global_albedo4.1x1.grb}
FNAISC=${FNAISC:-${FIXam}/CFSR.SEAICE.1982.2012.monthly.clim.grb}
FNAISC=${FNAISC:-${FIXam}/IMS-NIC.blended.ice.monthly.clim.grb}
FNTG3C=${FNTG3C:-${FIXam}/global_tg3clim.2.6x1.5.grb}
FNVEGC=${FNVEGC:-${FIXam}/global_vegfrac.0.144.decpercent.grb}
FNALBC=${FNALBC:-${FIXam}/global_snowfree_albedo.bosu.t$JCAP_CASE.$LONB_CASE.$LATB_CASE.rg.grb}
Expand Down

0 comments on commit f2e1203

Please sign in to comment.