Eawag-AppliedSystemAnalysis / Simstrat

Simstrat - 1D lake model
http://www.eawag.ch/en/department/surf/projects/simstrat/
GNU General Public License v3.0
17 stars 8 forks source link

Initial conditions are required even when starting from snapshot #63

Open JamesRunnalls opened 7 months ago

JamesRunnalls commented 7 months ago

The initial conditions file must exist and contain correctly formatted data even when starting from a snapshot.

f-baerenbold commented 7 months ago

Currently, the snapshot is read after the initialization of the model. So there are many things during the initialization that depend on the initial condition file. Changing this would require changes to the model that are a bit more time consuming. But this should probably be done at some point.