Skip to content

Commit

Permalink
Update tspinup to 0.0 as is the default in SFINCS kernel (#243)
Browse files Browse the repository at this point in the history
* Update tspinup to 0.0 as is the default in SFINCS kernel, which is updated now too in SFINCS documentation

* update test

---------

Co-authored-by: roeldegoede <[email protected]>
  • Loading branch information
Leynse and roeldegoede authored Mar 6, 2025
1 parent 80d5391 commit 928371e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hydromt_sfincs/sfincs_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self):
self.tref = datetime(2010, 2, 1, 0, 0, 0)
self.tstart = datetime(2010, 2, 1, 0, 0, 0)
self.tstop = datetime(2010, 2, 2, 0, 0, 0)
self.tspinup = 60.0
self.tspinup = 0.0
self.t0out = None
self.dtout = 3600.0
self.dtmapout = None
Expand Down
2 changes: 1 addition & 1 deletion tests/data/sfincs_test/sfincs.inp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ latitude = 0.0
tref = 20100201 000000
tstart = 20100205 000000
tstop = 20100207 000000
tspinup = 60.0
tspinup = 0.0
dtout = 86400
dthisout = 86400
dtrstout = 0.0
Expand Down

0 comments on commit 928371e

Please sign in to comment.