Ignore:
Timestamp:
Mar 28, 2024, 10:15:51 PM (6 weeks ago)
Author:
evignon
Message:

petite correction commit precedent

File:
1 edited

Legend:

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

    r4882 r4884  
    708708                 * ( 1329.31 + 0.0074615 * ( pplay(i) - 0.85e5 ) &
    709709                 - 40.637 * ( temp(i) - 275. ) )
     710    air_thermal_conduct=(5.69+0.017*(temp(i)-RTT))*1.e-3*4.184                ! thermal conductivity of the air, SI
    710711
    711712    !--In clear air
     
    715716      nb_snowflake_clr = snowclr(i) / precipfracclr(i) / snow_fallspeed_clr &
    716717                       / ( 4. / 3. * RPI * r_snow**3. * rho_snow )
    717       air_thermal_conduct=(5.69+0.017*(temp(i)-RTT))*1.e-3*4.184                ! thermal conductivity of the air, SI
    718718      dqsclrmelt = - nb_snowflake_clr * 4. * RPI * air_thermal_conduct &
    719719                   * capa_snowflake / RLMLT * coef_ventil &
Note: See TracChangeset for help on using the changeset viewer.