Changeset 224 for LMDZ.3.3/branches/rel-LF/libf/phylmd
- Timestamp:
- Jun 14, 2001, 11:01:22 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/interface_surf.F90
r223 r224 26 26 27 27 PRIVATE 28 PUBLIC :: interfsurf,interfsurf_hq, gath2cpl28 PUBLIC :: interfsurf,interfsurf_hq, gath2cpl 29 29 30 30 INTERFACE interfsurf … … 345 345 ! appel a sechiba 346 346 ! 347 scatter = .true.348 call getin('SCATTER',scatter)349 if (.not. scatter) then347 ! scatter = .false. 348 ! call getin('SCATTER',scatter) 349 ! if (.not. scatter) then 350 350 call interfsol(itime, klon, dtime, date0, nisurf, knon, & 351 351 & knindex, rlon, rlat, cufi, cvfi, iim, jjm, pctsrf, & … … 357 357 & evap, fluxsens, fluxlat, & 358 358 & tsol_rad, tsurf_new, alb_new, emis_new, z0_new, dflux_l, dflux_s) 359 else360 call interfsol_scat(itime, klon, dtime, date0, nisurf, knon, &361 & knindex, rlon, rlat, cufi, cvfi, iim, jjm, pctsrf, &362 & debut, lafin, ok_veget, &363 & zlev, u1_lay, v1_lay, temp_air, spechum, epot_air, ccanopy, &364 & tq_cdrag, petAcoef, peqAcoef, petBcoef, peqBcoef, &365 & precip_rain, precip_snow, sollwdown, swnet, swdown, &366 & tsurf, p1lay/100., ps, radsol, &367 & evap, fluxsens, fluxlat, &368 & tsol_rad, tsurf_new, alb_new, emis_new, z0_new, dflux_l, dflux_s)369 endif359 ! else 360 ! call interfsol_scat(itime, klon, dtime, date0, nisurf, knon, & 361 ! & knindex, rlon, rlat, cufi, cvfi, iim, jjm, pctsrf, & 362 ! & debut, lafin, ok_veget, & 363 ! & zlev, u1_lay, v1_lay, temp_air, spechum, epot_air, ccanopy, & 364 ! & tq_cdrag, petAcoef, peqAcoef, petBcoef, peqBcoef, & 365 ! & precip_rain, precip_snow, sollwdown, swnet, swdown, & 366 ! & tsurf, p1lay/100., ps, radsol, & 367 ! & evap, fluxsens, fluxlat, & 368 ! & tsol_rad, tsurf_new, alb_new, emis_new, z0_new, dflux_l, dflux_s) 369 ! endif 370 370 endif 371 371 !
Note: See TracChangeset
for help on using the changeset viewer.