NCAR / ccpp-physics

Collection of physics parameterizations compliant with the Common Community Physics Package (CCPP) framework
Other
60 stars 146 forks source link

fixed excessive evaporation when both innerloop=T and mraerosol=T #1067

Closed AnningCheng-NOAA closed 7 months ago

AnningCheng-NOAA commented 7 months ago

one line of code changed at module_mp_thompson.F90, 3589 elseif (clap .lt. -eps .AND. ssatw(k).lt.-1.E-6 .AND. & 3590 is_aerosol_aware) then

from 3588 elseif (clap .lt. -eps .AND. ssatw(k).lt.-1.E-6 .AND. & 3589 (is_aerosol_aware .or. merra2_aerosol_aware)) then

Not sure why the branch can be merged automatically.

dustinswales commented 7 months ago

@AnningCheng-NOAA It looks like you started from ufs-community/ccpp-physics:ufs/dev. Can you close this and reopen this PR into that repository?

AnningCheng-NOAA commented 7 months ago

closed. started from wrong trunk.