Changeset 233


Ignore:
Timestamp:
Jun 20, 2001, 3:59:19 PM (23 years ago)
Author:
lmdzadmin
Message:

rajout de la contribution du relief au z0 a la sortie de ORCHIDEE
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/phylmd/interface_surf.F90

    r229 r233  
    340340
    341341    else
    342         CALL albsno(klon,agesno,alb_neig_grid) 
     342      CALL albsno(klon,agesno,alb_neig_grid) 
    343343!
    344344!  appel a sechiba
    345345!
    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, &
    350347     &  knindex, rlon, rlat, cufi, cvfi, iim, jjm, pctsrf, &
    351348     &  debut, lafin, ok_veget, &
     
    356353     &  evap, fluxsens, fluxlat, &             
    357354     &  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
    369361    endif   
    370362!
Note: See TracChangeset for help on using the changeset viewer.