Alexandre Alexis Renchon

Results 52 issues of Alexandre Alexis Renchon

closes #1000 Prior to this commit, our carbon fluxes in diagnostics were expressed in mol CO2. We now express them in kg C, to follow then CMIP conventions. Note: before...

Our diagnostics of CO2 are currently expressed in `mol CO2`, but the convention for [CF](https://cfconventions.org/), using in CMIP is `kg C`.

This is very early stage, this PR will add a module to track soil carbon decomposition

Add medlyn conductance dashboard

Fractional exponent will error if the argument is negative. In ClimaLand.jl, we have such fractional exponent in `src/standalone/Soil/Biogeochemistry/co2_parameterizations.jl` for example. We should add a warning if the argument is negative...

closes #1551 docs https://clima.github.io/ClimaLand.jl/previews/PR1545/ Current issue: ``` julia --project=. include("test/standalone/Soil/Biogeochemistry/biogeochemistry_module.jl") ``` passes. both with ClimaCore v0.14.42 and v0.14.41 It also passes with julia --project=test but when I run ``` julia...

Run long runs

This will serve the latest longrun every time they are run on CI at https://clima.westus3.cloudapp.azure.com/jsserve/land_longrun (currently doesn't exist)

Optimal LAI (optimal_lai.jl), after [Zhou et al., 2025](https://onlinelibrary.wiley.com/doi/pdf/10.1111/gcb.70125) - New AbstractLAIModel (not AbstractAreaIndexModel which also gives RAI and SAI) TODO: - [ ] Compute Ao as LUE * PAR (FAPAR...

Run long runs

Make SOC and O2 prognostic in existing DAMM model

We need a prognostic LAI model that feedback with future climate. We will implement [Zhou et al., 2025](https://onlinelibrary.wiley.com/doi/pdf/10.1111/gcb.70125) model based on optimality theory.