kmdeck
kmdeck
**Is your feature request related to a problem? Please describe.** We currently rely on default comms values set in ClimaCore. These will be deprecated and we should instead pass in...
We removed our old model_usage tutorial because it conflicted with changes we had to make as well as being outside of the land surface modeling field. Add a new tutorial...
```[tasklist] ### Tasks - [ ] Rethink how we handle the root flux in the canopy standalone case. Right now, we specify multiple layers, but use the same soil water...
**Is your feature request related to a problem? Please describe.** In global runs, we will have areas with and without a canopy, but due to software restrictions from using ClimaCore,...
**Is your feature request related to a problem? Please describe.** we parameterize our types using FT across ClimaLSM. This is to ensure type stability in simulations. Some of our tests...
Typically, if we have a function `c = f(params, a::FT, b::FT,...)`, we broadcast over fields like `c_field .= f.(Ref(params), a_field, b_field)`. This has more allocations than `@. c_field = f(params,...
The bucket model currently combines the LHF and SHF into the sum, and stores that. we should have two aux fields, one for each. There is a small update to...
Right now, we have a single example of two components needing the same parameter in an integrated model: soil energy and hydrology and soil biogeochemistry both need the porosity. In...
**Describe the solution you'd like** All of our state BC's require extracting levels of fields and returning a finite difference estimate of a gradient multiplied by another level of a...
**Is your feature request related to a problem? Please describe.** Nonlinear solvers works on GPUs - we may want to use that instead of NLSolve Add compat helpers. Please link...