Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implicit tendency for canopy temperature #675

Merged
merged 3 commits into from
Oct 4, 2024

Commits on Oct 3, 2024

  1. canopy temperature implicit timestepper

    Previously, all canopy variables were stepped explicitly. Now temperature
    is stepped implicitly in both standalone CanopyModel runs and integrated
    SoilCanopyModel runs. Changes include adding a jacobian and implicit
    tendency for the CanopyModel, and updating scripts to use ImEx steppers.
    We've also added scripts to test convergence behavior of the standalone
    and integrated cases, which are output as plots on buildkite.
    
    This change increases the stability of our global
    SoilCanopyModel runs, decreasing the number of NaNs we see, and allows
    us to take timesteps of 450s.
    kmdeck authored and juliasloan25 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    653bd90 View commit details
    Browse the repository at this point in the history
  2. use ClimaCore v0.14.18

    juliasloan25 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    46e75b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32312bd View commit details
    Browse the repository at this point in the history