-
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
Output number concentration from YOG for further diagnostics #18
Comments
This would require adding output variables for these quantities and then performing the above calculation as part of the YOG calculation. It looks like the code above would be a 'number concentration tendency' is that correct? |
Yes that is correct.
… It looks like the code above would be a 'number concentration tendency' is
that correct?
—
Reply to this email directly, view it on GitHub
<#18 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARPLW65EBEKGGDGDUHT3KJTZIGFGLAVCNFSM6AAAAABJSEBVC2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZYG44TGNBWGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
A couple of further comments:
|
OK, the above approach has been implemented as part of pull request #23 As a related question 0.0 number concentration should (physically) coincide with 0.0 liquid water or ice content? |
I have now extended #23 to implement a constraint that YOG number concentration tendency can be negative, but cannot reduce total number concentration below zero. I have added @paogorman and @MarionBWeinzierl as reviewers there to look at the changes. |
For number concentration tendencies output those from YOG directly. |
@paogorman comments:
One output that we have not included from the NN is the number concentration for liquid and ice cloud.
ZM handles this by just using a typical radius and deriving it from the mixing ratio tendencies from liquid and ice cloud. So I think we could follow suit with the following code:
(Please see our google doc on the SAM-CAM interface for further discussion).
In any event it would be good to output cloud and liquid mixing ratios and number concentrations from your SCAM6 run and see how they behave.
The text was updated successfully, but these errors were encountered: