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 smyle L83 compset and SSP3-7.0 extension #1614

Merged
merged 35 commits into from
Feb 8, 2022

Commits on Nov 12, 2020

  1. Updated the function call for broadcasting bytes in the file CTSM/src…

    …/main/controlMod.F90 l804 (pointed out by @olyson and @billsacks) ESCMP/CTSM#1191:
    
    call mpi_bcast (hist_avgflag_pertape, size(hist_avgflag_pertape), MPI_CHARACTER, 0, mpicom, ier)
    -->
    call mpi_bcast (hist_avgflag_pertape, len(hist_avgflag_pertape)*size(hist_avgflag_pertape), MPI_CHARACTER, 0, mpicom, ier)
    
    mpi_bcast should be replaced with shr_mpi_bcast in the whole suproutine in the future.
    sunnivin authored and billsacks committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    c6ac9db View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. add smyle L83 compset

    jedwards4b committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    507be76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ca099b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

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

Commits on Feb 1, 2022

  1. add smyle qualifier

    jedwards4b committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    8f9c476 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    d0f965b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    985cbac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c70ce52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a4c6e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    f785039 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2538138 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8549faa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c7b559 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3116b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b762053 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6099dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad6a556 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    618c635 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5bc57be View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Switch from SSP5-3.4 to SSP4-6.0 for check of missing ndep file, as S…

    …SP5-3.4 now works, the extension that fails because of missing ndep file is now SSP1-2.6, switch SSP5-3.4 for SSP1-2.6 for test of extensions
    ekluzek committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    880f3e8 View commit details
    Browse the repository at this point in the history
  2. Add sim_year_range when getting the ndep file, so it will fail if you…

    … don't have the right range available
    ekluzek committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    d362ad8 View commit details
    Browse the repository at this point in the history
  3. Add sim_year_range to stream_fldfilename_ndep so will abort for a ran…

    …ge too short, and remove phys for it as the blocks are identical, this also fixes ESCOMP#1631
    ekluzek committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    9180196 View commit details
    Browse the repository at this point in the history
  4. Add more attributes to the smyle use-case so that it'll work for othe…

    …r configurations, and add the other use-cases to the namelist testing
    ekluzek committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    cbb16e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa0318c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c325c96 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15a4f1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    22973fe View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    d82664f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e7b0c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    70ef137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dd76e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91ed8cf View commit details
    Browse the repository at this point in the history
  4. The smyle transient configuration isn't quite defined yet, but this s…

    …hould be closer to what's desired since they want to go to 2020
    ekluzek committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    326227a View commit details
    Browse the repository at this point in the history
  5. Update change files

    ekluzek committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    ff9003d View commit details
    Browse the repository at this point in the history
  6. Update change files

    ekluzek committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    9fb8611 View commit details
    Browse the repository at this point in the history