Recent content by bou

  1. B

    Fortran Can't read float number from file

    thank you for your reply, i did try .LT. -1 but also same reuslt -9999 value not change.
  2. B

    Fortran Can't read float number from file

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

    Fortran Can't read float number from file

    Hi everyone I need help for reading file that contain float number, I don't understand the problem or what should I have to fix; the code seem to be fine if the read file is integer number but if the number is real number the FORTRAN give me error Runtime Error: debug_input.f(12): Invalid...
Back
Top