Last change
on this file since 1006 was
394,
checked in by lmdzadmin, 22 years ago
|
Phasage avec les sources d'OM: rajout calving + character*8 sur les noms
LF
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
605 bytes
|
Rev | Line | |
---|
[179] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
| 3 | ! |
---|
| 4 | ! -- inc_cpl.h 1998-04 |
---|
| 5 | ! ********** |
---|
| 6 | !@ |
---|
| 7 | !@ Contents : variables describing pipe and field names |
---|
| 8 | !@ -------- |
---|
| 9 | !@ |
---|
| 10 | !@ -- cl_write : for fields to write |
---|
| 11 | !@ |
---|
| 12 | !@ -- cl_read : for fields to read |
---|
| 13 | !@ |
---|
| 14 | ! ------------------------------------------------------------------- |
---|
| 15 | ! |
---|
[98] | 16 | INTEGER jpread, jpwrit |
---|
| 17 | PARAMETER (jpread=0, jpwrit=1) |
---|
[13] | 18 | CHARACTER*8 cl_writ(jpmaxfld), cl_read(jpmaxfld) |
---|
[394] | 19 | CHARACTER*8 cl_f_writ(jpmaxfld), cl_f_read(jpmaxfld) |
---|
[13] | 20 | COMMON / comcpl / cl_writ, cl_read, cl_f_writ, cl_f_read |
---|
[179] | 21 | ! ------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.