-
Notifications
You must be signed in to change notification settings - Fork 259
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
Feature/pratemax #594
Feature/pratemax #594
Conversation
Merge remote-tracking branch 'origin/develop' into feature/pratemax
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eric, my understanding is that you only changed the fv3 and ccpp/physics in order to output pratemax. It looks to me the CDEPS, CICE, CMEPS and ww3 are not up to date yet, please sync with the top of ufs-weather-model develop branch.
Hi, yes, you're correct. I did a git merge origin/develop this morning
in ufs-weather-model. It always fails for some of those you listed so I
do a git add, commit and push. Is that not right?
…On 6/14/2021 9:20 AM, Jun Wang wrote:
***@***.**** requested changes on this pull request.
Eric, my understanding is that you only changed the fv3 and
ccpp/physics in order to output pratemax. It looks to me the CDEPS,
CICE, CMEPS and ww3 are not up to date yet, please sync with the top
of ufs-weather-model develop branch.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#594 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQ75MJNZXZ5NICBB6HPGK3TSX6ZZANCNFSM45OCEDWQ>.
|
@ericaligo-NOAA please bring these up to date with respective authoritative repositories
|
1 similar comment
@ericaligo-NOAA please bring these up to date with respective authoritative repositories
|
I thought they were. Please provide detailed instructions on how I
should do that. Thanks.
…On 6/14/2021 9:51 AM, github-actions[bot] wrote:
@ericaligo-NOAA <https://github.com/ericaligo-NOAA> please bring these
up to date with respective authoritative repositories
* cice *NOT* up to date
* ww3 *NOT* up to date
* cmeps *NOT* up to date
* cdeps *NOT* up to date
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#594 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQ75MLK37O2LL2LKZDVWQ3TSYCO7ANCNFSM45OCEDWQ>.
|
* Add a new SDF named FV3_WoFS_v0 for SRW_v2.1 release * Minor bug fix to add variable nf_albd in the host model data structure (CCPP_typedefs.F90)
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/fv3atm#327
NCAR/ccpp-physics#675