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

Improve slope calculation and fix slope limiting for redi mixing #5947

Commits on Sep 21, 2023

  1. Changes redi tapering and slopes

    This changes tapering on the redi terms to be fully on the slopes
    themselves and fixes a bug where k33 slopes are tapered by the square
    and not linearly.  A 'safe slope' calculation is also introduced to
    bound slopes from -1 to 1.
    vanroekel committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b031624 View commit details
    Browse the repository at this point in the history
  2. fixes build errors

    vanroekel committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    135dea2 View commit details
    Browse the repository at this point in the history
  3. changes redi namelist options

    the redi n2 based limiter options are removed from the namelist and the
    term1 limiter name is changed to reference tapering not just the n2
    based tapering for clarity
    vanroekel committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    fbb9ce2 View commit details
    Browse the repository at this point in the history
  4. Fixed OpenMP

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

Commits on Sep 22, 2023

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

Commits on Sep 25, 2023

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