From 74f6af05f0d558c7cde2bfc3d54ac3a6bc8973a1 Mon Sep 17 00:00:00 2001 From: Hans Kim Date: Fri, 3 Jan 2025 14:34:50 -0800 Subject: [PATCH] Use actual start date for MSS --- bdschism/bdschism/multi_clip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdschism/bdschism/multi_clip.py b/bdschism/bdschism/multi_clip.py index 40d4a11..d59d7cf 100644 --- a/bdschism/bdschism/multi_clip.py +++ b/bdschism/bdschism/multi_clip.py @@ -8,7 +8,7 @@ os.chdir(os.path.dirname(os.path.abspath(__file__))) # User will need to change the start time and location of BayDeltaSCHISM -start=dtm.datetime(2009,2,10) +start=dtm.datetime(2021,1,1) bds_home = "D:/Delta/BayDeltaSCHISM/" outdir = "./"