Skip to content

Commit

Permalink
Housekeeping in LW. Remove diffusivity angle adjustment, Added RRTMG …
Browse files Browse the repository at this point in the history
…draw_samples, Cleaned up aerosol increment, Passing random number to RRTMGP cloud sampling.
  • Loading branch information
dustinswales committed Apr 30, 2019
1 parent 3c861b0 commit e92cd8c
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 124 deletions.
6 changes: 6 additions & 0 deletions physics/GFS_rrtmgp_pre.F90
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,7 @@ subroutine GFS_rrtmgp_pre_run (Model, Grid, Sfcprop, Statein, & ! input
! DJS2019: START
! Compute layer cloud fraction.
clwmin = 0.0
cldcov(:,:) = 0.0
if (.not. Model%lmfshal) then
do k = 1, LMK
do i = 1, IM
Expand Down Expand Up @@ -783,6 +784,11 @@ subroutine GFS_rrtmgp_pre_run (Model, Grid, Sfcprop, Statein, & ! input
write(58,*) "Model%lgfdlmprad: ",Model%lgfdlmprad
write(58,*) "Model%lmfshal: ",Model%lmfshal
write(58,*) "Model%lmfdeep2: ",Model%lmfdeep2
do k = 1, LMK
do i = 1, IM
write(58,'(a19,2i8,f10.2)') " Cloud-cover: ",k,i,cldcov(i,k)
end do
enddo

if (Model%imp_physics == 99 .or. Model%imp_physics == 10) then ! zhao/moorthi's prognostic cloud scheme
! or unified cloud and/or with MG microphysics
Expand Down
Loading

0 comments on commit e92cd8c

Please sign in to comment.