Skip to content
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

Add checkpoint callbacks #853

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Add checkpoint callbacks #853

merged 1 commit into from
Oct 28, 2024

Conversation

Sbozzolo
Copy link
Member

@Sbozzolo Sbozzolo commented Oct 15, 2024

This commit adds support for checkpoint and restarting a ClimaLand simulation. The functionality is tested in a bucket experiment, where I verify that saving a simulation to disk and restarting it leads to the same state as running the simulation in one go.

In the process, I had to bump some packages (because I am using the latest version of ClimaUtilities). I could not get ClimaLand to stay compatible with 1.9, so I bumped the minimum version to 1.10.

We should try to keep 1.10 as minimum version because it is LTS.

Closes #850

docs/src/restarts.md Outdated Show resolved Hide resolved
@Sbozzolo Sbozzolo force-pushed the gb/context branch 4 times, most recently from 8a8614f to 6429ba1 Compare October 24, 2024 17:27
docs/src/restarts.md Outdated Show resolved Hide resolved
docs/src/restarts.md Outdated Show resolved Hide resolved
This commit adds support for checkpoint and restarting a ClimaLand
simulation. The functionality is tested in a bucket experiment, where I
verify that saving a simulation to disk and restarting it leads to the
same state as running the simulation in one go.

In the process, I had to bump some packages (because I am using the
latest version of ClimaUtilities). I could not get ClimaLand to stay
compatible with 1.9, so I bumped the minimum version to 1.10.

We should try to keep 1.10 as minimum version because it is LTS.
@Sbozzolo Sbozzolo merged commit 9afd9f0 into main Oct 28, 2024
16 checks passed
@Sbozzolo Sbozzolo deleted the gb/context branch October 28, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add restarting capabilities
2 participants