source: LMDZ.3.3/trunk/libf/phylmd/inc_cpl.h @ 13

Last change on this file since 13 was 13, checked in by lmdz, 24 years ago

Changement de oasis.F pour passage sur Nec LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 552 bytes
Line 
1C
2C -- inc_cpl.
3C    **********
4C@
5C@  Contents : variables describing field restart file names
6C@  --------
7C@
8C@ -- cl_write/cl_read  : for fields to write/READ
9C@ -- cl_f_write/cl_f_read  : for fields to write/read
10C@
11C     -------------------------------------------------------------------
12C
13      CHARACTER*8 cl_writ(jpmaxfld), cl_read(jpmaxfld)
14      CHARACTER*8 cl_f_writ(jpmaxfld), cl_f_read(jpmaxfld)
15      COMMON / comcpl / cl_writ, cl_read, cl_f_writ, cl_f_read
16C     -------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.