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 uninitialized min_rand variable in Thompson MP when using SPP #1152

Merged
merged 49 commits into from
Apr 20, 2022

Commits on Apr 2, 2022

  1. Point to fork of FV3

    JeffBeck-NOAA committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    9eeb5c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a63e027 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Update FV3 pointer

    JeffBeck-NOAA committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    6c033c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75b6242 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee71516 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Update pointer to FV3

    JeffBeck-NOAA committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    10fe805 View commit details
    Browse the repository at this point in the history
  2. Update FV3 pointer

    JeffBeck-NOAA committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    86cdfd8 View commit details
    Browse the repository at this point in the history
  3. Update FV3 pointer

    JeffBeck-NOAA committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    0b25709 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19bbdec View commit details
    Browse the repository at this point in the history
  5. Update FV3 pointer

    JeffBeck-NOAA committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    1b8ac39 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Update pointer for FV3

    JeffBeck-NOAA committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    62f6b9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80072d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    26095ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2452717 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    de1a338 View commit details
    Browse the repository at this point in the history
  2. Update FV3 pointer

    JeffBeck-NOAA committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    dac0e52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01d72e9 View commit details
    Browse the repository at this point in the history
  4. Update rt.sh

    JeffBeck-NOAA committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    dd3fc34 View commit details
    Browse the repository at this point in the history
  5. Update FV3 pointer

    JeffBeck-NOAA committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    d4d1528 View commit details
    Browse the repository at this point in the history
  6. Modify ufs_common file

    JeffBeck-NOAA committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    117869b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f60cfb View commit details
    Browse the repository at this point in the history
  8. add wcoss_cray log

    BrianCurtis-NOAA committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    640e775 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    706cb11 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    324319f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a33645 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    18aff3a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    97e8836 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    bddb557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5218d20 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Update FV3 pointer

    JeffBeck-NOAA committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    577174a View commit details
    Browse the repository at this point in the history
  2. Update FV3 pointer

    JeffBeck-NOAA committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    d3622b8 View commit details
    Browse the repository at this point in the history
  3. Update FV3 pointer

    JeffBeck-NOAA committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    c2fd51f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Update rt.sh

    JeffBeck-NOAA committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    b750272 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    890ed32 View commit details
    Browse the repository at this point in the history
  2. Update BL_DATE

    JeffBeck-NOAA committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    7db411a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e29553d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    329fc2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5651977 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65084ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ea3c9a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    c93307f View commit details
    Browse the repository at this point in the history
  2. Updates for CI

    JeffBeck-NOAA committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    011b2c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02ad744 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    da8066e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a37802 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ad016d View commit details
    Browse the repository at this point in the history
  4. Update .gitmodules

    JeffBeck-NOAA committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ce6b4a7 View commit details
    Browse the repository at this point in the history
  5. Update .gitmodules

    JeffBeck-NOAA committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    7a5240d View commit details
    Browse the repository at this point in the history
  6. Update pointers

    JeffBeck-NOAA committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    b509e8c View commit details
    Browse the repository at this point in the history