Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check lake balance #330

Merged
merged 10 commits into from
Jan 30, 2024
Merged

Check lake balance #330

merged 10 commits into from
Jan 30, 2024

Commits on Jan 18, 2024

  1. Limit lake evaporation

    Based on total available volume (storage, inflow and precipitation).
    verseve committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8c98969 View commit details
    Browse the repository at this point in the history
  2. Limit reservoir evaporation

    Based on total available volume (storage, inflow and precipitation).
    verseve committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b125707 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38b06a8 View commit details
    Browse the repository at this point in the history
  4. Limit lake outflow and solution Modified Puls approach

    Limit lake outflow by lake storage, and check if solution term of quadratic equations is above zero.
    verseve committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2c15451 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Add parameter actevap to docs

    Lake and reservoir module.
    verseve committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    25b6f33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02ea9ce View commit details
    Browse the repository at this point in the history
  3. Update changelog

    verseve committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3fa3e16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    162b769 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    894c811 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    To clarify parameter descriptions.
    verseve committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b24bde1 View commit details
    Browse the repository at this point in the history