We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stable_timestep(aquifer)
dt
I have checked that this issue has not already been reported.
I have checked that this bug exists on the latest version of Wflow.
The output of stable_timestep(aquifer) can get negative (large value), starting with a cold state.
The wflow model type sbm_gwf gives the following warning:
sbm_gwf
┌ Warning: stable time step dt -839465.3444686249 for groundwater flow is smaller than sbm dt 1.0
dt for groundwater flow should always be a positive value.
No response
The text was updated successfully, but these errors were encountered:
verseve
No branches or pull requests
Wflow version checks
I have checked that this issue has not already been reported.
I have checked that this bug exists on the latest version of Wflow.
Reproducible Example
The output of
stable_timestep(aquifer)
can get negative (large value), starting with a cold state.Current behaviour
The wflow model type
sbm_gwf
gives the following warning:┌ Warning: stable time step dt -839465.3444686249 for groundwater flow is smaller than sbm dt 1.0
Desired behaviour
dt
for groundwater flow should always be a positive value.Additional Context
No response
The text was updated successfully, but these errors were encountered: