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

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

bug

Currently, `PrescribedAtmosphere` optionally take `nothing` as an entry. This is almost never used. It is used in setting up tests https://github.com/CliMA/ClimaLSM.jl/blob/058a66b39652cf72477fbcd174c5fbb4066d8703/test/shared_utilities/drivers.jl#L8-L17, and here https://github.com/CliMA/ClimaLSM.jl/blob/058a66b39652cf72477fbcd174c5fbb4066d8703/src/shared_utilities/drivers.jl#L662 We should have something more robust...

bug

**Is your feature request related to a problem? Please describe.** ClimaLandSimulations allows running ClimaLSM for FLUXNET sites, but currently include path to configuration files (domain, timestepper, parameters...). While it works,...

enhancement
SDI

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

documentation
enhancement

**Is your feature request related to a problem? Please describe.** https://github.com/CliMA/ClimaLSM.jl/pull/431 fixed a bug in the state FieldVector structure, but also introduced a function `filter_nt`. This function takes in a...

enhancement

**Is your feature request related to a problem? Please describe.** We should download all data at beginning of simulation drivers. This will hopefully address the bucket albedo race condition when...

enhancement

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

If you replace this function https://github.com/CliMA/ClimaLSM.jl/blob/2807c732dbd174fff3ca64bc809af3d08e233f99/src/standalone/Vegetation/autotrophic_respiration.jl#L69-L87 with ```julia function compute_autrophic_respiration( model::AutotrophicRespirationModel, Vcmax25, LAI, RAI, GPP, Rd, h, β, ) return 1.0 end ``` The tests in `canopy_model.jl` still pass (while...

bug

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

bug