You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not using checkpoints, the model should run for a specific time. I suppose at line 200 in the run() function self.run_epoch(runtime=self.tmax, dt=dt) should be self.run_epoch(runtime=T, dt=dt)
The text was updated successfully, but these errors were encountered:
If not using checkpoints, the model should run for a specific time. I suppose at line 200 in the run() function
self.run_epoch(runtime=self.tmax, dt=dt)
should beself.run_epoch(runtime=T, dt=dt)
The text was updated successfully, but these errors were encountered: