Checkpoint
Methods
ClimateMachine.Checkpoint.rm_checkpoint
— Functionrm_checkpoint(checkpoint_dir, name, mpicomm, num)
Remove the checkpoint file identified by solver_config.name
and num
.
ClimateMachine.Checkpoint.read_checkpoint
— Functionread_checkpoint(checkpoint_dir, name, mpicomm, num)
Read in the state and auxiliary arrays as well as the simulation time stored in the checkpoint file for name
and num
.
ClimateMachine.Checkpoint.write_checkpoint
— Functionwrite_checkpoint(solver_config, checkpoint_dir, name, mpicomm, num)
Read in the state and auxiliary arrays as well as the simulation time stored in the checkpoint file for name
and num
.