Add hourly maximum precipitation rate#641
Merged
DusanJovic-NOAA merged 15 commits intoJun 16, 2021
Merged
Conversation
Collaborator
There was a problem hiding this comment.
@ericaligo-NOAA please update input data directory to input-data-20210614 and BL_DATE. both in rt.sh
Contributor
Collaborator
|
Two tests (regional_quilt and regional_quilt_RRTMGP) failed to verify against new baselines on WCOSS Cray: |
Collaborator
|
Machine: orion |
Collaborator
|
Orion jobs are still pending. I do not know why it posted here. |
DusanJovic-NOAA
approved these changes
Jun 16, 2021
junwang-noaa
approved these changes
Jun 16, 2021
zhanglikate
pushed a commit
to zhanglikate/ufs-weather-model
that referenced
this pull request
Oct 20, 2025
* Update read interface for RRFS * Read MERRA2 aerosol * Update upp revision to dccb321;Merge aerosol/chemical changes from Kate Zhang. * Modify accsnow and sndepac calculation location
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.
Ready for review
PR Checklist
#576
Only standalone model (regional configurations) should include a new field in the diag_table:
"gfs_phys", "pratemax", "pratemax", "fv3_history2d", "all", .false., "none", 2
Description
This PR adds the hourly maximum precipitation rate in mm/hr for all microphysical schemes and will be used only by regional configurations. Results for regional configurations will change because pratemax, as noted above, will be added to the diag_table. Global configurations will not use pratemax, therefore, results would be unchanged.
Issue(s) addressed
#576
Testing
Tested on hera with intel. New baseline was created for the regional configuration and a 2nd RT was run to confirm bit identical results. For global applications, no new baseline was created and results were bit identical.
Dependencies
fv3atm,ccpp/physics
NOAA-EMC/ufsatm#327
NCAR/ccpp-physics#675