-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix terms of quadratic equation in Modified Puls Approach
The inflow and outflow variables for the lake module are defined for dt, so the terms (Qin1 (t1) + Qin2 (t2))/2 and (Qout1 (t1) + Qout2 (t2))/2 as in the original mass balance equation of the Modified Puls Approach are not required. Because of this the terms of the quadratic equation were fixed (the solution of the quadratic equation based on the original mass balance equation was implemented.
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters