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

Updates for stochastic GM+E #80

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on May 25, 2024

  1. Fix normalization

    iangrooms committed May 25, 2024
    Configuration menu
    Copy the full SHA
    5c9c877 View commit details
    Browse the repository at this point in the history
  2. Comment print statements

    iangrooms committed May 25, 2024
    Configuration menu
    Copy the full SHA
    52227ea View commit details
    Browse the repository at this point in the history
  3. change filename

    iangrooms committed May 25, 2024
    Configuration menu
    Copy the full SHA
    a7b4b59 View commit details
    Browse the repository at this point in the history
  4. DGEMM

    Replace the ESMF version of DGEMM with the LAPACK version.
    iangrooms committed May 25, 2024
    Configuration menu
    Copy the full SHA
    8d5e511 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Fix declarations

    Added declarations of `gamma_o` and `gamma_e`
    iangrooms committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6065f09 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. NOAA Merge

    This commit merges my changes with the latest noaa-psl version.
    iangrooms committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8f26c01 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Int kinds

    incorporates @mnlevy1982's changes to integer kinds
    to get this to run with CESM's DEBUG mode
    iangrooms committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    88966c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. ePBL/SPPT and SKEB use separate grids

    This commit updates the code so that the random patterns for stochastic
    ePBL and SPPT are on the T points while the random pattern for SKEB
    is on the B points (tracer cell corners). This changes the API,
    so MOM6 code will need to be updated.
    iangrooms committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    359e236 View commit details
    Browse the repository at this point in the history