ClimaLand.jl icon indicating copy to clipboard operation
ClimaLand.jl copied to clipboard

Clima's Land Model

Results 155 ClimaLand.jl issues
Sort by recently updated
recently updated
newest added

```[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...

enhancement

**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,...

enhancement

**Is your feature request related to a problem? Please describe.** We have implemented a saving callback, `NonInterpSavingCallback`, which saves the cache state `p` at the end of each timestep. The...

enhancement

**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...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, we initialize our IMEX algorithm with `max_iters = 1`. While using fewer iterations is better for performance, it also...

enhancement

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,...

enhancement

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...

enhancement

The intent of this SDI is to summarize in on place all the efforts to improve the land model used in AMIP. Each individual effort has its own SDI. Following...

enhancement

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...

enhancement

**Is your feature request related to a problem? Please describe.** The branch [CliMAsoilCO2](https://github.com/CliMA/ClimaLSM.jl/tree/CliMAsoilCO2/src/SoilCO2) adds an AbstractModel to track CO2 concentration in the soil, as a prognostic variable function of depth...

enhancement