From 3821a70e372219b2aba0c3d94cfcda71eec2d463 Mon Sep 17 00:00:00 2001 From: "Walter.Kolczynski" Date: Tue, 25 Apr 2023 23:39:25 -0500 Subject: [PATCH] Fix ocean stating from flat structure A typo led to the same variable being defined twice instead of the variable that was supposed to be defined. Fixes #1530 --- workflow/setup_expt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/setup_expt.py b/workflow/setup_expt.py index fa9e66d23c..b1a9cd2037 100755 --- a/workflow/setup_expt.py +++ b/workflow/setup_expt.py @@ -103,7 +103,7 @@ def fill_COMROT_cycled(host, inputs): do_med = False # ocean and ice have the same filenames for warm and cold src_ocn_rst_dir = os.path.join('ocean', 'RESTART') - src_ocn_rst_dir = 'ocean' + src_ocn_anl_dir = 'ocean' src_ice_dir = os.path.join('ice', 'RESTART') src_atm_anl_dir = 'atmos' else: