Last change
on this file since 4190 was
4013,
checked in by lguez, 3 years ago
|
Sync latest trunk changes to Ocean_skin
|
File size:
661 bytes
|
Rev | Line | |
---|
[1980] | 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) |
---|
[4013] | 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 |
---|
[1980] | 18 | |
---|
[4013] | 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.