unifhy.Model.resume
- Model.resume(tag, at=None)
Resume model spin up or main simulation run on latest snapshot in dump files or at the given snapshot.
- Parameters
- tag:
str
The tag for the run to resume. For a main simulation run, this is simply run. For a given cycle of a spin up run, this is spinup#, where # is the integer corresponding to the given spin up cycle (e.g. 1 for first cycle, 2 for second cycle, etc.).
- at: datetime object, optional
The particular point in time (snapshot) available in the dump files that will be used to resume the model simulation.
- tag: