Ignore:
Timestamp:
Jan 21, 2025, 12:03:19 PM (18 hours ago)
Author:
evignon
Message:

petite correction mass fixer dans le cas ou on active la neige soufflee

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r5499 r5500  
    54925492      !--compute ratio of what q+ql should be with conservation to what it is
    54935493      IF (ok_bs) THEN
    5494         corrqql=(qql1(i)+(evap(i)-rain_fall(i)-snow_fall(i)-bs_fall(i))*pdtphys)/qql2(i)
     5494        corrqql=(qql1(i)+(evap(i)+snowerosion(i)-rain_fall(i)-snow_fall(i)-bs_fall(i))*pdtphys)/qql2(i)
    54955495      ELSE
    54965496        corrqql=(qql1(i)+(evap(i)-rain_fall(i)-snow_fall(i))*pdtphys)/qql2(i)
Note: See TracChangeset for help on using the changeset viewer.