CliMA / ClimaLand.jl

Clima's Land Model
Apache License 2.0
32 stars 8 forks source link

Approximate soil energy Jacobian #678

Open kmdeck opened 5 days ago

kmdeck commented 5 days ago

Purpose

Add in our first approximation for the energy equation Jacobian, which only includes d\rho e_int/dT.

This does allow us to take much bigger timesteps, more comparable to our target of 15 minutes, except in the cases where the soil is freezing or the canopy is present. If we make the thermal mass of the canopy larger, we can take bigger steps. -> need to think about how we handle soil freezing in terms of implicit stepping -> canopy temp probably does need an implicit solver.

To-do

[] Review

Content