Skip to content

Instantly share code, notes, and snippets.

View mt5555's full-sized avatar

Mark Taylor mt5555

View GitHub Profile
@mt5555
mt5555 / tsc.py
Last active June 30, 2022 16:01
TSC ninst mods
index 330677383..4a22ab908 100644
--- a/CIME/SystemTests/tsc.py
+++ b/CIME/SystemTests/tsc.py
@@ -105,8 +105,12 @@ class TSC(SystemTestsCommon):
nstep_output = OUT_FREQ // dtime
for iinst in range(1, NINST + 1):
+
+ cmd = '\cp -f ' + f'user_nl_{self.atmmod} ' + f'user_nl_{self.atmmod}_'+str(iinst).zfill(4) + '\n'
+ os.system(cmd)