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

**Is your feature request related to a problem? Please describe.** We use ClimaComms communications contexts for all of our experiments. These contexts are meant to be initialized before they're first...

enhancement

## Purpose In milestone [O2.3.6](https://github.com/CliMA/ClimaLand.jl/issues/135), we have implemented implicit solvers for RichardsModel, EnergyHydrologyModel, and SoilCanopyModel. As we developed these, we identified some areas for improvement that we want to address...

SDI

**Is your feature request related to a problem? Please describe.** In #675, we switched canopy temperature to be stepped implicitly. There is some behavior that suggests the jacobian approximation used...

enhancement

ClimaLand logo from the readme doesn't always render properly, could be browser or OS or... not sure. ![image](https://github.com/user-attachments/assets/a0461420-d65c-49d3-b31e-e216b4c72a37)

## Purpose The `docs/src/folderstructure.md` is very outdated. This pr updates it. closes #712 ## To-do ## Content ---- - [x] I have read and checked the items on the review...

ClimaLandSimulations is a high level API to run ClimaLand simulations. For example, running a a one column (fluxnet site) simulation via ClimaLandSimulations is as simple as ``` run_fluxnet("US-MOz") ``` using...

ClimaLandSimulations

**Is your feature request related to a problem? Please describe.** It is annoying to make the domain, BC, boundary conditions, etc for all of our models in tests. Make a...

enhancement

During summer 2024, students from JPL and LCS worked on a prototype for a ClimaLand web dashboard, named "ClimaScope". See [this article](https://www.caltech.edu/about/news/data-to-discovery-art-climate). We now have multiple pieces of that web...

Visualization

This PR refactors our single site / single column examples (run_fluxnet) to use ClimaDiagnostics. It also refactors our plotting for better readability (fewer lines of code via less duplicates), better...

Diagnostics

In a first step toward ClimaLand calibration, we add a minimal working example to calibrate parameters at a single site (single column). This example aims to be as simple and...

Calibration