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

Commits on Oct 28, 2024

  1. Add support for checkpoints

    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 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    caa7c71 View commit details
    Browse the repository at this point in the history