-
Notifications
You must be signed in to change notification settings - Fork 34
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/cloud rad #8
Conversation
Bugfix and optimization of prognostic closure for the P8 physics suite
@Qingfu-Liu I will propagate these RRTMG changes to RRTMGP, submit a PR to this branch, then we can start the review process. |
@Qingfu-Liu I think your work is based on NCAR/ccpp-physics main branch. Please check out ufs-community/ccpp-physics ufs/dev branch and put your changes from there. Or you can hold there PR till ufs/dev branch is merged with the NCAR/ccpp-physics branch in about one week, then you sync your branch with ufs/dev branch. |
@Qingfu-Liu @yangfanglin @JongilHan66 @RuiyuSun |
@dustinswales In the test completed, the radii for the convective water and path are assumed to have the same as what are calculated in the calc_effectRad. What is being tested now using separate convective cloud water path, radius, and convective cloud ice path and radius. |
@RuiyuSun My only concern is that the optics computed with the radiation scheme, which uses both the water paths and effective particle sizes, is now seeing water paths that has convective condensate added, while the calculated effective radii does not |
@dustinswales This is crude first try. I hope to refine it and use separate convective cloud water path and radius at least. |
@dustin Swales ***@***.***> In the RRTMG code changes, the
convective cloud water (partitioned to liquid water and ice water based on
local temperature) is added to the calculation of LWP and IWP. The
effective radius of liquid cloud water and ice water is assumed to be the
same as those before the code changes. I think that recalculating the
effective radius of liquid cloud water and ice water after adding the
convective cloud water is a little bit complex. We need to make assumptions
of the number concentration for convective clouds. The final effective
radius depends on the assumption, we do not know if it is better or worse
compared to the current value of effective radius.
…On Wed, Sep 28, 2022 at 6:50 PM RuiyuSun ***@***.***> wrote:
@dustinswales <https://github.com/dustinswales> This is crude first try.
I hope to refine it and use separate convective cloud water path and radius
at least.
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGTS6URRZZKNHRGJ4RMU3RLWATDSFANCNFSM6AAAAAAQX75ZRU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@dustinswales @Qingfu-Liu @RuiyuSun My suggestion is to commit this PR without using different radii and number concentrations for convective and MP cloud water and ice. More engineering and science evaluation work needs to be done to enable that capability. This might turned out to be necessary for us to improve cloud radiation interaction with convective cloud water being included in both cloud fraction and radiative transfer calculations. I believe Ruiyu is actively working towards testing and enabling this capability. |
@yangfanglin @RuiyuSun @Qingfu-Liu Sounds like a plan. |
Add the convective cloud water (liquid water + ice water) in the calculations of Cloud Water Path and Ice Water Path for RRTMG radiation cloud properties. Only one file changed: radiation_clouds.f (code changed by Ruiyu Sun)
Qingfu