Skip to content

Conversation

@skamaroc
Copy link
Contributor

@skamaroc skamaroc commented Dec 4, 2025

This commit provides the capability of turning off use of the microphysics tendency above a user-specified height. This change alleviates some instabilities encountered in deep-domain MPAS simulations (model tops above the stratopause).

The changes include:

(1) addition of a namelist variable specifying the height above which the microphysics tendencies are to be ignored, and an integer variable that is set when the integration starts specifying the level based on that height. (2) additions to src/core_atmosphere/physics/mpas_atmphys_init.F to set the level based on the namelist-specified height.
(3) changes in src/core_atmosphere/physics/mpas_atmphys_interface.F that disable the microphysics tendancy updates above the specified level.

The title above should be a 1 line short summary of the pull request (i.e. what the project the PR represents is intended to do).

Enter a description of this PR. This should include why this PR was created, and what it does.

Testing and relations to other Pull Requests should be added as subsequent comments.

See the below examples for more information.
MPAS-Dev/MPAS#930
MPAS-Dev/MPAS#931

…ysics

tendency above a user-specified height.  This change alleviates some
instabilities encountered in deep-domain MPAS simulations (model tops above
the stratopause).

The changes include:

(1) addition of a namelist variable specifying the height above which the
microphysics tendencies are to be ignored, and an integer variable that is set
when the integration starts specifying the level based on that height.
(2) additions to src/core_atmosphere/physics/mpas_atmphys_init.F to set the
level based on the namelist-specified height.
(3) changes in src/core_atmosphere/physics/mpas_atmphys_interface.F that disable
the microphysics tendancy updates above the specified level.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant