NCAR / ccpp-physics

GFS physics for CCPP
Other
56 stars 144 forks source link

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

Closed AnningCheng-NOAA closed 3 months ago

AnningCheng-NOAA commented 3 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 3 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 3 months ago

closed. started from wrong trunk.