Hi all!!
I'm not a very good programmer...so I need same help!
I wrote a f77 code with a prinicpal program and 5 subroutines. The programm needs same input files and then after some procedures it calculates same quantities that I need to save as output file...the problem is that when I create a unit to save that quantities in the output file tha program has problem in running and it ends with :
*****
open:illegal unit number
apparent state:unit 4 namend exit
lately writing sequential formatted esternaml I0
Aborted
*****
The number 4 is related to an other output file...not that I create now...and if I changes that number the problems return with an other unit, for example an input unit number 70....I don't understand what I could do...can yuou help me?? Please!!
Thank you very much!
C.
I'm not a very good programmer...so I need same help!
I wrote a f77 code with a prinicpal program and 5 subroutines. The programm needs same input files and then after some procedures it calculates same quantities that I need to save as output file...the problem is that when I create a unit to save that quantities in the output file tha program has problem in running and it ends with :
*****
open:illegal unit number
apparent state:unit 4 namend exit
lately writing sequential formatted esternaml I0
Aborted
*****
The number 4 is related to an other output file...not that I create now...and if I changes that number the problems return with an other unit, for example an input unit number 70....I don't understand what I could do...can yuou help me?? Please!!
Thank you very much!
C.