Skip to content

ENH: add write_netcdf_restart_file() and read_netcdf_restart_file() to the cell

Richard Leute requested to merge merge/22_simulation_restart into master

If compile with NetCDF the cell get two functions to write and read a restart file. With this restart file an interrupted or ended simulation can be continued. All internal variables are stored and reinitialised, so there is no difference in a single run simulation or a simulation that was multiple times restarted.

Merge request reports