We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c85c94 commit b1288e7Copy full SHA for b1288e7
sqg_run2.py
@@ -55,7 +55,7 @@
55
56
# initialize figure.
57
outputinterval = 86400./4. # interval between frames in seconds
58
-tmax = t + 1.*86400. # time to stop (in days)
+tmax = t + 99.*86400. # time to stop (in days)
59
nsteps = int(tmax/outputinterval) # number of time steps to animate
60
# set number of timesteps to integrate for each call to model.advance
61
model.timesteps = int(outputinterval/model.dt)
0 commit comments