kmdeck
kmdeck
## Purpose We currently do some confusing things for handling soil boundary conditions under a canopy, specifically when it comes to radiation. In the standalone case, we use a boundary...
**Is your feature request related to a problem? Please describe.** Currently, the land model expects/comutes P_liq, P_snow, evaporation, and sublimation in terms of a volume flux of liquid water (m/s)....
We need to go through our models and add any physical constants, calibrated parameters, or global parameters to CLIMAParameters. Then we need to update our land parameter set to include...
## Describe the bug We currently do not include the dependency of the latent heat of freezing and vaporization on temperature. Update all code to do so. https://github.com/CliMA/Thermodynamics.jl/blob/main/src/relations.jl#L769 ## To-do...
## Purpose Add a test with data for a bare soil fluxnet site. ## To-do []clean up sim scripts [] verify plots ## Content Add experiment to buildkite Review checklist...
- [x] restructuring repo PR #254 - [x] tutorial: canopy model tutorials (standalone, coupled with hydrology) PR #258 - [ ] check links in docs to make sure they are...
## Purpose Closes #293. Hides some internals from users with respect to setting up the ClimaODEFunction: -Employs dss! in all tutorials and experiments. internally, whether or not dss! does anything...
## Describe the bug In the "no plant" testset from test/standalone/Vegetation/plant_hydraulics.jl, I noticed we have nonzero Ra. I believe it is because within this function: https://github.com/CliMA/ClimaLSM.jl/blob/982bd55d8629b792e5852667cc2e18b5502b0dda/src/standalone/Vegetation/autotrophic_respiration.jl#L69 (which needs a doc...
Follow on to PR #415 - we can also use an optimality model for ci!
Check to see if we can use the default init methods for the LSMs as well, since we can construct the prognostic vars, types, and domains for all the models,...