Skip to content

Commit

Permalink
Revert EXP_WARM_START if-block addition in config.getic
Browse files Browse the repository at this point in the history
- need to determine better way to set EXP_WARM_START

Refs: NOAA-EMC#353
  • Loading branch information
KateFriedman-NOAA committed Jun 23, 2021
1 parent 1c03067 commit 08f62e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions parm/config/config.getic
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ export RETRO="NO" # YES = Pull v16 inputs from retrospective parallels; NO = use
export gfs_ver="v16" # Default = v16
export OPS_RES=${OPS_RES:-"C768"} # Operational resolution

if [[ $gfs_ver = "v16" && $CASE = $OPS_RES ]]; then # Going to be using warm starts
export EXP_WARM_START=".true."
fi

export UFS_DIR=${HOMEgfs}/sorc/ufs_utils.fd
export GDASINIT_DIR=${UFS_DIR}/util/gdas_init

Expand Down

0 comments on commit 08f62e4

Please sign in to comment.