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 in FPMix and Stokes Most #283

Merged
merged 23 commits into from
Sep 9, 2024

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    158d60c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c916e3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcb1dee View commit details
    Browse the repository at this point in the history
  4. Updates in FPMix

    * Simplify the nonlocal increments in vertFPMix;
    * Pass boundary layer depths to the RK2 and add consistency check
      to make sure FPMix is always used with SPLIT;
    * Add the capability to mix down the Eulerian gradient instead of
      the Lagrangian;
    * Make a minimum set of FPMix diagnostics available.
    gustavo-marques committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e38ee1c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

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

Commits on Jul 24, 2024

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

Commits on Aug 7, 2024

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

Commits on Aug 24, 2024

  1. Make CEMP_NL an user-defined parameter

    Changed the empirical coefficient for non-local momentum mixing (Cemp_NL)
    from a hardcoded value to a user-defined parameter.
    gustavo-marques committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    688f11f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d12830 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. MARBL: convert salt_flux to tracer flux and add to STF

    This is done for DIC, ALK, and related tracers.
    This mimics uptake and release of these tracers by sea ice.
    klindsay28 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4acea91 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Aug 30, 2024

  1. Modify NUOPC cap to accept separate glc runoff fluxes (mom-ocean#288)

    * Modify NUOPC cap to accept separate glc runoff fluxes
    * (1/2) Add separate fluxes for glc runoff. (2/2) Add heat content fields for lrunoff_glc and frunoff_glc.
    * fix merge bugs and add more glc runoff diags
    * enable glc runoff flux only if use_glc_runoff is present
    * add ALLOW_GLC_RUNOFF_DIAGNOSTICS param to control whether to allow separate glacier runoff fluxes.
    alperaltuntas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    621107b View commit details
    Browse the repository at this point in the history
  2. remove doxygen formatting on local variables

    correct some indentation issues
    klindsay28 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f8f76f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    add51a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373fd39 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge pull request mom-ocean#298 from klindsay28/marbl_stf_salt_fluxes

    MARBL: convert salt_flux to tracer flux and add to STF
    mnlevy1981 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b5641af View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Use longString in MAX_LAYER_THICKNESS (mom-ocean#299)

    Updated MAX_LAYER_THICKNESS to use longString for
    handling extended path+filename.
    gustavo-marques committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a077a61 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

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

Commits on Sep 9, 2024

  1. update CVMix

    alperaltuntas committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    bc29680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37fe24c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3bd9f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b70aa46 View commit details
    Browse the repository at this point in the history