Last change
on this file since 5117 was
5117,
checked in by abarral, 4 months ago
|
rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords
|
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.