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. |