Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into ss_160
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jan 25, 2024
2 parents 29eb572 + c3fb3bc commit f67d618
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions ush/global_cycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@
# Default is /nwprod2.
# HOMEgfs Directory for gfs. Default is
# $BASEDIR/gfs.v15.0.0.
# FIXam Directory for the global fixed climatology files.
# Defaults to $HOMEgfs/fix/am
# FIX_DIR Directory for fixed data. Default is $HOMEgfs/fix.
# FIXam Directory for the global fixed climatology files.
# Defaults to $FIX_DIR/am
# OROFIX Directory for model orography data. Default is
# $FIX_DIR/orog/${CASE}
# FIX_SFC Directory for model surface climatological data.
# Default is $OROFIX/sfc.
# EXECgfs Directory of the program executable. Defaults to
# $HOMEgfs/exec
# DATA Working directory
Expand Down Expand Up @@ -233,7 +238,7 @@ HOMEgfs=${HOMEgfs:-$BASEDIR/gfs_ver.${gfs_ver}}
EXECgfs=${EXECgfs:-$HOMEgfs/exec}
FIX_DIR=${FIX_DIR:-$HOMEgfs/fix}
FIXam=${FIXam:-$FIX_DIR/am}
OROFIX=${OROFIX:-$FIX_DIR/orog/${CASE}.mx${OCNRES}_frac}
OROFIX=${OROFIX:-$FIX_DIR/orog/${CASE}}
FIX_SFC=${FIX_SFC:-$OROFIX/sfc}
DATA=${DATA:-$(pwd)}
COMIN=${COMIN:-$(pwd)}
Expand Down

0 comments on commit f67d618

Please sign in to comment.