Include mp_physics=88 in TEMPO error print message#2325
Merged
Conversation
Collaborator
|
The regression test results: |
Collaborator
|
@AndersJensen-NOAA Can you help review this PR? Thanks. |
Collaborator
|
@kkeene44 Please see suggestion by Anders. |
dudhia
approved these changes
May 12, 2026
Collaborator
|
@weiwangncar this can be reviewed and approved. |
weiwangncar
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TYPE: text only
KEYWORDS: TEMPO, mp_physics=88, module_initialize_real, print, error
SOURCE: Internal
DESCRIPTION OF CHANGES:
Problem:
Previously-added code to module_initialize_real checked to ensure if using TEMPO microphysics (option 88) with tempo_hailware=1 and tempo_aerosolaware=1, without setting wif_input_opt=1, the model stopped with a fatal error. However, the error message only implied the user set mp_physics to 28 or 29.
Solution:
Included mp_physics=88 in the error message
LIST OF MODIFIED FILES:
M dyn_em/module_initialize_real.F
TESTS CONDUCTED: