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_orchidee_mod.F90

    r987 r996  
    1515  USE intersurf     ! module d'ORCHIDEE
    1616  USE cpl_mod,      ONLY : cpl_send_land_fields
    17   USE surface_data, ONLY : ocean, ok_veget
     17  USE surface_data, ONLY : type_ocean
    1818  USE comgeomphy,   ONLY : cuphy, cvphy
    1919  USE mod_grid_phy_lmdz
     
    199199
    200200    IF (check) WRITE(lunout,*)'Entree ', modname
    201     IF (check) WRITE(lunout,*)'ok_veget = ',ok_veget
    202201 
    203202! Initialisation
     
    416415!* Send to coupler
    417416!
    418     IF (ocean=='couple') THEN
     417    IF (type_ocean=='couple') THEN
    419418       CALL cpl_send_land_fields(itime, knon, knindex, &
    420419            riverflow, coastalflow)
Note: See TracChangeset for help on using the changeset viewer.