Skip to content

Commit

Permalink
Added piece for GFDL MP. Not curretnly exercised.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Jun 24, 2019
1 parent 0a100cb commit 206a950
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions physics/GFS_rrtmgp_pre.F90
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,12 @@ subroutine cloud_microphysics(Model, Tbd, Grid, Sfcprop, ncol, tracer, p_lay, t_
endif
elseif (Model%imp_physics == Model%imp_physics_gfdl) then ! GFDL MP
cldcov(1:NCOL,1:Model%levs) = tracer(1:NCOL,1:Model%levs,Model%ntclamt)
if (Model%effr_in) then
effr_l(1:ncol,1:Model%levs) = Tbd%phy_f3d(1:ncol,1:Model%levs,1)
effr_i(1:ncol,1:Model%levs) = Tbd%phy_f3d(1:ncol,1:Model%levs,2)
effr_r(1:ncol,1:Model%levs) = Tbd%phy_f3d(1:ncol,1:Model%levs,3)
effr_s(1:ncol,1:Model%levs) = Tbd%phy_f3d(1:ncol,1:Model%levs,4)
endif
else ! neither of the other two cases
cldcov = 0.0
endif
Expand Down

0 comments on commit 206a950

Please sign in to comment.