Changeset 3780 for LMDZ6/trunk/libf/phylmd/surf_landice_mod.F90
- Timestamp:
- Oct 22, 2020, 2:50:18 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/surf_landice_mod.F90
r3102 r3780 241 241 ! 242 242 !**************************************************************************************** 243 244 ! EV: use calbeta 245 CALL calbeta(dtime, is_lic, knon, snow, qsol, beta, cal, dif_grnd) 246 247 248 ! use soil model and recalculate properly cal 243 249 IF (soil_model) THEN 244 250 CALL soil(dtime, is_lic, knon, snow, tsurf, tsoil, soilcap, soilflux) … … 255 261 ! 256 262 !**************************************************************************************** 257 beta(:) = 1.0258 dif_grnd(:) = 0.0263 ! beta(:) = 1.0 264 ! dif_grnd(:) = 0.0 259 265 260 266 ! Suppose zero surface speed … … 291 297 !**************************************************************************************** 292 298 CALL albsno(klon,knon,dtime,agesno(:),alb_neig(:), precip_snow(:)) 299 293 300 WHERE (snow(1 : knon) .LT. 0.0001) agesno(1 : knon) = 0. 294 301 zfra(1:knon) = MAX(0.0,MIN(1.0,snow(1:knon)/(snow(1:knon)+10.0))) … … 303 310 !IM: KstaTER0.77 & LMD_ARMIP6 304 311 305 ! Attantion: alb1 and alb2 are the same!312 ! Attantion: alb1 and alb2 are not the same! 306 313 alb1(1:knon) = alb_vis_sno_lic 307 314 alb2(1:knon) = alb_nir_sno_lic
Note: See TracChangeset
for help on using the changeset viewer.