-
Notifications
You must be signed in to change notification settings - Fork 0
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
Which variables need to be output from CAM #11
Comments
(was that CLUBB variables to be output?) |
Expanding on this: I had previously asked Jack to also output the Clubb
tendencies for comparison and he asked which exactly.
…On Wed, May 1, 2024 at 10:44 AM Dominic Orchard ***@***.***> wrote:
AR by @paogorman <https://github.com/paogorman> @judithberner
<https://github.com/judithberner>
—
Reply to this email directly, view it on GitHub
<#11 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARPLW62ZHP3FRKIDDNTJSLDZAD5THAVCNFSM6AAAAABHCCGK2KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBYGU3DSMBRGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
These are the additional tendencies I think we need to output to better
compare to the NN scheme. There are CLUBB and microphysics which could be
added together. Also I think we might have been missing part of ZM due to
evaporation of rain (this could be added to the other ZM tendencies).
ZM tendencies:
In addition to:
*call* addfld ('ZMDT', (/ 'lev' /), 'A', 'K/s','T tendency -
Zhang-McFarlane moist convection')
*call* addfld ('ZMDQ', (/ 'lev' /), 'A', 'kg/kg/s','Q tendency -
Zhang-McFarlane moist convection')
*call* addfld ('ZMDICE', (/ 'lev' /), 'A', 'kg/kg/s','Cloud ice
tendency - Zhang-McFarlane convection')
*call* addfld ('ZMDLIQ', (/ 'lev' /), 'A', 'kg/kg/s','Cloud liq
tendency - Zhang-McFarlane convection')
I think we also need to add in tendencies related to evaporation of
precipitation (this is added as a separate tendency in ZM for some reason):
*call* addfld ('EVAPTZM', (/ 'lev' /), 'A', 'K/s','T tendency -
Evaporation/snow prod from Zhang convection')
*call* addfld ('EVAPQZM', (/ 'lev' /), 'A', 'kg/kg/s','Q tendency -
Evaporation from Zhang-McFarlane moist convection')
CLUBB tendencies:
call addfld ('RVMTEND_CLUBB', (/ 'lev' /), 'A', 'g/kg /s', 'Water
vapor tendency')
call addfld ('STEND_CLUBB', (/ 'lev' /), 'A', 'k/s',
'Temperature
tendency')
call addfld ('RCMTEND_CLUBB', (/ 'lev' /), 'A', 'g/kg /s', 'Cloud
Liquid Water Tendency')
call addfld ('RIMTEND_CLUBB', (/ 'lev' /), 'A', 'g/kg /s', 'Cloud
Ice Tendency')
*call* addfld ('TTENDICE', (/ 'lev' /), 'A', 'K/s', 'T
tendency from Ice Saturation Adjustment')
*call* addfld ('QVTENDICE', (/ 'lev' /), 'A', 'kg/kg/s', 'Q
tendency from Ice Saturation Adjustment')
*call* addfld ('QCTENDICE', (/ 'lev' /), 'A', 'kg/kg/s', 'CLDICE
tendency from Ice Saturation Adjustment')
Microphysics tendencies
*call* addfld ('MPDT', (/ 'lev' /), 'A', 'W/kg', 'Heating
tendency - Morrison microphysics' )
*call* addfld ('MPDQ', (/ 'lev' /), 'A', 'kg/kg/s', 'Q tendency -
Morrison microphysics' )
*call* addfld ('MPDLIQ', (/ 'lev' /), 'A', 'kg/kg/s', 'CLDLIQ
tendency - Morrison microphysics' )
*call* addfld ('MPDICE', (/ 'lev' /), 'A', 'kg/kg/s', 'CLDICE
tendency - Morrison microphysics'
…On Wed, May 1, 2024 at 10:45 AM Paul O'Gorman ***@***.***> wrote:
Expanding on this: I had previously asked Jack to also output the Clubb
tendencies for comparison and he asked which exactly.
On Wed, May 1, 2024 at 10:44 AM Dominic Orchard ***@***.***>
wrote:
> AR by @paogorman <https://github.com/paogorman> @judithberner
> <https://github.com/judithberner>
>
> —
> Reply to this email directly, view it on GitHub
> <#11 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ARPLW62ZHP3FRKIDDNTJSLDZAD5THAVCNFSM6AAAAABHCCGK2KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBYGU3DSMBRGU>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
To follow up here.
With recent changes to run YOG as a separate scheme with With reference to @MarionBWeinzierl's original query on this issue.
instead. |
Need to find out which variables we need to output from CAM for Cloud Liquid and Cloud Ice.
The text was updated successfully, but these errors were encountered: