-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proper support for run!(simulation, pickup=true)
with OceanSeaIceModel
#303
Comments
The interface for checkpointing is generalized slightly in this Oceananigans PR: CliMA/Oceananigans.jl#4003 Once that is merged, we should be able to extend |
We also may want to extend I think it would be a good exercise to try to do this, which might expose some changes that are also needed in |
I'm not sure if this is relevant to the discussion, but currently
triggers the warning
|
Actually, I think was a bug/inconsistency in the checkpointer. On 0.95.3 we used but then The distinction between @NoraLoose possibly you can try re-running your problem (unfortunately this also requires regenerating the checkpointing data) on Apparently, we don't test whether the free surface is checkpointed correctly. Maybe we should add a test like that to Oceananigans. |
This is great - thanks @glwagner! |
@NoraLoose wrote:
I run this notebook, but with checkpointing
This saves a series of checkpoint files in the working directory, with the latest being
model_checkpoint_iteration13920.jld2
.To pick up from this checkpoint, I re-run the same notebook up to the end of the section "Set up output writers" and then try a bunch of different things: First,
which gives me the error
even though I run the notebook from the same working directory. Next, I try
which gives me the error
Originally posted by @NoraLoose in #302
The text was updated successfully, but these errors were encountered: