--- MITgcm/eesupp/inc/DFILE.h 1998/08/22 17:51:05 1.2 +++ MITgcm/eesupp/inc/DFILE.h 1998/10/28 03:11:33 1.3 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/eesupp/inc/Attic/DFILE.h,v 1.2 1998/08/22 17:51:05 cnh Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/eesupp/inc/Attic/DFILE.h,v 1.3 1998/10/28 03:11:33 cnh Exp $ C /==========================================================\ C | DFILE.h | C |==========================================================| @@ -65,8 +65,10 @@ C nameOfMFile - Name of metadata file used in I/O C nameOfDFile - Name of data file used in I/O COMMON /DFILE_C/ nameOfMfile, nameOfDfile - CHARACTER*(MAX_LEN_FNAM) nameOfMfile(ioUnitsPerThread,MAX_NO_THREADS) - CHARACTER*(MAX_LEN_FNAM) nameOfDfile(ioUnitsPerThread,MAX_NO_THREADS) + CHARACTER*(MAX_LEN_FNAM) + & nameOfMfile(ioUnitsPerThread,MAX_NO_THREADS) + CHARACTER*(MAX_LEN_FNAM) + & nameOfDfile(ioUnitsPerThread,MAX_NO_THREADS) C ioBuf_R4 - IO buffer for 32-bit floating point IO. C Sized to fit anything up to a global domain 3d field.