Changeset 365 for LMDZ.3.3/branches


Ignore:
Timestamp:
Jun 11, 2002, 2:53:45 PM (22 years ago)
Author:
lmdzadmin
Message:

L'humidite saturante de surface calculee par ORCHIDEE n'etait pas
repassee a clmain. IM
LF

File:
1 edited

Legend:

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

    r364 r365  
    357357     &  evap, fluxsens, fluxlat, &             
    358358     &  tsol_rad, tsurf_new, alb_new, alblw, &
    359      &  emis_new, z0_new, dflux_l, dflux_s)
     359     &  emis_new, z0_new, dflux_l, dflux_s, qsol_new)
    360360
    361361
     
    363363
    364364      z0_new = SQRT(z0_new**2+rugoro**2)
     365!
     366! mise a jour de l'humidite saturante calculee par ORCHIDEE
     367      qsol(1:knon) = qsol_new(1:knon)
    365368
    366369    endif   
     
    653656     & evap, fluxsens, fluxlat, &             
    654657     & tsol_rad, tsurf_new, alb_new, alblw, &
    655      & emis_new, z0_new, dflux_l, dflux_s)
     658     & emis_new, z0_new, dflux_l, dflux_s, qsurf)
    656659
    657660  USE intersurf
     
    711714!   emis_new     emissivite
    712715!   z0_new       surface roughness
    713 
     716!   qsurf        saturated air moisture at surface
    714717
    715718! Parametres d'entree
     
    738741  real, dimension(klon), intent(IN) :: radsol
    739742! Parametres de sortie
    740   real, dimension(klon), intent(OUT):: evap, fluxsens, fluxlat
     743  real, dimension(klon), intent(OUT):: evap, fluxsens, fluxlat, qsurf
    741744  real, dimension(klon), intent(OUT):: tsol_rad, tsurf_new, alb_new, alblw
    742745  real, dimension(klon), intent(OUT):: emis_new, z0_new
     
    776779  logical, save          :: lrestart_read = .true. , lrestart_write = .false.
    777780
    778   real, dimension(klon):: qsurf
    779   real, dimension(klon):: snow, qsol
     781  real, dimension(klon):: snow
    780782  real, dimension(knon,2) :: albedo_out
    781783! Pb de nomenclature
Note: See TracChangeset for help on using the changeset viewer.