source: LMDZ.3.3/branches/rel-LF/libf/phylmd/inc_sipc.h @ 511

Last change on this file since 511 was 98, checked in by lmdzadmin, 24 years ago

Interface avec les differentes surface, version de travail.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(jpmaxfld)
21      INTEGER  mpoolread(jpmaxfld)
22      COMMON / compool / mpoolinitr, mpoolinitw, mpoolwrit, mpoolread
23C     -------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.