Skip to content

Commit

Permalink
Merge pull request ufs-community#194 from AnningCheng-NOAA/mr2_innl
Browse files Browse the repository at this point in the history
fixed excessive evaporation when both innerloop=T and mraerosol=T
  • Loading branch information
grantfirl committed May 1, 2024
2 parents 9b0ac7b + cb2eedd commit 1c2a898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/MP/Thompson/module_mp_thompson.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3587,7 +3587,7 @@ subroutine mp_thompson (qv1d, qc1d, qi1d, qr1d, qs1d, qg1d, ni1d, &

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

0 comments on commit 1c2a898

Please sign in to comment.