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

Fix/excess ice cold start #2465

Merged
merged 31 commits into from
Aug 2, 2024
Merged

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    3e0ee1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89ceeeb View commit details
    Browse the repository at this point in the history
  3. plumbing

    mvdebolskiy committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a317999 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8fad1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b3527e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

Commits on Jun 4, 2024

  1. fix namelist logic

    mvdebolskiy committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9d6901b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jul 9, 2024

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

Commits on Jul 15, 2024

  1. fix argument passing

    mvdebolskiy committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f957f21 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. update defaults

    mvdebolskiy committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6e806b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    9ba2b5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a2cf59 View commit details
    Browse the repository at this point in the history
  3. fix indent

    mvdebolskiy committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    dbf0099 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. make unit-tests happy

    mvdebolskiy committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    811659f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88adda4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    6d07a80 View commit details
    Browse the repository at this point in the history
  2. Fix grammar

    ekluzek committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7208b66 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Jul 31, 2024

  1. Add more excess ice tests for fail conditions, the last two don't pas…

    …s as they aren't setup yet
    ekluzek committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e565645 View commit details
    Browse the repository at this point in the history
  2. Change the checks a bit, the coldstart temps always need to be set ev…

    …en if excess ice is off
    ekluzek committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e3605ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18df066 View commit details
    Browse the repository at this point in the history
  4. Merge tag 'ctsm5.2.017' into fix/excess-ice-cold-start

    Dust emissions control moved to cmeps
    
    Remove the dust emissions namelist items from CTSM and use the namelist in the drv_flds_in for CMEPS.
    
    This updates CTSM to use the namelist control in CMEPS (in ESCOMP/CMEPS#429). So the CMEPS external needs to be updated, and the
    namelist control in CTSM changed to use CMEPS rather than the internal CTSM control settings and the CTSM ones removed.
    
    The new XML variable:
    
       LND_SETS_DUST_EMIS_DRV_FLDS
    
    controls whether dust emission settings are set by CTSM or by CAM. Only one or the other can set them, and it's required so when CAM
    and CTSM are running together they need to know which one will select.
    
    This required some changes for LILAC. The drv_flds_in namelist file is now required for LILAC, and read for dust emissions
    (and dust emissions only) at the LILAC lnd_comp_esmf.F90 level.
    
    Add a unit test for the CMEPS code to make sure it's working correctly. This validates the code both for CAM and CTSM.
    
    Fix the cidinahoBR test in the build-namelist unit tester.
    
     Conflicts:
    	bld/unit_testers/build-namelist_test.pl
    	src/biogeophys/TemperatureType.F90
    ekluzek committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    445a1ed View commit details
    Browse the repository at this point in the history
  5. Start the ChangeLog

    ekluzek committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    797444f View commit details
    Browse the repository at this point in the history
  6. Fix author

    ekluzek committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    574380d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Don't need to set coldstart temp or depth as these tests are starting…

    … up from finidat files
    ekluzek committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    fb4941b View commit details
    Browse the repository at this point in the history
  2. add more to notes.

    mvdebolskiy committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3ed874d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6012fc6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix/excess-ice-cold-start' of github.com:mvdebolskiy/CT…

    …SM into fix/excess-ice-cold-start
    ekluzek committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    57046fc View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Update change files

    ekluzek committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a8371f7 View commit details
    Browse the repository at this point in the history