Under Construction 공사중 - 기다려 보시오.
Making temperary file in Fortran: Open a file with with SCRATCH status, then it will be deleted when you close the file. You must not specify the file name.
open(unit=1,status='SCRATCH')
...
close(1)
Delete file
open(1,file='filename',status='old')
close(1,status='delete')
Useful fortran libraries (XML parser, ...)
http://fortranwiki.org/fortran/show/Libraries