-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
DtPlotDischarge behaves differently in version 2.0 and 2.1 #23
Comments
Hi @cozzini , DtPlotDischarge is compared to a value called minDt and not Dt: geotop/src/geotop/parameters.cc Line 1427 in eaa345c
there is no change in this behavior between 2.0 and 2.1, also minDt is initialized with the same value, but the value of minDt is initialized but in 2.1 never changed. On the other side minDt is initialized to a very high value: geotop/src/geotop/parameters.cc Line 1358 in eaa345c
again, also 2.0 uses the same value for initialization of minDt What do you think about it? |
I looked at the next steps. |
I saw that in the 3D example snow_dstr_SENSITIVITY we faced this bug, when I created the discharge file in fact it was different than the one calculated by SE27XX, but I think this is already known that there are some differences, Right? |
In fact same can be done not only for discharge, but also for Basin and Point..... |
if DtPlotDischarge is lower than timestep it is automatically set to Dt (each hours) in version 2.0.0 while in version 2.1 is simply ignored.
This means that discharge.txt file is just one line that containts headers on version 2.1.
The text was updated successfully, but these errors were encountered: