Skip to content

Update default ice climatology in ./ush/global_cycle.sh. #664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be the IMS-NIC.blended.ice.monthly.clim.grb or are you specifically using the prior one here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am intentionally using the old data for the regression test. OPS still uses old data, correct?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, gotcha. Yes the GFSv16 is using the older (CFSR.SEAICE.1982.2012.monthly.clim.grb) file.


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