Interpolating from checkpoint #3915
Unanswered
jagoosw
asked this question in
Computational science!
Replies: 1 comment
-
I feel it might make more sense for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been running some simulations where I've been spinning up at lower resolution, checkpointing, and then interpolating to a higher resolution grid. To do this I wrote this function:
This seems like something that would be generally useful, should I add it to the source code?
I also wrote a shortcut:
that is more convenient than adding the checkpointer to the simulation, instead I can just write
checkpoint!(model)
after therun!
.Beta Was this translation helpful? Give feedback.
All reactions