Last change
on this file since 3722 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:
899 bytes
|
Rev | Line | |
---|
[13] | 1 | C |
---|
| 2 | C -- inc_sipc.h 97-08-11 Version 2.0 Author: S&A |
---|
| 3 | C ********** |
---|
| 4 | C@ |
---|
| 5 | C@ Contents : variables describing pools formed of shared memory segments |
---|
| 6 | C@ -------- |
---|
| 7 | C@ |
---|
| 8 | C@ -- mpoolinit(r/w) : handles associated to model pools for passing initial info |
---|
| 9 | C@ |
---|
| 10 | C@ -- mpoolwrit : handles associated to pools used to pass fields exchanged |
---|
| 11 | C@ from model to coupler (see libsipc/SIPC_Write_Model.f) |
---|
| 12 | C@ |
---|
| 13 | C@ -- mpoolread : handles associated to pools used to pass fields exchanged |
---|
| 14 | C@ from model to coupler (see libsipc/SIPC_Read_Model.f) |
---|
| 15 | C@ |
---|
| 16 | C ------------------------------------------------------------------- |
---|
| 17 | C |
---|
| 18 | INTEGER mpoolinitr |
---|
| 19 | INTEGER mpoolinitw |
---|
| 20 | INTEGER mpoolwrit(jpflda2o) |
---|
| 21 | INTEGER mpoolread(jpfldo2a) |
---|
| 22 | COMMON / compool / mpoolinitr, mpoolinitw, mpoolwrit, mpoolread |
---|
| 23 | C ------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.