Ignore:
Timestamp:
Dec 4, 2009, 3:26:20 PM (15 years ago)
Author:
Laurent Fairhead
Message:
  • possibilite de passer le module du stress du vent (activation ou pas via la namcouple Oasis)
  • petite correction OpenMP

AC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/phylmd/oasis.F90

    r1249 r1274  
    4848  INTEGER, PARAMETER :: ids_rivflu = 23
    4949  INTEGER, PARAMETER :: ids_atmco2 = 24
    50   INTEGER, PARAMETER :: maxsend    = 24  ! Maximum number of fields to send
     50  INTEGER, PARAMETER :: ids_taumod = 25
     51  INTEGER, PARAMETER :: maxsend    = 25  ! Maximum number of fields to send
    5152 
    5253  ! Id for fields received from ocean
     
    156157    infosend(ids_calvin)%action = .TRUE. ; infosend(ids_calvin)%name = 'COCALVIN'
    157158   
    158    
    159159    IF (version_ocean=='nemo') THEN
    160160        infosend(ids_shftot)%action = .TRUE. ; infosend(ids_shftot)%name = 'COQSRMIX'
     
    165165        infosend(ids_icevap)%action = .TRUE. ; infosend(ids_icevap)%name = 'COICEVAP'
    166166        infosend(ids_liqrun)%action = .TRUE. ; infosend(ids_liqrun)%name = 'COLIQRUN'
     167        infosend(ids_taumod)%action = .TRUE. ; infosend(ids_taumod)%name = 'COTAUMOD'
    167168        IF (carbon_cycle_cpl) THEN
    168169            infosend(ids_atmco2)%action = .TRUE. ; infosend(ids_atmco2)%name = 'COATMCO2'
Note: See TracChangeset for help on using the changeset viewer.