Hi,
I have been struggling with the Fortran IO for a while. Here is the question, any comments will be much appreciated.
I output some double precision numbers with the format:
write (file_id,'(6(ES17.10E3,2X))'), a,b,c,d,e,f ! say the filename is 'data.dat'
It works fine.
But...