ClimaLand.jl
ClimaLand.jl copied to clipboard
Clima's Land Model
Our stable docs is very outdated, https://clima.github.io/ClimaLand.jl/stable/ is stuck at v0.2.2. We currently link (in our README) to the [dev docs](https://clima.github.io/ClimaLand.jl/dev/), but ideally, we want stable docs to be up-to-date....
**Is your feature request related to a problem? Please describe.** We dont use this option, so it was not a priority, but we should reduce the allocations of fields in...
When running the Richards and Bucket benchmark CI runs, the computed average time in a build can vary by large amounts (larger than the standard deviation within a build) from...
**Is your feature request related to a problem? Please describe.** In https://github.com/CliMA/ClimaLand.jl/pull/651, we convert the `SoilCanopy` model from being entirely explicitly-stepped to using explicit and implicit timestepping for different variables....
**Is your feature request related to a problem? Please describe.** In https://github.com/CliMA/ClimaLand.jl/pull/651, we hardcode which variables are to be stepped explicitly and which will be stepped implicitly in our Jacobian...
**Is your feature request related to a problem? Please describe.** There is a significant amount of duplicated code between the `update_jacobian` functions for `RichardsModel` and for `EnergyHydrology`. It would be...
**Is your feature request related to a problem? Please describe.** see https://gmd.copernicus.org/articles/4/701/2011/
**Is your feature request related to a problem? Please describe.** Consider CLM scheme
**Is your feature request related to a problem? Please describe.** Revisit how we compute the moisture stress factor for photosynthesis. In particular, at the Ozark site, it looks quite bad.
Currently, `earth_param_set` contains several parameters, including several that are not relevant to given model. In addition to this, models are allowed to have different `earth_param_set`, which is a constraint that...