Add microphysics-related fields to sounding output - #288
Open
clark-evans wants to merge 4 commits into
Open
Conversation
AndersJensen-NOAA
approved these changes
Sep 9, 2026
| 1000.*qi, & | ||
| 1000.*qs, & | ||
| 1000.*qg, & | ||
| rainncv(stationCells(iStn)), & |
Collaborator
There was a problem hiding this comment.
@clark-evans currently this outputs precipitation variables at every height level. I know, this a lazy way to do it. Can you have a coding agent modify this PR to output the 6 precipitation variables (after you merge my change) first and then output the height-dependent profiles?
I image the output could look something like:
header
rainncv snowncv graupelncv rainnc snownc graupelnc
pressure k=1 height k=1 tempc k=1
pressure k=2 height k=2 tempc k=2
pressure k=3 height k=3 tempc k=3
Collaborator
Author
There was a problem hiding this comment.
I think this should be as easy as pulling the print statements before the do k=1,nVertLevels loop that handles the height-varying profiles?
Moves the time-step and run-total accumulated rain, snow, and graupel print statements to before the height-varying fields.
Closed
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.
This PR adds microphysics-related fields (qc, qr, qi, qs, qg, and the explicit rain, snow, and graupel precipitation fields) to MPAS soundings in support of Winter Weather Experiment (and other) evaluations.
This PR is based on #216 as developed by @AndersJensen-NOAA, but strips away all of the TEMPO v3 additions that are obsolete because they've already been merged into this codebase. It also includes a bug fix identified by @AndersJensen-NOAA in a comment on #216.
Mandatory Questions
Reviews