Skip to content

Commit

Permalink
Use actual start date for MSS
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKimDWR committed Jan 3, 2025
1 parent 2717c0a commit 74f6af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdschism/bdschism/multi_clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "./"

Expand Down

0 comments on commit 74f6af0

Please sign in to comment.