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

Relax tolerance for truncating small snocan values in CanopyFluxes #2457

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 5, 2024

  1. Relax tolerance for truncating small snocan values in CanopyFluxes

    The default of 1e-13 was letting through some state updates that look
    like they should have been truncated to 0: each time step, snocan was
    decreasing by about 12 orders of magnitude.
    
    Addresses ESCOMP#2444
    billsacks committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    fef58b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    746a926 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    4f436dc View commit details
    Browse the repository at this point in the history
  2. Merge tag 'ctsm5.2.010' into ctsm5.2.mksurfdata_fix_tracer_test_v2

    Explicit A/C adoption
    
    Code changes for adding an explicit air-conditioning (AC) adoption parameterization scheme in CLMU. This includes adding a new time-varying input variable (AC adoption rate, p_ac), changes to building energy calculations, and a toggle (new namelist variable urban_explicit_ac).
    
    In this tag we keep the change off by default in order to show that answers do not change.
    
    Fixes ESCOMP#2254 Explicitly representing air-conditioning adoption in CESM.
    
    slevis resoloved conflicts:
    doc/ChangeLog
    doc/ChangeSum
    slevis-lmwg committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d46732c View commit details
    Browse the repository at this point in the history