Changeset 4882


Ignore:
Timestamp:
Mar 28, 2024, 9:36:08 PM (5 weeks ago)
Author:
evignon
Message:

nouvelle formule pour la conductivite thermique de l'air pour lscp poprecip

Location:
LMDZ6/trunk/libf/phylmd
Files:
2 edited

Legend:

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

    r4869 r4882  
    187187  REAL, SAVE, PROTECTED :: eps=1.E-10                       ! A COMMENTER TODO [-]
    188188  !$OMP THREADPRIVATE(eps)
    189 
    190   REAL, SAVE, PROTECTED :: air_thermal_conduct=2.4e-2      ! A COMMENTER TODO [-]
    191   !$OMP THREADPRIVATE(air_thermal_conduct)
    192189
    193190  REAL, SAVE, PROTECTED :: coef_ventil=1.                   ! A COMMENTER TODO [-]
  • LMDZ6/trunk/libf/phylmd/lmdz_lscp_poprecip.F90

    r4880 r4882  
    263263                          rho_rain, rho_snow, r_rain, r_snow, rho_ice, r_ice,  &
    264264                          tau_auto_snow_min, tau_auto_snow_max,                &
    265                           thresh_precip_frac, eps, air_thermal_conduct,        &
     265                          thresh_precip_frac, eps,                             &
    266266                          coef_ventil, alpha_freez, beta_freez, temp_nowater,  &
    267267                          iflag_cloudth_vert, iflag_rain_incloud_vol,          &
     
    344344
    345345!--Melting
    346 REAL :: dqsmelt_max
     346REAL :: dqsmelt_max, air_thermal_conduct
    347347REAL :: nb_snowflake_clr, nb_snowflake_cld
    348348REAL :: capa_snowflake, temp_wetbulb
     
    715715      nb_snowflake_clr = snowclr(i) / precipfracclr(i) / snow_fallspeed_clr &
    716716                       / ( 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
    717718      dqsclrmelt = - nb_snowflake_clr * 4. * RPI * air_thermal_conduct &
    718719                   * capa_snowflake / RLMLT * coef_ventil &
Note: See TracChangeset for help on using the changeset viewer.