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.
In the output-file, the water surface elevation at dry locations is set to the bed elevation instead of the defined threshold value when the following SPECIAL_OUTPUT-block is defined:
SPECIAL_OUTPUT {
type = node_centered
output_time_step = 7200
values = (wse)
format = sms
threshold_wse = 0
}
If the SPECIAL_OUTPUT-block looks like this, it's working!
SPECIAL_OUTPUT {
type = node_centered
output_time_step = 7200
values = (wse depth)
format = sms
threshold_wse = 0
}
Offline
Hi Michael
Thanks for the feedback, we will have a look and try to fix this for the next Bugfix Release.
Best regards, Lukas
Offline