Skip to content

Commit

Permalink
Bug fix from Dom.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyasmirnova committed Oct 21, 2020
1 parent 13bf350 commit 9a53be6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions physics/module_mp_thompson.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1784,6 +1784,7 @@ subroutine mp_thompson (qv1d, qc1d, qi1d, qr1d, qs1d, qg1d, ni1d, &
rho(k) = 0.622*pres(k)/(R*temp(k)*(qv(k)+0.622))
nwfa(k) = MAX(11.1E6, MIN(9999.E6, nwfa1d(k)*rho(k)))
nifa(k) = MAX(naIN1*0.01, MIN(9999.E6, nifa1d(k)*rho(k)))
mvd_r(k) = D0r

if (qc1d(k) .gt. R1) then
no_micro = .false.
Expand Down

0 comments on commit 9a53be6

Please sign in to comment.