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

Checkpointer module #7

Open
7 tasks
juliasloan25 opened this issue Sep 11, 2023 · 0 comments
Open
7 tasks

Checkpointer module #7

juliasloan25 opened this issue Sep 11, 2023 · 0 comments
Labels
new module 🚨 Implementation of a new module

Comments

@juliasloan25
Copy link
Member

juliasloan25 commented Sep 11, 2023

Create a module for saving the simulation state and restarting it, which is particularly essential for coupling.

ClimaCoupler.jl Checkpointer module: https://github.com/CliMA/ClimaCoupler.jl/blob/main/src/Checkpointer.jl
ClimaAtmos.jl callbacks: https://github.com/CliMA/ClimaAtmos.jl/blob/f751e691c05ae935ff30d82b7ef804021f5355ea/src/callbacks/callbacks.jl

ClimaCoupler.jl Checkpointer tests: https://github.com/CliMA/ClimaCoupler.jl/blob/main/test/checkpointer_tests.jl

tracked by #39

To Do

  • Copy all functions from both repos
  • Copy all tests from both repos
  • Generalize function interfaces, extend functionality for all users
  • Update test usage, make sure tests pass
  • Test in user repos
  • Add compat entries in project for new deps
  • Add docs page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new module 🚨 Implementation of a new module
Projects
None yet
Development

No branches or pull requests

1 participant