-
Notifications
You must be signed in to change notification settings - Fork 29
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
negative precipitation with stochastic physics #58
Comments
Phil, Would you please create an issue at fv3atm repo so we know the changes are coming? |
This was referenced Mar 23, 2020
@pjpegion I believe this issue has been solved. Please check and if so, close it. Thanks! |
Dom, the fv3atm will be updated in s2s in your PR #64 that we are currently
working on.
…On Mon, Mar 30, 2020 at 11:58 AM Dom Heinzeller ***@***.***> wrote:
@pjpegion <https://github.com/pjpegion> I believe this issue has been
solved. Please check and if so, close it. Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TP5C7UILBZA4RVEHR3RKC6R5ANCNFSM4LPT7KQQ>
.
|
I am not intending to include this update in the S2s PR. |
Dom, this update is for the s2s model.
…On Mon, Mar 30, 2020 at 10:49 AM Dom Heinzeller ***@***.***> wrote:
I am not intending to include this update in the S2s PR.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJIRVJF2DIYB3Q2HG6NYWNLRKDERBANCNFSM4LPT7KQQ>
.
--
Philip Pegion
NOAA/ESRL/PSD-CIRES
(303) 497-7897
[email protected]
|
Oh - got it. Thanks. Will hopefully be merged soon. |
@pjpegion Can this issue be closed on the ufs-s2s-model? |
yes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, there may be negative rain or snow being passed to the ocean and ice when SPPT is enabled. This is because of the inconsistency between the partitioning of the rain/snow and the rain/snow tendency.
The fix requires modifications to fv3_atm: FV3/gfsphysics/GFS_layer/GFS_physics_driver.F90 (for IPD)
and ccpp_physics: FV3/ccpp/physics/physics/GFS_MP_generic.F90 (for CCPP).
The text was updated successfully, but these errors were encountered: