Hi,
In atk 12.8, to restart a stopped calculation, we can use:
configuration = nlread("checkpointfile.nc")[0]
configuration.update(force_restart=True)
nlsave("file.nc",configuration)
given in the mini-tutorials.
In atk 11.2.3 "force_restart" is not recognized. How can we employ this script in atk 11.2.3?
Thanks,