Recent content by nox13

  1. N

    Fortran Fortran code error: forrtl: severe (66)

    Thanks Mark44. I will implement where possible. Debugging is slow but progressing. Having a problem now with the \n carriage return command. This command seems to not be recognized by Digital Fortran...is there an alternative command that I can try? The / command doesn't change the format...
  2. N

    Fortran Fortran code error: forrtl: severe (66)

    The code for the part of the program calling unit 10: ************** OPEN MAIN FILE OPEN(UNIT=10,FILE=mainfile,STATUS='OLD',ACCESS='DIRECT', !hl1 *recl=81,FORM='FORMATTED' ) !hl1 c *COUNTBY='RECORD',FORM='FORMATTED',IOSTAT=ISTAT) C C READ LAST DATE FROM MAIN FILE, INPUT...
  3. N

    Fortran Fortran code error: forrtl: severe (66)

    Thanks for the replies so far. Using my limited knowledge and Google, I deduced that it could be one of 2 problems. 1) The input received (read command - type, length) did not match the output (write command - type length) 2) Calls to and from Unit 10 are invalid I am starting to run...
  4. N

    Fortran Fortran code error: forrtl: severe (66)

    Hi everybody, I have old Fortran code, originally written in the mid 1970's for an Elmer system. The code has been adapted through the years, last run successfully in 2009. The code has now landed on my lap after having been "retired" due to obsolescence. I am a pure Fortran beginner...
Back
Top