source: LMDZ4/tags/LMDZ4_V3_4/libf/phylmd/param_sipc.h @ 936

Last change on this file since 936 was 936, checked in by (none), 16 years ago

This commit was manufactured by cvs2svn to create tag 'LMDZ4_V3_4'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 593 bytes
Line 
1!
2! $Header$
3!
4C@
5C@ -- param_sipc.h
6C@
7C@ -- jpbyteint : number of bytes per integer
8C@
9C@ -- jpbyterea : number of bytes per real
10C@
11C@ -- jpbytecha : number of bytes per character
12C@
13        INTEGER jpbyteint,jpbyterea, jpbytecha 
14        PARAMETER (jpbyteint = 4)
15        PARAMETER (jpbyterea = 8)
16        PARAMETER (jpbytecha = 1)
17C@
18C@ -- jptest :  The models will test during 2*jptest seconds if the file
19C@              DUMMY_SIPC has been created by OASIS, signaling that the
20C@              SHM pools are opened. After, they will abort.
21C@
22        INTEGER jptest
23        PARAMETER(jptest = 100)     
24
Note: See TracBrowser for help on using the repository browser.