|
Last change
on this file since 2232 was
1980,
checked in by fhourdin, 12 years ago
|
|
Interface legere de sorties netcdf. Peut etre utilisee hors de LMDZ
Light interface for netcdf. Can be used outside LMDZ
|
-
Property svn:executable set to
*
|
|
File size:
415 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 |
|---|
| 15 | |
|---|
| 16 | common/ecritd_c/imax,jmax,lmax,nid,dim_coord,iotd_ts |
|---|
Note: See
TracBrowser
for help on using the repository browser.