source: LMDZ4/tags/LMDZ4_V1/libf/phylmd/inc_cpl.h @ 627

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

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 635 bytes
Line 
1!
2! $Header$
3!
4!
5!
6! -- inc_cpl.h   1998-04
7!    **********
8!@
9!@  Contents : variables describing pipe and field names
10!@  --------
11!@
12!@ -- cl_write  : for fields to write
13!@
14!@ -- cl_read  : for fields to read
15!@
16!     -------------------------------------------------------------------
17!
18      INTEGER jpread, jpwrit
19      PARAMETER (jpread=0, jpwrit=1)
20#ifndef CPP_PSMILE
21      CHARACTER*8 cl_writ(jpmaxfld), cl_read(jpmaxfld)
22      CHARACTER*8 cl_f_writ(jpmaxfld), cl_f_read(jpmaxfld)
23      COMMON / comcpl / cl_writ, cl_read, cl_f_writ, cl_f_read
24#endif
25!     -------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.