Displaying 1 result from an estimated 1 matches for "fnmod".
Did you mean:
fmod
2006 Feb 07
1
Reading in FORTRAN data using R
...ng the output into columns or tables is impractical,
hence the "list" style. Please note, this is NOT binary data, but text
output with no FORMAT. For example:
My FORTRAN code writes out:
open(unit=30,name=fnout,status='old')
write(30,'(a20)') fnmod
write(30,'(a20)') fnstr
write(30,*) nfault,hpl,vplx,vply,taua,tauf,amuu,
& tminn,tstepp,itime,TBIS,bulkms,ntm,ncycle,pdcy
write(30,*) ptrad
write(30,'(a1)') respfb
write(30,*) (timi(n), n=1,nfault)
write(30,*) (taub(n), n=1,nfault)...