I have simply written:
open(unit=13,file='namefile',status='unknown',form='formatted')
do j=1,n
write(13,0) var(j)
end do
close(unit=13)
where var(j) is the array to save.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.