Hi,
I was debugging the fortran routine as pointed by the my post
www.opentelemac.org/index.php/kunena/16-...me-dry?start=10#8941
I have noticed that when the 'INITIAL CONDITION' is set to 'CONSTANT DEPTH'
and 'INITIAL DEPTH' to 0, the water depth at the previous time step HN%R(K) at any K (node point) is always equal to zero. I checked even with H%R(K) which show the same values as HN%R(K).
This is the reason as why the program (
www.opentelemac.org/media/kunena/attachm...2535/intake_fort.zip) cannot get a proper intake discharge, because at all time step HR%R(K) is equal to zero.
However on the completion of simulation the results in water depth, shows proper values which are not equal to zero.
Is the value of HN becoming zero and expected behavior when "INITIAL CONDITION" is set to "CONSTANT DEPTH".
If yes then which variable should I check for the water depths at previous time step.
Thanks
Gourish