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

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

Modification des routines iotd* pour mieux gerer les coordonnees.
Utile notamment pour la physique a 20 parametres.

File size: 463 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
16      common/ecritd_c/imax,jmax,lmax,nid,dim_coord,iotd_t0,iotd_ts
17!$OMP THREADPRIVATE(/ecritd_c/)
Note: See TracBrowser for help on using the repository browser.