Changeset 4882
- Timestamp:
- Mar 28, 2024, 9:36:08 PM (9 months ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/lmdz_lscp_ini.F90
r4869 r4882 187 187 REAL, SAVE, PROTECTED :: eps=1.E-10 ! A COMMENTER TODO [-] 188 188 !$OMP THREADPRIVATE(eps) 189 190 REAL, SAVE, PROTECTED :: air_thermal_conduct=2.4e-2 ! A COMMENTER TODO [-]191 !$OMP THREADPRIVATE(air_thermal_conduct)192 189 193 190 REAL, SAVE, PROTECTED :: coef_ventil=1. ! A COMMENTER TODO [-] -
LMDZ6/trunk/libf/phylmd/lmdz_lscp_poprecip.F90
r4880 r4882 263 263 rho_rain, rho_snow, r_rain, r_snow, rho_ice, r_ice, & 264 264 tau_auto_snow_min, tau_auto_snow_max, & 265 thresh_precip_frac, eps, air_thermal_conduct,&265 thresh_precip_frac, eps, & 266 266 coef_ventil, alpha_freez, beta_freez, temp_nowater, & 267 267 iflag_cloudth_vert, iflag_rain_incloud_vol, & … … 344 344 345 345 !--Melting 346 REAL :: dqsmelt_max 346 REAL :: dqsmelt_max, air_thermal_conduct 347 347 REAL :: nb_snowflake_clr, nb_snowflake_cld 348 348 REAL :: capa_snowflake, temp_wetbulb … … 715 715 nb_snowflake_clr = snowclr(i) / precipfracclr(i) / snow_fallspeed_clr & 716 716 / ( 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 717 718 dqsclrmelt = - nb_snowflake_clr * 4. * RPI * air_thermal_conduct & 718 719 * capa_snowflake / RLMLT * coef_ventil &
Note: See TracChangeset
for help on using the changeset viewer.