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

LGARTO #36

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

LGARTO #36

wants to merge 24 commits into from

Commits on May 6, 2024

  1. adding the capability for an adaptive time step. If not provided in t…

    …he config file, it defaults to false.
    Peter La Follette authored and Peter La Follette committed May 6, 2024
    Configuration menu
    Copy the full SHA
    da7ed5d View commit details
    Browse the repository at this point in the history
  2. updating readme

    Peter La Follette authored and Peter La Follette committed May 6, 2024
    Configuration menu
    Copy the full SHA
    23cc649 View commit details
    Browse the repository at this point in the history
  3. updating readme

    Peter La Follette authored and Peter La Follette committed May 6, 2024
    Configuration menu
    Copy the full SHA
    67cdd04 View commit details
    Browse the repository at this point in the history
  4. updating giuh fxn with adaptive time step

    Peter La Follette authored and Peter La Follette committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9769410 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. giuh now uses a fixed time step that is hardcoded to be the the same …

    …as the smallest adaptive time step for the rest of the model. If the adaptive time step is off, the giuh time step will be the same as the timestep input in the config file.
    Peter La Follette authored and Peter La Follette committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d1225da View commit details
    Browse the repository at this point in the history
  2. updating readme in configs

    Peter La Follette authored and Peter La Follette committed May 7, 2024
    Configuration menu
    Copy the full SHA
    251c2dd View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. cleaned up code that was used for debugging

    Peter La Follette authored and Peter La Follette committed May 9, 2024
    Configuration menu
    Copy the full SHA
    776af89 View commit details
    Browse the repository at this point in the history
  2. updating Phillipsburg config file

    Peter La Follette authored and Peter La Follette committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e8e40eb View commit details
    Browse the repository at this point in the history
  3. cleaned up code that was used for debugging

    Peter La Follette authored and Peter La Follette committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3acf3ea View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. making LGARTO branch

    Peter La Follette authored and Peter La Follette committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    37b11e3 View commit details
    Browse the repository at this point in the history
  2. updating readme to reflect work in progress nature of LGARTO

    Peter La Follette authored and Peter La Follette committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5da739c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. adding stable version of LGARTO, stability tested across 120k paramet…

    …er sets, including single and multi layer modes for lgarto and lgar. some cleanup and documentation still necessary.
    Peter La Follette authored and Peter La Follette committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    da70ef2 View commit details
    Browse the repository at this point in the history
  2. adding a few examples for visualization and stability testing

    Peter La Follette authored and Peter La Follette committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6e350eb View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. more cleanup of lgar.cxx

    Peter La Follette authored and Peter La Follette committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    4e9a5f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. more cleanup and commenting

    Peter La Follette authored and Peter La Follette committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    efd926e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. checking synthetic and unit test performance with changes to dry depth

    Peter La Follette authored and Peter La Follette committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    53167f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5d7595 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. updated dzdt calculation method, prompted by AGU visualization purpos…

    …es, such that recharge agrees better with HYDRUS results for short, synthetic LGARTO tests. Also re introduced free drainage as a lower BC for LGAR mode, where most of the development for this was done in 2022.
    Peter La Follette authored and Peter La Follette committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    06d7447 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. bringing back capability of listDeleteFront to free memory

    Peter La Follette authored and Peter La Follette committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    ac14a69 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Adding more testing and documentation in support of PR to merge LGART…

    …O to main. Here, I have included a notebook called LGARTO_demo, in tests, that demonstrates that there are not significant changes between LGAR and LGARTO with TO_enabled set to false. I have included the stability tests, which currently yield no unstable model runs over 160k parameter set and forcing dataset combinations, across both options for TO_enabled. I have also included notebooks that compare HYDRUS and LGARTO results for 4 short, synthetic simulations, and 4 year long simulations using real forcing and soils data from USDA SCAN sites. Finally, I have added notebooks that animate LGARTO simulations, which helps a lot with visualization and communication. Also minor edits to documentation of lgar.cxx, and moderate edits to the readme in the tests directory.
    Peter La Follette authored and Peter La Follette committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    492cc5e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. setting configs for LGARTO model runs to use the closed form of capil…

    …lary drive G for improved speed
    Peter La Follette authored and Peter La Follette committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    61d5e18 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. minor bug fixes in animation notebooks, minor documentation update in…

    … lgar.cxx
    Peter La Follette authored and Peter La Follette committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    6d919a7 View commit details
    Browse the repository at this point in the history
  2. adding notebooks for animating LGARTO synthetic tests

    Peter La Follette authored and Peter La Follette committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    3a6508f View commit details
    Browse the repository at this point in the history
  3. adding videos of LGARTO simulations

    Peter La Follette authored and Peter La Follette committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    31a75d4 View commit details
    Browse the repository at this point in the history