Displaying 1 result from an estimated 1 matches for "slpdf".
Did you mean:
slpd
2006 Feb 07
1
Reading in FORTRAN data using R
...,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)
write(30,*) (delts(n), n=1,nf)
write(30,*) (cfr(n), n=1,nfault)
write(30,*) (dfr(n), n=1,nfault)
write(30,*) (slpdf(n), n=1,nf2)
write(30,*) (slpv(n), n=1,nfault)
write(30,*) (rhofcc(n), n=1,nfault)
write(30,*) (islip(n), n=1,nfault)
(NOTE: not all variables are the same length!)
I subsequently read in back the data as:
open(unit=30,name=fnin,status='old')
read(30,'(...