Skip to content

Commit

Permalink
update example 1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Aug 22, 2019
1 parent 2cd344b commit ed926a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/01_pump_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@
PCS_TYPE='GROUNDWATER_FLOW',
TIME_START=0,
TIME_END=600,
TIME_STEPS=[
[10, 30],
[5, 60],
],
TIME_STEPS=[[10, 30], [5, 60]],
)
model.write_input()
success = model.run_model()
Expand All @@ -69,3 +66,4 @@

plt.plot(time, head)
plt.show()
model.msh.show()

0 comments on commit ed926a0

Please sign in to comment.