using checkpointer to initialize another model #2590
Unanswered
ammtD
asked this question in
Computational science!
Replies: 1 comment
-
Check out the documentation here: https://clima.github.io/OceananigansDocumentation/stable/model_setup/checkpointing/ |
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
Uh oh!
There was an error while loading. Please reload this page.
-
How does one use the output from one simulation, stored in a checkpointer, to initialize fields and grid of another simulation?
I have tried to load model.velocities and tracer from the stored checkpointer file
u_ini = spinup["u/data"]
v_ini = spinup["v/data"]
w_ini = spinup["w/data"]
b_ini = spinup["b/data"]
Beta Was this translation helpful? Give feedback.
All reactions