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 to KPP interface #107

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 10, 2024

  1. Fixes to KPP interface

    Two portions of the KPP interface had bugs
    1. the computation of surface buoyancy forcing and friction velocity
    were incorrect.  The surfaceBuoyancyForcing subtracted the wrong values
    from the heat fluxes from thickness fluxes.  The surfaceFrictionVelocity
    had incorrect interpolation to centers
    
    2. the KPP interface for matchBoth is fixed and the indexing is fixed
    for matching interior to boundary layer diffusivities.
    vanroekel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1705c02 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

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

Commits on Jul 12, 2024

  1. Fixup to mpas_vmix_cvmix

    vanroekel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    295480d View commit details
    Browse the repository at this point in the history
  2. compile time fixes

    vanroekel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0e861cf View commit details
    Browse the repository at this point in the history
  3. runtime fixes

    vanroekel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0e9cd30 View commit details
    Browse the repository at this point in the history