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

Land models, in the context of climate, are mostly needed to inform land-atmosphere exchanges (source or sink) of water (evaporation and transpiration), energy (latent and sensible heat flux, shortwave and...

## Describe the bug Currently, our Global Run does not run on GPU on the caltech cluster (in experiments), but it does on the clima one (land benchmark). It seems...

bug

I've never realized we had this page, and it is now a little outdated.

bug
documentation

## Purpose As a precursor to integrating the snow model into the soil+canopy model, this integrates it with the soil model alone and runs it at a site. ## To-do...

- [x] Global simulations: stable & fast #732, #675 - [x] Calibration: framework in place #621 - [ ] Documentation: quality & comprehensive #745 - [x] Snow model #629 Issues...

```[tasklist] ### Tasks - [x] Fix canopy fluxes when RAI = SAI = LAI = 0 https://github.com/CliMA/ClimaLand.jl/pull/641 - [x] Fix roundoff bug when LAI is very small in two stream...

## Purpose Both the canopy and the biogeochemistry models require time varying soil properties when run in standalone mode. These do not make use of ClimaUtilities TimeVaryingInput, require two "PrescribedSoil"...

SDI

## Describe the bug We get incorrect absorbed/reflected/transmitted radiation from `plant_absorbed_pfd` for both of our radiation schemes when the zenith angle is pi/2 or the sun is below the horizon,...

bug

In our tendency functions and Jacobians, we have ``` top_bc = p.top_bc # scalar field bottom_bc = p.bottom_bc # scalar field divf2c = Operators.DivergenceF2C( top = Operators.SetValue(Geometry.WVector.(top_bc)), bottom = Operators.SetValue(Geometry.WVector.(bottom_bc)),)...

enhancement