Skip to content

Commit b1288e7

Browse files
committed
update
1 parent 6c85c94 commit b1288e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqg_run2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
# initialize figure.
5757
outputinterval = 86400./4. # interval between frames in seconds
58-
tmax = t + 1.*86400. # time to stop (in days)
58+
tmax = t + 99.*86400. # time to stop (in days)
5959
nsteps = int(tmax/outputinterval) # number of time steps to animate
6060
# set number of timesteps to integrate for each call to model.advance
6161
model.timesteps = int(outputinterval/model.dt)

0 commit comments

Comments
 (0)