source: LMDZ6/branches/Amaury_dev/libf/phylmd/iotd.h @ 5099

Last change on this file since 5099 was 5099, checked in by abarral, 2 months ago

Replace most uses of CPP_DUST by the corresponding logical defined in lmdz_cppkeys_wrapper.F90
Convert several files from .F to .f90 to allow Dust to compile w/o rrtm/ecrad
Create lmdz_yoerad.f90
(lint) Remove "!" on otherwise empty line

File size: 658 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.