Skip to content

Commit

Permalink
Removed S4 resolution restrictions. NOAA-EMC#138
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Sep 21, 2022
1 parent e991e25 commit 5118de8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ elif [[ ${machine} = "S4" ]]; then
elif [[ ${PARTITION_BATCH} = "ivy" ]]; then
export npe_node_max=20
fi
if [[ $(echo ${CASE} | tr -d C) -gt 384 ]]; then
echo "S4 does not support resolutions finer than C384!"
exit 3
fi
elif [[ ${machine} = "ORION" ]]; then
export npe_node_max=40
fi
Expand Down
3 changes: 0 additions & 3 deletions workflow/setup_expt.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,6 @@ def query_and_clean(dirname):
user_inputs = input_args()
host = Host()

if host.machine.upper() == "S4" and int(user_inputs.resdet) > 384:
raise ValueError("S4 does not support experiments at resolutions finer than C384.")

comrot = os.path.join(user_inputs.comrot, user_inputs.pslot)
expdir = os.path.join(user_inputs.expdir, user_inputs.pslot)

Expand Down

0 comments on commit 5118de8

Please sign in to comment.