cam6_4_183: Complete CCPPization of cloud fraction for two-moment microphys (cldfrc2m)#1522
Conversation
nusbaume
left a comment
There was a problem hiding this comment.
Thanks @jimmielin! I just had a few small requests, but none of them require a re-review.
| real(r8) :: rhminl_const ! Critical RH for low-level liquid stratus clouds | ||
| real(r8) :: rhminl_adj_land_const ! rhminl adjustment for snowfree land | ||
| real(r8) :: rhminh_const ! Critical RH for high-level liquid stratus clouds | ||
| real(r8), protected :: rhminl_const ! Critical RH for low-level liquid stratus clouds |
There was a problem hiding this comment.
Extra space here?
| real(r8), protected :: rhminl_const ! Critical RH for low-level liquid stratus clouds | |
| real(r8), protected :: rhminl_const ! Critical RH for low-level liquid stratus clouds |
| al0_st_nc_in(:) = 0._r8 | ||
| G0_nc_in(:) = 0._r8 |
There was a problem hiding this comment.
Should this have the REMOVECAM comment (i.e. is this just a pcols->ncols issue)?
There was a problem hiding this comment.
I think so, yes. But this file will be completely gone after CAM5 Park is CCPPized (it will be entirely merged with the rest of macrop_driver.F90 that handles Park into a clean new scheme) so I'm inclined to not add further comments to it.
| endif | ||
| call aist_vector(qv0_in(:),T0_in(:),p_in(:),qi0_in(:),ni0_in(:),landfrac(:),snowh(:),ai0_st_nc_in(:),ncol,& | ||
| rhmaxi_in(:), rhmini_in(:), rhminl_in(:), rhminl_adj_land_in(:), rhminh_in(:)) | ||
| ai0_st_nc_in(:) = 0._r8 |
There was a problem hiding this comment.
Does there need to be a REMOVECAM comment here?
There was a problem hiding this comment.
Thanks for pointing this out, same as above.
Companion PR: ESCOMP/atmospheric_physics#380
Changes are all b4b
Needs the
ccpp_constituent_properties_ptr_tshim update in CAM so if UW PBL goes in first this won't need it, otherwise this will need to bring that file change inPurpose of changes (include the issue number and title text for each relevant GitHub issue):
Describe any changes made to build system: N/A
Describe any changes made to the namelist: N/A
List any changes to the defaults for the boundary datasets: N/A
Describe any substantial timing or memory changes: N/A
Code reviewed by:
List all files eliminated: N/A
List all files added and what they do: N/A
List all existing files that have been modified, and describe the changes: