Changeset 233 for LMDZ.3.3/branches/rel-LF/libf/phylmd
- Timestamp:
- Jun 20, 2001, 3:59:19 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/interface_surf.F90
r229 r233 340 340 341 341 else 342 342 CALL albsno(klon,agesno,alb_neig_grid) 343 343 ! 344 344 ! appel a sechiba 345 345 ! 346 ! scatter = .false. 347 ! call getin('SCATTER',scatter) 348 ! if (.not. scatter) then 349 call interfsol(itime, klon, dtime, date0, nisurf, knon, & 346 call interfsol(itime, klon, dtime, date0, nisurf, knon, & 350 347 & knindex, rlon, rlat, cufi, cvfi, iim, jjm, pctsrf, & 351 348 & debut, lafin, ok_veget, & … … 356 353 & evap, fluxsens, fluxlat, & 357 354 & tsol_rad, tsurf_new, alb_new, emis_new, z0_new, dflux_l, dflux_s) 358 ! else 359 ! call interfsol_scat(itime, klon, dtime, date0, nisurf, knon, & 360 ! & knindex, rlon, rlat, cufi, cvfi, iim, jjm, pctsrf, & 361 ! & debut, lafin, ok_veget, & 362 ! & zlev, u1_lay, v1_lay, temp_air, spechum, epot_air, ccanopy, & 363 ! & tq_cdrag, petAcoef, peqAcoef, petBcoef, peqBcoef, & 364 ! & precip_rain, precip_snow, sollwdown, swnet, swdown, & 365 ! & tsurf, p1lay/100., ps, radsol, & 366 ! & evap, fluxsens, fluxlat, & 367 ! & tsol_rad, tsurf_new, alb_new, emis_new, z0_new, dflux_l, dflux_s) 368 ! endif 355 356 ! 357 ! ajout de la contribution du relief 358 ! 359 z0_new = SQRT(z0_new**2+rugoro**2) 360 369 361 endif 370 362 !
Note: See TracChangeset
for help on using the changeset viewer.