-
Notifications
You must be signed in to change notification settings - Fork 26
Phase 1 of rk_stratiform CCPPization; CCPPize cldfrc; RK interstitials #219
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
Conversation
- prognostic_cloud_water sketch out
Reformat cloud_optical_properties Stub rk_stratiform sub-schemes
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.
Super close! Just a few last change requests.
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.
Everything looks good to me now. Thanks again @jimmielin!
…the perturbation scheme.
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.
While there a good number of requests, I don't think there is anything too time consuming and nothing fundamentally wrong.
Thanks all! Will run regression tests once a CAM tag is assigned. I plan to run two sets of regression tests, one with the |
Tag name (The PR title should also include the tag name): atmos_phys0_12_000 Originator(s): @jimmielin List all `development` PR numbers included in this PR and the title of each: - #229 by @peverwhee - #219 by @jimmielin List all automated tests that failed, as well as an explanation for why they weren't fixed: None
Originator(s): @jimmielin
Description (include issue title and the keyword ['closes', 'fixes', 'resolves'] and issue number):
cloud_particle_sedimentation
(fromsrc/physics/cam/pkg_cld_sediment.F90
)prognostic_cloud_water
(pcond
fromsrc/physics/cam/cldwat.F90
)rk_stratiform_tend
moved tork_stratiform_*
interstitial schemescompute_cloud_fraction
(cldfrc
insrc/physics/cam/cloud_fraction.F90
); separating outshallowcu
anddeepcu
andconcld
computation toconvective_cloud_cover
CCPPized scheme. This is used in CAM4 and CAM5to_be_ccppized/cloud_optical_properties.F90
several cloud optical property functions tosrc/physics/cam/pkg_cldoptics.F90
: this is used in several cloud diagnostics in CAM.This code is not fully ready for use in SIMA in the current state. This is a first stage cleanup to move as much of rk_stratiform_tend code to atmospheric_physics as possible, before completing CCPPization. Thus the following changes are not in the scope of this PR (although reasonable effort has been made to complete these as much as possible):
Companion PR in ESCOMP/CAM: ESCOMP/CAM#1271
List all namelist files that were added or changed:
List all files eliminated and why: N/A
List all files added and what they do:
List all existing files that have been modified, and describe the changes:
(Helpful git command:
git diff --name-status development...<your_branch_name>
)List all automated tests that failed, as well as an explanation for why they weren't fixed: N/A
Is this an answer-changing PR? If so, is it a new physics package, algorithm change, tuning change, etc?
B4B for non-CAM4 regression tests and most CAM4 tests.
If all CAM4 diagnostics are enabled, there are two history fields (
HPROGCLD
andHREPART
) that have roundoff level differences in the order of 1e-17 ~ 1e-16 due to rearranging of terms to compute diagnostics.The change in heat flux computation and the subsequent roundoff difference will lead to some CAM4 tests to fail due to chaos. See detailed analysis in ESCOMP/CAM#1271 (comment)
Not fully complete for use in SIMA in current state
If yes to the above question, describe how this code was validated with the new/modified features:
Validation is made as part of ESCOMP/CAM PR - ESCOMP/CAM#1271