-
Notifications
You must be signed in to change notification settings - Fork 25
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
Adding new infiltration module #147
base: develop
Are you sure you want to change the base?
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5559836 - Browse repository at this point
Copy the full SHA 5559836View commit details -
Created files for a new infiltration routine to include all seasons a…
…nd no just snow-covered
Configuration menu - View commit details
-
Copy full SHA for 8b8de72 - Browse repository at this point
Copy the full SHA 8b8de72View commit details -
Changed names of the infiltration routine to be more consistent, also…
… started working on implementation of the full suite of processes
Configuration menu - View commit details
-
Copy full SHA for 30cff21 - Browse repository at this point
Copy the full SHA 30cff21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98687eb - Browse repository at this point
Copy the full SHA 98687ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6a1399 - Browse repository at this point
Copy the full SHA d6a1399View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6e31b8 - Browse repository at this point
Copy the full SHA f6e31b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df38cf - Browse repository at this point
Copy the full SHA 8df38cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f74eb0 - Browse repository at this point
Copy the full SHA 9f74eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b92d4 - Browse repository at this point
Copy the full SHA c4b92d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecdb364 - Browse repository at this point
Copy the full SHA ecdb364View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69e892e - Browse repository at this point
Copy the full SHA 69e892eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 885abf7 - Browse repository at this point
Copy the full SHA 885abf7View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0df6a80 - Browse repository at this point
Copy the full SHA 0df6a80View commit details -
Created files for a new infiltration routine to include all seasons a…
…nd no just snow-covered
Configuration menu - View commit details
-
Copy full SHA for df34954 - Browse repository at this point
Copy the full SHA df34954View commit details -
Changed names of the infiltration routine to be more consistent, also…
… started working on implementation of the full suite of processes
Configuration menu - View commit details
-
Copy full SHA for 6b28ae6 - Browse repository at this point
Copy the full SHA 6b28ae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 875faff - Browse repository at this point
Copy the full SHA 875faffView commit details -
Configuration menu - View commit details
-
Copy full SHA for d328114 - Browse repository at this point
Copy the full SHA d328114View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e0a8c2 - Browse repository at this point
Copy the full SHA 1e0a8c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9ee08d - Browse repository at this point
Copy the full SHA f9ee08dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a492f1c - Browse repository at this point
Copy the full SHA a492f1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d293e5b - Browse repository at this point
Copy the full SHA d293e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 735dc09 - Browse repository at this point
Copy the full SHA 735dc09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d64a5a - Browse repository at this point
Copy the full SHA 1d64a5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee46645 - Browse repository at this point
Copy the full SHA ee46645View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ed1fc - Browse repository at this point
Copy the full SHA 59ed1fcView commit details -
A lot of changes here, too many for one commit, major theme is just m…
…aking things closer to complete. From here on out, I'll try to make commits more discrete
Configuration menu - View commit details
-
Copy full SHA for 776b7e6 - Browse repository at this point
Copy the full SHA 776b7e6View commit details -
replaced crackstatus - crhm variable to count major melts - with more…
… obvious variable name: major_melt_count. Also changed Major to lowercase, which is consistent with other syntax. Xinfil is also replaced. Was a 3 element vector storing, the Gray infiltration index, SWE from when the first major melt begins (init_SWE), and the maximum melt per day for a major melt (max_major_per_day)
Configuration menu - View commit details
-
Copy full SHA for da46cff - Browse repository at this point
Copy the full SHA da46cffView commit details -
Added a long comment before the crack module (Gray 1985) pointing out…
… some major issues with implementing this routine in CHM and a suggested fix. Also fixed a few typos.
Configuration menu - View commit details
-
Copy full SHA for 4db5e6e - Browse repository at this point
Copy the full SHA 4db5e6eView commit details -
Progress on finishing, added several variables to the header, and swi…
…tched some variables from being per-trangle to global for the module. Also tried working on some functions for the crack routine but ran into issues, solve tomorrow
Configuration menu - View commit details
-
Copy full SHA for 44db1b3 - Browse repository at this point
Copy the full SHA 44db1b3View commit details -
Finished the part of the module copied from the CRHM module crack. Th…
…is was moduled after the python version of this module I created in ClassGray.py found at: https://github.com/djmallum/PythonScripts/tree/main/HydrologyTestScripts
Configuration menu - View commit details
-
Copy full SHA for 158e716 - Browse repository at this point
Copy the full SHA 158e716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86a3715 - Browse repository at this point
Copy the full SHA 86a3715View commit details -
unique ptr added to the data subclass for easier function handling an…
…d readability. Main body of GreenAmpt routine completed.
Configuration menu - View commit details
-
Copy full SHA for 8846fd6 - Browse repository at this point
Copy the full SHA 8846fd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c77475 - Browse repository at this point
Copy the full SHA 8c77475View commit details -
Function declarations, variables declarations up to date
Configuration menu - View commit details
-
Copy full SHA for 0ac3e20 - Browse repository at this point
Copy the full SHA 0ac3e20View commit details -
reset the workflow file and .gitignore to how it is written on the ma…
…in repo. I changed these locally, but not necessary to merge with main repo.
Configuration menu - View commit details
-
Copy full SHA for 67ca0be - Browse repository at this point
Copy the full SHA 67ca0beView commit details -
Merge remote-tracking branch 'old-repo/develop' into develop
This merge is taking my old repo, which is a detached fork to this new repo which is still attached to the main CHM repo.
Configuration menu - View commit details
-
Copy full SHA for 59c1eb8 - Browse repository at this point
Copy the full SHA 59c1eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ada4d3 - Browse repository at this point
Copy the full SHA 4ada4d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0227bd - Browse repository at this point
Copy the full SHA a0227bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6303a66 - Browse repository at this point
Copy the full SHA 6303a66View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7c59e9 - Browse repository at this point
Copy the full SHA b7c59e9View commit details -
Revert "switched to using GITHUB_TOKEN"
This reverts commit 69e892e.
Configuration menu - View commit details
-
Copy full SHA for 83cc60a - Browse repository at this point
Copy the full SHA 83cc60aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17cc8b3 - Browse repository at this point
Copy the full SHA 17cc8b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42ba3d4 - Browse repository at this point
Copy the full SHA 42ba3d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b23298 - Browse repository at this point
Copy the full SHA 8b23298View commit details -
Revert "added rebasing to develop branch workflow"
This reverts commit 8df38cf.
Configuration menu - View commit details
-
Copy full SHA for 7486093 - Browse repository at this point
Copy the full SHA 7486093View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7735a - Browse repository at this point
Copy the full SHA cb7735aView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c882a7b - Browse repository at this point
Copy the full SHA c882a7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1428290 - Browse repository at this point
Copy the full SHA 1428290View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4a1c67 - Browse repository at this point
Copy the full SHA a4a1c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for b95dc6a - Browse repository at this point
Copy the full SHA b95dc6aView commit details
Commits on Sep 11, 2024
-
Added soil storage continuation between time steps
Currently there is no soil module in CHM. As a result, soil storage is handled completely by the Infil_All module by increasing d.soil_storage by d.GA_temp->final_storage in the GreenAmpt routine. The crack/Gray module does not use soil_storage in its calculation. When a soil module is added, this will have to be changed so that th efinal storage is sent to the soil module and taken as an input.
Configuration menu - View commit details
-
Copy full SHA for c8a557e - Browse repository at this point
Copy the full SHA c8a557eView commit details
Commits on Sep 20, 2024
-
Created a class in the Soil namespace
Class contains methods for accessing static arrays which are used by infiltration module, Infil_All and the ET model PenmanMonteith.
Configuration menu - View commit details
-
Copy full SHA for a29b97d - Browse repository at this point
Copy the full SHA a29b97dView commit details -
Infil_All soil properties now external
stored in physics/soil.h so that it can also be accessed by other routines.
Configuration menu - View commit details
-
Copy full SHA for f29d3bb - Browse repository at this point
Copy the full SHA f29d3bbView commit details -
Merge branch 'develop' of https://github.com/djmallum/CHM into develop
This repo only exists becuase it is directly tied to Chris Marsh' CHM repo and is used for merging and PRs.
Configuration menu - View commit details
-
Copy full SHA for 847b23b - Browse repository at this point
Copy the full SHA 847b23bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4104684 - Browse repository at this point
Copy the full SHA 4104684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32da0e3 - Browse repository at this point
Copy the full SHA 32da0e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 593ff05 - Browse repository at this point
Copy the full SHA 593ff05View commit details -
Configuration menu - View commit details
-
Copy full SHA for fba73c8 - Browse repository at this point
Copy the full SHA fba73c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c6046 - Browse repository at this point
Copy the full SHA 05c6046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 670f9cc - Browse repository at this point
Copy the full SHA 670f9ccView commit details