Skip to content

Commit

Permalink
Fix definition of OROFIX in the cycle driver script.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Jan 11, 2024
1 parent b17a90d commit fc13873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/global_cycle_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit fc13873

Please sign in to comment.