Skip to content

Commit 68e0349

Browse files
Reduce number of timesteps to speed up simulation times
1 parent 585d065 commit 68e0349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imod/tests/fixtures/flow_transport_simulation_fixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def flow_transport_simulation():
210210
duration = pd.to_timedelta("2000d")
211211
start = pd.to_datetime("2000-01-01")
212212
simulation.create_time_discretization(additional_times=[start, start + duration])
213-
simulation["time_discretization"]["n_timesteps"] = 100
213+
simulation["time_discretization"]["n_timesteps"] = 50
214214

215215
return simulation
216216
# %%

0 commit comments

Comments
 (0)