Skip to content

Should SubElev have base_elev subtracted? #56

Open
@rqthomas

Description

@rqthomas

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.

Inflows[num_inflows+i].SubmElev = 0.05 + base_elev;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions