Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
329: remove soil plant hydrology example r=kmdeck a=kmdeck ## Purpose We are not actively using the soil-plant hydrology only example. It is useful primarily for debugging but we havent used it in a while. the realism is quite limited (prescribed evaporation, for example) so we dont think it will be that useful. ## To-do ## Content Removes the soil_plant_hydrology_model.jl Moves the root_flux_per_ground_area and the RootExtraction source definitions to soil_canopy_model.jl (previously, both soil+plant models used the same methods and those were defined in soil_plant_hydrology_model.jl) Removes the experiment from buildkite which runs the simulation. Review checklist I have: - followed the codebase contribution guide: https://clima.github.io/ClimateMachine.jl/latest/Contributing/ - followed the style guide: https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/ - followed the documentation policy: https://github.com/CliMA/policies/wiki/Documentation-Policy - checked that this PR does not duplicate an open PR. In the Content, I have included - relevant unit tests, and integration tests, - appropriate docstrings on all functions, structs, and modules, and included relevant documentation. ---- - [X] I have read and checked the items on the review checklist. Co-authored-by: kmdeck <kdeck@caltech.edu>
- Loading branch information