Skip to content

Commit 1c2a898

Browse files
authored
Merge pull request #194 from AnningCheng-NOAA/mr2_innl
fixed excessive evaporation when both innerloop=T and mraerosol=T
2 parents 9b0ac7b + cb2eedd commit 1c2a898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

physics/MP/Thompson/module_mp_thompson.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3587,7 +3587,7 @@ subroutine mp_thompson (qv1d, qc1d, qi1d, qr1d, qs1d, qg1d, ni1d, &
35873587

35883588
!+---+-----------------------------------------------------------------+ ! EVAPORATION
35893589
elseif (clap .lt. -eps .AND. ssatw(k).lt.-1.E-6 .AND. &
3590-
(is_aerosol_aware .or. merra2_aerosol_aware)) then
3590+
is_aerosol_aware) then
35913591
tempc = temp(k) - 273.15
35923592
otemp = 1./temp(k)
35933593
rvs = rho(k)*qvs(k)

0 commit comments

Comments
 (0)