Skip to content

Commit

Permalink
missed a variable in the argument for activ_ncloud during the intial …
Browse files Browse the repository at this point in the history
…merge.
  • Loading branch information
joeolson42 committed Oct 17, 2023
1 parent 16e640e commit 14c5887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/module_mp_thompson.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3581,7 +3581,7 @@ subroutine mp_thompson (qv1d, qc1d, qi1d, qr1d, qs1d, qg1d, ni1d, &
!+---+-----------------------------------------------------------------+ ! DROPLET NUCLEATION
if (clap .gt. eps) then
if (is_aerosol_aware .or. merra2_aerosol_aware) then
xnc = MAX(2., activ_ncloud(temp(k), w1d(k)+rand3, nwfa(k)))
xnc = MAX(2., activ_ncloud(temp(k), w1d(k)+rand3, nwfa(k), lsml))
else
if(lsml == 1) then
xnc = Nt_c_l
Expand Down

0 comments on commit 14c5887

Please sign in to comment.