For Programmers: Free Programming Magazines  


Home > Archive > Fortran > April 2006 > f77









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author f77
amendonca

2006-04-12, 4:40 pm

Dear all,
I’m starting to work with f77 and I need some help.
I’m using the numerical model FUNWAVE, wich outputs are binary files:

open(30,file=f5n,access='direct',recl=im
ch*(2*ngage))
write(30,rec=it)(un(ixg(k),iyg(k)),k=1,n
gage),(vn(ixg(k),iyg(k)),k
&=1,ngage)
close(30)
endif

Can you tell me how can I rewrite this, so the output is written in ‘ascii’??

regards,

Ana
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com