source: LMDZ.3.3/trunk/libf/phylmd/inc_sipc.h @ 485

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