source: LMDZ6/trunk/libf/phylmd/iotd.h @ 3981

Last change on this file since 3981 was 3978, checked in by fhourdin, 3 years ago

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

File size: 661 bytes
Line 
1!=======================================================================
2!
3!   Auteur:  F. Hourdin
4!   -------
5!
6!   Objet:
7!   ------
8!   Light interface for netcdf outputs. can be used outside LMDZ
9!
10!=======================================================================
11
12      integer imax,jmax,lmax,nid
13      INTEGER dim_coord(4)
14      real iotd_ts,iotd_t0
15      integer :: n_names_iotd_def
16      character*20, dimension(200) :: names_iotd_def
17      character*20 :: un_nom
18
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 TracBrowser for help on using the repository browser.