Last change
on this file since 284 was
13,
checked in by lmdz, 25 years ago
|
Changement de oasis.F pour passage sur Nec LF
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
552 bytes
|
Line | |
---|
1 | C |
---|
2 | C -- inc_cpl.h |
---|
3 | C ********** |
---|
4 | C@ |
---|
5 | C@ Contents : variables describing field restart file names |
---|
6 | C@ -------- |
---|
7 | C@ |
---|
8 | C@ -- cl_write/cl_read : for fields to write/READ |
---|
9 | C@ -- cl_f_write/cl_f_read : for fields to write/read |
---|
10 | C@ |
---|
11 | C ------------------------------------------------------------------- |
---|
12 | C |
---|
13 | CHARACTER*8 cl_writ(jpmaxfld), cl_read(jpmaxfld) |
---|
14 | CHARACTER*8 cl_f_writ(jpmaxfld), cl_f_read(jpmaxfld) |
---|
15 | COMMON / comcpl / cl_writ, cl_read, cl_f_writ, cl_f_read |
---|
16 | C ------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.