Changeset 4878


Ignore:
Timestamp:
Mar 27, 2024, 5:50:13 PM (6 weeks ago)
Author:
evignon
Message:

correction de l'humidite a saturation pour la sublimation
dans poprecip
Lea Raillard

File:
1 edited

Legend:

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

    r4833 r4878  
    163163    !--which does not need a barrier on snowclr, because included in the formula
    164164    dsnowsub = precipfracclr(i) * ( MAX(0., &
    165              - coef_sub * ( 1. - expo_sub ) * (1. - qvap(i) / qsatl(i)) * dz(i) &
     165             - coef_sub * ( 1. - expo_sub ) * (1. - qvap(i) / qsati(i)) * dz(i) &
    166166             + ( snowclr(i) / MAX(thresh_precip_frac, precipfracclr(i)) )**( 1. - expo_sub ) &
    167167             ) )**( 1. / ( 1. - expo_sub ) ) - snowclr(i)
Note: See TracChangeset for help on using the changeset viewer.