Ignore:
Timestamp:
Jul 30, 2008, 5:57:45 PM (16 years ago)
Author:
Laurent Fairhead
Message:

Du nettoyage sur le parallelisme, inclusion de nouvelles interfaces pour OPA9
et ORCHIDEE YM
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/cva_driver.F

    r973 r987  
    308308      logical ok_inhib  ! True => possible inhibition of convection by dryness
    309309      logical, save :: debut=.true.
     310c$OMP THREADPRIVATE(debut)
    310311
    311312      real plcl1(klon)
     
    412413      real hnk(nloc),unk(nloc),vnk(nloc)
    413414      logical, save :: first=.true.
     415c$OMP THREADPRIVATE(first)
    414416
    415417c
Note: See TracChangeset for help on using the changeset viewer.