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

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