You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
do you know why if I insert N rainfall inputs in "geotop.inpts" I get some outputs which have N length and others (N-1) length?
Running the Matlab script "load_GEOtop" I obtained, for the variables
If you have a simulation with initdate T,
you will get the first values at time T for following files for example:
soilliqwaterpressure, soiltemp, soilicecontent, soilliqcontent
you will get the first values at time T+dt for following files:
basin, discharge, point
so only
so in Input.cc we have a section which writes initial conditions and that's also the Point where the headers of the output files are written, this is true for all geotop versions.
A bit strange, right?
Hi guys,
do you know why if I insert N rainfall inputs in "geotop.inpts" I get some outputs which have N length and others (N-1) length?
Running the Matlab script "load_GEOtop" I obtained, for the variables
Opening the variable "basin_date" I see that it starts 1 hour after my first input.
Have someone else noticed it?
Thank you!
The text was updated successfully, but these errors were encountered: