Ignore:
Timestamp:
Aug 31, 2004, 1:09:09 PM (20 years ago)
Author:
lmdzadmin
Message:

Incorporation des modifications necessaires a l'utilisation de la librairie
Psmile/PRISM, et creation d'un tag IPSL-CM4_PSMILE, selon M.-E. Demory
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/trunk/libf/phylmd/inc_cpl.h

    r13 r544  
    1 C
    2 C -- inc_cpl.h 
    3 C    **********
    4 C@
    5 C@  Contents : variables describing field restart file names
    6 C@  --------
    7 C@
    8 C@ -- cl_write/cl_read  : for fields to write/READ
    9 C@ -- cl_f_write/cl_f_read  : for fields to write/read
    10 C@
    11 C     -------------------------------------------------------------------
    12 C
     1!
     2! $Header$
     3!
     4! -- inc_cpl.h   1998-04
     5!    **********
     6!@
     7!@  Contents : variables describing pipe and field names
     8!@  --------
     9!@
     10!@ -- cl_write  : for fields to write
     11!@
     12!@ -- cl_read  : for fields to read
     13!@
     14!     -------------------------------------------------------------------
     15!
     16      INTEGER jpread, jpwrit
     17      PARAMETER (jpread=0, jpwrit=1)
     18      CHARACTER*8 cl_f_writ(jpmaxfld), cl_f_read(jpmaxfld)
     19#ifndef CPP_PSMILE
    1320      CHARACTER*8 cl_writ(jpmaxfld), cl_read(jpmaxfld)
    14       CHARACTER*8 cl_f_writ(jpmaxfld), cl_f_read(jpmaxfld)
    1521      COMMON / comcpl / cl_writ, cl_read, cl_f_writ, cl_f_read
    16 C     -------------------------------------------------------------------
     22#endif
     23!     -------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.