From fc13873c219f64dd21014dd563b2e1687fc30cca Mon Sep 17 00:00:00 2001 From: George Gayno Date: Thu, 11 Jan 2024 16:09:28 +0000 Subject: [PATCH] Fix definition of OROFIX in the cycle driver script. Fixes #549. --- ush/global_cycle_driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/global_cycle_driver.sh b/ush/global_cycle_driver.sh index ce4d1756a..84699c306 100755 --- a/ush/global_cycle_driver.sh +++ b/ush/global_cycle_driver.sh @@ -20,7 +20,7 @@ export DMPDIR=${DMPDIR:-$NWPROD} export HOMEgfs=${HOMEgfs:-$NWPROD/gfs.v15.0.0} export FIX_DIR=${FIX_DIR:-$HOMEgfs/fix} export FIXam=${FIXam:-$FIX_DIR/am} -export OROFIX=${OROFIX:-$FIX_DIR/orog/${CASE}.mx${OCNRES}_frac} +export OROFIX=${OROFIX:-$FIX_DIR/orog/${CASE}} export FIX_SFC=${FIX_SFC:-$OROFIX/sfc} ntiles=${ntiles:-6}