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 changes for variable epssm and reference sounding option #1131

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Nov 28, 2023

  1. 1) Added code to allow epssm to vary with height according to a speci…

    …fied profile
    
    2) Added a logical switch (reference_sounding) to specify whether the thermodynamic
    variables are computed as a perturbation from a specified reference sounding. If false,
    the full thermodynamic variables are used and the pressure gradients on the large
    time steps are computed using log(p).
    Joe Klemp committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f0b26e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Modifications to clean version 8 of MPAS coe:

    1) Code added to ../src/core_atmosphere/mpas_atm_core.F to compute
    vertical profiles of epssm that vary with height at the start of the
    time integration. These profiles are determined by the parameters
    config_min_coeff, config_max_coeff, config_transition_lower_bound,
    and config_transition_upper_bound, and are specified in namelist.atmosphere.
    
    2) Code added to allow thermodynamic variables to be represented either
    as perurbations from a specified reference state or as the full
    variables without a reference state. This option is controlled by the
    logical config_reference_sounding as specified in namelist.init_atmosphere.
    When configured using the full variables, the horizontal and vertical
    pressure gradients computed on the large time steps are written in terms
    of log(p).
    Joseph Klemp committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1914709 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Revisions to the pull request that contain additions to the clean

    MPAS version 8 to include:
    1) an option to use full thermodynamic variables instead of perturbations
    from a reference profile and
    2) a capability for specifying an epssm profile that is variable with
    height.
    These revisions include the changes suggested by Bill Skamarock in his
    review of the pull request.
    Joseph Klemp committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    24e589d View commit details
    Browse the repository at this point in the history