Ignore:
Timestamp:
Sep 13, 2013, 10:26:46 AM (11 years ago)
Author:
Laurent Fairhead
Message:

Inclusion de la bibliothèque SISVAT/MAR à LMDZ pour le traitement des surfaces
"land ice"

  1. Menegoz

Integration of the SISVAT/MAR library to LMDZ to model the land ice surfaces

  1. Menegoz
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq.F90

    r1863 r1865  
    2525  USE pbl_surface_mod, ONLY : pbl_surface
    2626  USE change_srf_frac_mod
    27   USE surface_data,     ONLY : type_ocean, ok_veget
     27  USE surface_data,     ONLY : type_ocean, ok_veget, ok_snow
    2828  USE phys_local_var_mod ! Variables internes non sauvegardees de la physique
    2929  USE phys_state_var_mod ! Variables sauvegardees de la physique
     
    773773
    774774  !
    775   REAL zxsnow(klon)
     775!  REAL zxsnow(klon)
    776776  REAL zxsnow_dummy(klon)
    777777  !
     
    19971997          debut,     lafin, &
    19981998          rlon,      rlat,      rugoro,  rmu0,      &
     1999          zsig,      sollwdown, pphi,    cldt,      &
    19992000          rain_fall, snow_fall, solsw,   sollw,     &
    20002001          t_seri,    q_seri,    u_seri,  v_seri,    &
     
    20032004          sollwdown, cdragh,    cdragm,  u1,    v1, &
    20042005          albsol1,   albsol2,   sens,    evap,   &
     2006          albsol3_lic,runoff,   snowhgt,   qsnow, to_ice, sissnow, &
    20052007          zxtsol,    zxfluxlat, zt2m,    qsat2m,  &
    20062008          d_t_vdf,   d_q_vdf,   d_u_vdf, d_v_vdf, d_t_diss, &
Note: See TracChangeset for help on using the changeset viewer.