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

+Add 6 runtime parameters for OBC testcase initialization modules #290

Merged

Commits on Dec 28, 2022

  1. +Add runtime parameter for dumbbell_initialization

      Added the new runtime parameter DUMBBELL_T_LIGHT to specify the previously
    hard-coded dimensional parameters in the dumbbell_initialization module.  Also
    used G%x_ax_unit_short to describe the units of the DUMBBELL_LEN.  By default
    all answers are bitwise identical, but there is a new entry in the
    MOM_parameter_doc.all files for the dumbbell test case.
    Hallberg-NOAA committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    9b3f1ba View commit details
    Browse the repository at this point in the history
  2. +Add runtime parameters for Kelvin_initialization

      Added the new runtime parameters KELVIN_WAVE_PERIOD, KELVIN_WAVE_SSH_AMP and
    KELVIN_WAVE_INFLOW_AMP to specify the previously hard-coded dimensional
    parameters in the Kelvin_initialization module.  This change includes the
    addition of 3 new elements in the Kelvin_OBC_CS type.  By default all answers
    are bitwise identical, but there are new entries in the MOM_parameter_doc.all
    files for configurations using the Kelvin_initialization module.
    Hallberg-NOAA committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    780ff97 View commit details
    Browse the repository at this point in the history
  3. +Add runtime parameters for tidal_bay_initialization

      Added the new runtime parameters TIDAL_BAY_PERIOD and TIDAL_BAY_SSH_ANOM to
    specify the previously hard-coded dimensional parameters in the
    tidal_bay_initialization module.  This change includes the addition of 2 new
    elements in the tidal_bay_OBC_CS type.  By default all answers are bitwise
    identical, but there are new entries in the MOM_parameter_doc.all files for
    configurations using the tidal_bay_initialization module.
    Hallberg-NOAA committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    7c12ead View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

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