/[MITgcm]/MITgcm/eesupp/inc/DFILE.h
ViewVC logotype

Diff of /MITgcm/eesupp/inc/DFILE.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by cnh, Sat Aug 22 17:51:05 1998 UTC revision 1.3 by cnh, Wed Oct 28 03:11:33 1998 UTC
# Line 65  C                    associated with a f Line 65  C                    associated with a f
65  C     nameOfMFile - Name of metadata file used in I/O  C     nameOfMFile - Name of metadata file used in I/O
66  C     nameOfDFile - Name of data file used in I/O  C     nameOfDFile - Name of data file used in I/O
67        COMMON /DFILE_C/ nameOfMfile, nameOfDfile        COMMON /DFILE_C/ nameOfMfile, nameOfDfile
68        CHARACTER*(MAX_LEN_FNAM) nameOfMfile(ioUnitsPerThread,MAX_NO_THREADS)        CHARACTER*(MAX_LEN_FNAM)
69        CHARACTER*(MAX_LEN_FNAM) nameOfDfile(ioUnitsPerThread,MAX_NO_THREADS)       &         nameOfMfile(ioUnitsPerThread,MAX_NO_THREADS)
70          CHARACTER*(MAX_LEN_FNAM)
71         &         nameOfDfile(ioUnitsPerThread,MAX_NO_THREADS)
72    
73  C     ioBuf_R4 - IO buffer for 32-bit floating point IO.  C     ioBuf_R4 - IO buffer for 32-bit floating point IO.
74  C                Sized to fit anything up to a global domain 3d field.  C                Sized to fit anything up to a global domain 3d field.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22