Ignore:
Timestamp:
Mar 14, 2025, 2:28:44 PM (3 months ago)
Author:
debatzbr
Message:

Solves random variations of the SW heating at the model top
BBT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/mp2m_diagnostics.F90

    r3559 r3683  
    7878    m3af = pq(:,:,micro_indx(4)) * int2ext
    7979
    80     WHERE(m0as > 1e-10 .AND. m3as > (1e-10*alpha_s(3.)*haze_rc_prod**3))
     80    WHERE(m0as > 1e-8 .AND. m3as > (1e-8*alpha_s(3.)*haze_rc_prod**3))
    8181      mp2m_rc_sph = (m3as / (m0as*alpha_s(3.)))**(1./3.)
    8282    ELSEWHERE
     
    8484    ENDWHERE
    8585
    86     WHERE(m0af > 1e-10 .AND. m3af > (1e-10*alpha_f(3.)*haze_rm**3))
     86    WHERE(m0af > 1e-8 .AND. m3af > (1e-8*alpha_f(3.)*haze_rm**3))
    8787      mp2m_rc_fra = (m3af / (m0af*alpha_f(3.)))**(1./3.)
    8888    ELSEWHERE
Note: See TracChangeset for help on using the changeset viewer.