BASEMENTBasic Simulation Environment for computation of environmental flow and natural hazard simulationLaboratory of Hydraulics, Hydrology and Glaciology (VAW)ETH Zurich | ![]() |
You are not logged in.
Pages: 1
Dear all,
I noticed something that might be a bug in the way the flood results are written: when I rerun a simulation, I get all 0s in the nodestring output relative the first one or two time steps of the rerun itself.
For intsance, I have a simulation file like this
"TIME": {
"end": 86400.0,
"out": 3600.0,
"start": 0.0
That stops after 10 time steps. I rerun it with a simulation file like this
"TIME": {
"end": 86400.0,
"out": 3600.0,
"start": 36000.0
In the results file, the nodestring result datasets relative to time-steps 10 and 11 are all 0.
It is like as per default the flood output is initialized every time basement starts.
Offline
Just yesterday I also discovered this behavior in v3.1 (GUI). As I didn't have time to investigate further I just run the simulation entirely. Took a bit longer...
Offline
Thank you both for reporting! I added this to the open issues and we try to address this as soon as possible.
Offline
Pages: 1