Skip to content

snapshots

SnapshotCheckpointer

Bases: Checkpointer

Checkpointer which can be used to save datasets showing the evolution of variables between checkpointer calls.

dataset property

__init__(rank)

__call__(savepoint_name, **kwargs)

cleanup()

make_dims(savepoint_dim, label, data_list)

Helper which defines dimension names for an xarray variable.

Used to ensure no dimensions have the same name but different sizes when defining xarray datasets.