Skip to content

Commit

Permalink
Merge pull request #154 from SamuelTrahanNOAA/gsl/may16-followup-pr
Browse files Browse the repository at this point in the history
followup to gsl/develop PR
  • Loading branch information
SamuelTrahanNOAA committed May 23, 2022
2 parents 7f8b211 + 1d2d970 commit 1723581
Show file tree
Hide file tree
Showing 24 changed files with 5 additions and 14 deletions.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1723581

Please sign in to comment.