Skip to content
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

followup to gsl/develop PR #154

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 5 additions & 14 deletions physics/GFS_rrtmgp_cloud_mp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -179,20 +179,11 @@ subroutine GFS_rrtmgp_cloud_mp_run(nCol, nLev, nTracers, ncnd, i_cldliq, i_cldic
!
! SGS clouds present, use cloud-fraction modified to include sgs clouds.
!
if ((imfdeepcnv==imfdeepcnv_gf .or. do_mynnedmf) .and. kdt>1) then
! MYNN sub-grid cloud fraction.
if (do_mynnedmf) then
! If rain/snow present, use GFDL MP cloud-fraction...
if (tracer(iCol,iLay,i_cldrain)>1.0e-7 .OR. tracer(iCol,iLay,i_cldsnow)>1.0e-7) then
cld_frac(iCol,iLay) = tracer(iCol,iLay,i_cldtot)
endif
! GF sub-grid cloud fraction.
else
! If no convective cloud condensate present, use GFDL MP cloud-fraction....
if (qci_conv(iCol,iLay) <= 0.) then
cld_frac(iCol,iLay) = tracer(iCol,iLay,i_cldtot)
endif
endif
if (imfdeepcnv==imfdeepcnv_gf .and. kdt>1) then
! If no convective cloud condensate present, use GFDL MP cloud-fraction....
if (qci_conv(iCol,iLay) <= 0.) then
cld_frac(iCol,iLay) = tracer(iCol,iLay,i_cldtot)
endif
!
! No SGS clouds, use GFDL MP cloud-fraction...
!
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.