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

Calibrate global bucket LHF and SHF

This PR (will) contains three commits: - edits to perfect model calibration - fix ClimaLandSimulations `run_fluxnet()` - add latent heat flux calibration tutorial https://clima.github.io/ClimaLand.jl/previews/PR816/

- [x] move PAR and NIR albedos to aux vars - [x] add parameters for dry/wet albedo - [ ] obtain default values for above params - [x] update tests...

🤖 Beep boop. I am GabrieleBOT. 🤖 I received an update so that I can inform you directly of the changes (but feel free to check the [release notes](https://github.com/CliMA/ClimaModules/blob/main/NEWS.md)). The...

## Purpose Part of OKR 2.3.8 Flux sign conventions ## To-do ## Content ---- - [ ] I have read and checked the items on the review checklist.

Atmos and ClimaCoupler both output the SYPD of their runs. It would be nice for us to do the same for global runs to see how we compare. Our SYPD...

enhancement
AMIP

- [x] Make a decent "home page" and "getting started" page #736 - [ ] Home page / index page: make a [summary of features](https://sbozzolo.github.io/kuibit/index.html) - [ ] Getting started:...

We have some remaining places in the code where we pass around functions of time (e.g. in the [PrescribedSoil constructor](https://github.com/CliMA/ClimaLand.jl/blob/eba3ba831a0d8339862600a36c118b87f6316742/src/standalone/Vegetation/soil_drivers.jl#L55-L56)). We could replace these with ClimaUtilities `TimeVaryingInput`s

enhancement

**Is your feature request related to a problem? Please describe.** Currently, we have two prescribed soil types: one for the canopy ([PrescribedSoil](https://github.com/CliMA/ClimaLand.jl/blob/eba3ba831a0d8339862600a36c118b87f6316742/src/standalone/Vegetation/soil_drivers.jl#L17-L35)) and one for soil co2 ([SoilDrivers](https://github.com/CliMA/ClimaLand.jl/blob/eba3ba831a0d8339862600a36c118b87f6316742/src/standalone/Soil/Biogeochemistry/Biogeochemistry.jl#L285-L297)). It would...

enhancement

## Purpose Some of our buildkite runs were not running on GPU. Update buildkite so that they are. ## To-do 1. Fix bug in `experiments/integrated/performance/profile_allocations.jl`. Note that the same code...