source: LMDZ.3.3/branches/rel-LF/libf/phylmd/inc_cpl.h @ 121

Last change on this file since 121 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: 592 bytes
Line 
1C
2C -- inc_cpl.h   1998-04
3C    **********
4C@
5C@  Contents : variables describing pipe and field names
6C@  --------
7C@
8C@ -- cl_write  : for fields to write
9C@
10C@ -- cl_read  : for fields to read
11C@
12C     -------------------------------------------------------------------
13C
14      INTEGER jpread, jpwrit
15      PARAMETER (jpread=0, jpwrit=1)
16      CHARACTER*8 cl_writ(jpmaxfld), cl_read(jpmaxfld)
17      CHARACTER*6 cl_f_writ(jpmaxfld), cl_f_read(jpmaxfld)
18      COMMON / comcpl / cl_writ, cl_read, cl_f_writ, cl_f_read
19C     -------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.