Ignore:
Timestamp:
Jun 30, 2017, 12:00:23 PM (7 years ago)
Author:
fcheruy
Message:

Creation of LMDZ branch to incorporate tree drag from ORCHIDEE.
Should merge in LMDZ trunk quickly

  1. Cheruy with assistance from LF
Location:
LMDZ5/branches/LMDZ_tree_FC
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/LMDZ_tree_FC/libf/phylmd/surf_land_mod.F90

    r2571 r2924  
    11!
    22MODULE surf_land_mod
    3  
     3#ifndef LMDZ_nofrein
     4
    45  IMPLICIT NONE
    56
     
    1920       z0m, z0h, SFRWL, alb_dir_new, alb_dif_new, evap, fluxsens, fluxlat, &   
    2021       qsurf, tsurf_new, dflux_s, dflux_l, &
    21        flux_u1, flux_v1 )
     22       flux_u1, flux_v1 , &
     23       veget,lai,height)
     24
     25!FCveget,lai,height, &
    2226
    2327    USE dimphy
     
    3337    USE surf_land_orchidee_noz0h_mod
    3438#else
    35     ! Compilation with default interface
     39#if ORCHIDEE_NOFREIN
     40    ! Compilation with cpp key ORCHIDEE_NOFREIN
     41    USE surf_land_orchidee_nofrein_mod
     42#else
    3643    USE surf_land_orchidee_mod
     44#endif
    3745#endif
    3846#endif
     
    4755    INCLUDE "clesphys.h"
    4856!albedo SB <<<
     57!FC
     58   INCLUDE "dimpft.h"
     59
    4960
    5061! Input variables 
     
    96107    REAL, DIMENSION(klon), INTENT(OUT)       :: dflux_s, dflux_l     
    97108    REAL, DIMENSION(klon), INTENT(OUT)       :: flux_u1, flux_v1  ! flux for U and V at first model level
     109!FC
     110    REAL, DIMENSION(klon,nvm_lmdz), INTENT(OUT)       :: veget,lai
     111    REAL, DIMENSION(klon,nvm_lmdz), INTENT(OUT)            :: height
    98112
    99113! Local variables
     
    150164            evap, fluxsens, fluxlat, &             
    151165            tsol_rad, tsurf_new, alb1_new, alb2_new, &
    152             emis_new, z0m, z0h, qsurf)       
     166            emis_new, z0m, z0h, qsurf, &
     167            veget, lai, height)       
     168
     169!    print*, " FC SORTIE surf_land_orchidee" ,height(1:100,2)
     170!FC
     171
    153172
    154173
     
    217236!****************************************************************************************
    218237
     238#endif
    219239END MODULE surf_land_mod
    220240!
Note: See TracChangeset for help on using the changeset viewer.