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

Fixes MPAS-Ocean Richardson number calculation #5946

Commits on Sep 21, 2023

  1. Changes to richardson number calculation

    This changes the calculation of the gradient and bulk richardson numbers
    to utilize the normal and tangential velocities to avoid the factor of
    two issue and also fixes a number of places where the loop was over
    maxLevelCell and should have been to maxLevelEdgeTop
    vanroekel committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4ce8596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b853e01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efacea4 View commit details
    Browse the repository at this point in the history
  4. Rolls back some extra halos

    vanroekel committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    98540fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cd7f13 View commit details
    Browse the repository at this point in the history
  6. add domain to RK4 subroutine

    mark-petersen authored and vanroekel committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5c6f47c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

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