-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: master
Are you sure you want to change the base?
LGARTO #36
Commits on May 6, 2024
-
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 committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for da7ed5d - Browse repository at this point
Copy the full SHA da7ed5dView commit details -
Peter La Follette authored and Peter La Follette committed
May 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 23cc649 - Browse repository at this point
Copy the full SHA 23cc649View commit details -
Peter La Follette authored and Peter La Follette committed
May 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 67cdd04 - Browse repository at this point
Copy the full SHA 67cdd04View commit details -
updating giuh fxn with adaptive time step
Peter La Follette authored and Peter La Follette committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 9769410 - Browse repository at this point
Copy the full SHA 9769410View commit details
Commits on May 7, 2024
-
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 committedMay 7, 2024 Configuration menu - View commit details
-
Copy full SHA for d1225da - Browse repository at this point
Copy the full SHA d1225daView commit details -
Peter La Follette authored and Peter La Follette committed
May 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 251c2dd - Browse repository at this point
Copy the full SHA 251c2ddView commit details
Commits on May 9, 2024
-
cleaned up code that was used for debugging
Peter La Follette authored and Peter La Follette committedMay 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 776af89 - Browse repository at this point
Copy the full SHA 776af89View commit details -
updating Phillipsburg config file
Peter La Follette authored and Peter La Follette committedMay 9, 2024 Configuration menu - View commit details
-
Copy full SHA for e8e40eb - Browse repository at this point
Copy the full SHA e8e40ebView commit details -
cleaned up code that was used for debugging
Peter La Follette authored and Peter La Follette committedMay 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 3acf3ea - Browse repository at this point
Copy the full SHA 3acf3eaView commit details
Commits on Aug 5, 2024
-
Peter La Follette authored and Peter La Follette committed
Aug 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 37b11e3 - Browse repository at this point
Copy the full SHA 37b11e3View commit details -
updating readme to reflect work in progress nature of LGARTO
Peter La Follette authored and Peter La Follette committedAug 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 5da739c - Browse repository at this point
Copy the full SHA 5da739cView commit details
Commits on Sep 13, 2024
-
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 committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for da70ef2 - Browse repository at this point
Copy the full SHA da70ef2View commit details -
adding a few examples for visualization and stability testing
Peter La Follette authored and Peter La Follette committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 6e350eb - Browse repository at this point
Copy the full SHA 6e350ebView commit details
Commits on Sep 14, 2024
-
Peter La Follette authored and Peter La Follette committed
Sep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 4e9a5f4 - Browse repository at this point
Copy the full SHA 4e9a5f4View commit details
Commits on Sep 16, 2024
-
Peter La Follette authored and Peter La Follette committed
Sep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for efd926e - Browse repository at this point
Copy the full SHA efd926eView commit details
Commits on Oct 4, 2024
-
checking synthetic and unit test performance with changes to dry depth
Peter La Follette authored and Peter La Follette committedOct 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 53167f6 - Browse repository at this point
Copy the full SHA 53167f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d7595 - Browse repository at this point
Copy the full SHA b5d7595View commit details
Commits on Oct 18, 2024
-
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 committedOct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 06d7447 - Browse repository at this point
Copy the full SHA 06d7447View commit details
Commits on Oct 20, 2024
-
bringing back capability of listDeleteFront to free memory
Peter La Follette authored and Peter La Follette committedOct 20, 2024 Configuration menu - View commit details
-
Copy full SHA for ac14a69 - Browse repository at this point
Copy the full SHA ac14a69View commit details
Commits on Oct 25, 2024
-
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 committedOct 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 492cc5e - Browse repository at this point
Copy the full SHA 492cc5eView commit details
Commits on Nov 1, 2024
-
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 committedNov 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 61d5e18 - Browse repository at this point
Copy the full SHA 61d5e18View commit details
Commits on Nov 3, 2024
-
minor bug fixes in animation notebooks, minor documentation update in…
… lgar.cxx
Peter La Follette authored and Peter La Follette committedNov 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 6d919a7 - Browse repository at this point
Copy the full SHA 6d919a7View commit details -
adding notebooks for animating LGARTO synthetic tests
Peter La Follette authored and Peter La Follette committedNov 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 3a6508f - Browse repository at this point
Copy the full SHA 3a6508fView commit details -
adding videos of LGARTO simulations
Peter La Follette authored and Peter La Follette committedNov 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 31a75d4 - Browse repository at this point
Copy the full SHA 31a75d4View commit details