Ignore:
Timestamp:
Feb 4, 2008, 5:24:28 PM (16 years ago)
Author:
Laurent Fairhead
Message:

Modifications sur l'albedo JG
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/surf_land_orchidee_mod.F90

    r854 r888  
    3737       ps, &
    3838       evap, fluxsens, fluxlat, &             
    39        tsol_rad, tsurf_new, alb_new, alblw, &
     39       tsol_rad, tsurf_new, alb1_new, alb2_new, &
    4040       emis_new, z0_new, qsurf)
    4141!   
     
    8484!   tsol_rad     
    8585!   tsurf_new    temperature au sol
    86 !   alb_new      albedo
     86!   alb1_new     albedo in visible SW interval
     87!   alb2_new     albedo in near IR interval
    8788!   emis_new     emissivite
    8889!   z0_new       surface roughness
     
    120121!****************************************************************************************
    121122    REAL, DIMENSION(klon), INTENT(OUT)        :: evap, fluxsens, fluxlat, qsurf
    122     REAL, DIMENSION(klon), INTENT(OUT)        :: tsol_rad, tsurf_new, alb_new, alblw
     123    REAL, DIMENSION(klon), INTENT(OUT)        :: tsol_rad, tsurf_new
     124    REAL, DIMENSION(klon), INTENT(OUT)        :: alb1_new, alb2_new
    123125    REAL, DIMENSION(klon), INTENT(OUT)        :: emis_new, z0_new
    124126
     
    442444    ENDIF
    443445
    444     alb_new(1:knon) = albedo_out(1:knon,1)
    445     alblw(1:knon) = albedo_out(1:knon,2)
     446    alb1_new(1:knon) = albedo_out(1:knon,1)
     447    alb2_new(1:knon) = albedo_out(1:knon,2)
    446448
    447449! Convention orchidee: positif vers le haut
Note: See TracChangeset for help on using the changeset viewer.