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
if (Lake[Layer_subm].Height >= Inflows[iRiver].SubmElev) break;
if SubElev is an elevation, then it should not be directly compared to height. It needs to have base_elev subtracted from it. We have been using SubElev as a height.
In the ground water calculation, it seems to be an elevation rather than a height.
GLM/src/glm_flow.c
Line 882 in 183894d
if SubElev is an elevation, then it should not be directly compared to height. It needs to have base_elev subtracted from it. We have been using SubElev as a height.
In the ground water calculation, it seems to be an elevation rather than a height.
GLM/src/glm_init.c
Line 1016 in 183894d
The text was updated successfully, but these errors were encountered: