Hi
I have an unformatted file that was written by a fortran program. The guy that wrote the program can't be reached and the source of the program can't be found.
I know that the file contains 1 integer, 2 real (or double precision ) three-dimensional arrays and 4 real (or double precision) two dimensional arrays. I do not know the sizes of the arrays, I do know that they are of the same size (i.e., the three dimensional arrays have size LxMxN and the two dimensional array - LxM, where L, M and N are not known).
Is there any way to salvage the information? Or we are lost here?
I have an unformatted file that was written by a fortran program. The guy that wrote the program can't be reached and the source of the program can't be found.
I know that the file contains 1 integer, 2 real (or double precision ) three-dimensional arrays and 4 real (or double precision) two dimensional arrays. I do not know the sizes of the arrays, I do know that they are of the same size (i.e., the three dimensional arrays have size LxMxN and the two dimensional array - LxM, where L, M and N are not known).
Is there any way to salvage the information? Or we are lost here?