Ignore:
Timestamp:
Sep 9, 2008, 3:22:23 PM (16 years ago)
Author:
lsce
Message:
  • Modifications liées au calcul des nouveau sous-fractions
  • Nettoyage de ocean slab : il reste uniquement la version avec glace de mer forcé
  • Nouveaux variables pour distiguer la version et type d'ocean : type_ocean=force/slab/couple, version_ocean=opa8/nemo pour couplé ou version_ocean=sicOBS pour slab

JG

File:
1 edited

Legend:

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

    r888 r996  
    2626       snow, qsol, agesno, tsoil, &
    2727       z0_new, alb1_new, alb2_new, evap, fluxsens, fluxlat, &
    28        qsurf, tsurf_new, dflux_s, dflux_l, pctsrf_ter, &
     28       qsurf, tsurf_new, dflux_s, dflux_l, &
    2929       lwdown_m)
    3030
     
    7575    REAL, DIMENSION(klon), INTENT(OUT)       :: tsurf_new
    7676    REAL, DIMENSION(klon), INTENT(OUT)       :: dflux_s, dflux_l     
    77     REAL, DIMENSION(klon), INTENT(OUT)       :: pctsrf_ter
    7877
    7978! Local variables
     
    154153    ENDIF ! ok_veget
    155154
    156 !****************************************************************************************
    157 ! Return the pourcentage of land in each grid cell, even if not changed in here!
    158 !
    159 !****************************************************************************************
    160     pctsrf_ter(:) = pctsrf(:,is_ter)
    161 
    162 
    163155  END SUBROUTINE surf_land
    164156!
Note: See TracChangeset for help on using the changeset viewer.