-
Couldn't load subscription status.
- Fork 35
Open
Description
Line 882 in 183894d
| 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.
Line 1016 in 183894d
| Inflows[num_inflows+i].SubmElev = 0.05 + base_elev; |
Metadata
Metadata
Assignees
Labels
No labels