source: LMDZ.3.3/branches/rel-LF/libf/phylmd/param_sipc.h @ 515

Last change on this file since 515 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: 578 bytes
Line 
1C@
2C@ -- param_sipc.h
3C@
4C@ -- jpbyteint : number of bytes per integer
5C@
6C@ -- jpbyterea : number of bytes per real
7C@
8C@ -- jpbytecha : number of bytes per character
9C@
10        INTEGER jpbyteint,jpbyterea, jpbytecha 
11        PARAMETER (jpbyteint = 4)
12        PARAMETER (jpbyterea = 8)
13        PARAMETER (jpbytecha = 1)
14C@
15C@ -- jptest :  The models will test during 2*jptest seconds if the file
16C@              DUMMY_SIPC has been created by OASIS, signaling that the
17C@              SHM pools are opened. After, they will abort.
18C@
19        INTEGER jptest
20        PARAMETER(jptest = 100)     
21
Note: See TracBrowser for help on using the repository browser.