source: CPL/oasis3/trunk/src/mod/oasis3/src/mod_pipe.F90 @ 1677

Last change on this file since 1677 was 1677, checked in by aclsce, 12 years ago

Imported oasis3 (tag ipslcm5a) from cvs server to svn server (igcmg project).

File size: 664 bytes
Line 
1MODULE mod_pipe
2!
3! -- pipe.h   25-09-95   Version 2.0   Author: Laurent Terray
4!    ******   20-09-97   Version 2.2   Mods: suppress nproc (S. Valcke)
5!             18-03-02   Version 2.5   changed in module
6!@
7!@  Contents : variables describing pipes (FIFO) used for message passing
8!@  --------
9!@
10!@ -- cprnam : files associated to reading model pipes (1D)
11!@
12!@ -- cpwnam : files associated to writing model pipes (1D)
13!@
14!     -------------------------------------------------------------------
15!
16  CHARACTER(len=8), DIMENSION(:), ALLOCATABLE :: cprnam, cpwnam
17!
18!     -------------------------------------------------------------------
19END MODULE mod_pipe
Note: See TracBrowser for help on using the repository browser.