Ignore:
Timestamp:
Aug 30, 2021, 8:37:06 PM (3 years ago)
Author:
fhourdin
Message:

Nouvelle option des programme iotd*
Possibilite de controler les variables de sorties via
iotd.def

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/iotd.h

    r3977 r3978  
    1313      INTEGER dim_coord(4)
    1414      real iotd_ts,iotd_t0
     15      integer :: n_names_iotd_def
     16      character*20, dimension(200) :: names_iotd_def
     17      character*20 :: un_nom
    1518
    16       common/ecritd_c/imax,jmax,lmax,nid,dim_coord,iotd_t0,iotd_ts
    17 !$OMP THREADPRIVATE(/ecritd_c/)
     19      common/iotd_ca/imax,jmax,lmax,nid,dim_coord,iotd_t0,iotd_ts
     20      common/iotd_cb/n_names_iotd_def,names_iotd_def
     21!$OMP THREADPRIVATE(/iotd_ca/)
     22!$OMP THREADPRIVATE(/iotd_cb/)
Note: See TracChangeset for help on using the changeset viewer.