Fortran 90 - Attempt to read past end of file
问题 I am having a read issue in Fortran 90. I am attempting to read 31488 rows of data. I am using the Portland Group Fortran 90 compiler. My error message is this: PGFIO-F-217/list-directed read/unit=14/attempt to read past end of file. File name = /import/c/w/username/WRFV3/SKILLSETS/Overestimations.txt formatted, sequential access record = 31489 The Fortran program thinks that I have an extra row. I do not know where that is indicated in the code. I have attached the relevant part of the code.