thank you for your answer, now i try to covert the input file format to the format that fortran can read without use excel , but i have a problem with changing the data value, can you help me have a look
PROGRAM CONVERT
PARAMETER (IG=775,JG=928)
INTEGER I,J
REAL...