From affbcdc9e12d0bd3683961bfebe88d5ee38fdb18 Mon Sep 17 00:00:00 2001 From: George Gayno Date: Tue, 23 Jan 2024 21:31:07 +0000 Subject: [PATCH 1/2] Update definition of OROFIX to match the cycle driver. Fixes #890. --- ush/global_cycle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/global_cycle.sh b/ush/global_cycle.sh index c71eb5efd..fb1833fda 100755 --- a/ush/global_cycle.sh +++ b/ush/global_cycle.sh @@ -233,7 +233,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)} From 0b49c7ab55210dfab0e10b3fc30c06cc7d4506b6 Mon Sep 17 00:00:00 2001 From: George Gayno Date: Wed, 24 Jan 2024 14:30:13 +0000 Subject: [PATCH 2/2] Update global_cycle.sh prolog. Fixes #890. --- ush/global_cycle.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ush/global_cycle.sh b/ush/global_cycle.sh index fb1833fda..d644c7410 100755 --- a/ush/global_cycle.sh +++ b/ush/global_cycle.sh @@ -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