!
! $Header$
!
C@
C@ -- param_sipc.h
C@
C@ -- jpbyteint : number of bytes per integer
C@
C@ -- jpbyterea : number of bytes per real
C@
C@ -- jpbytecha : number of bytes per character
C@
	INTEGER jpbyteint,jpbyterea, jpbytecha  
        PARAMETER (jpbyteint = 4)
	PARAMETER (jpbyterea = 8)
	PARAMETER (jpbytecha = 1)
C@
C@ -- jptest :  The models will test during 2*jptest seconds if the file 
C@              DUMMY_SIPC has been created by OASIS, signaling that the
C@              SHM pools are opened. After, they will abort.
C@
        INTEGER jptest
        PARAMETER(jptest = 100)      

