recfunk.f -- original recfunk version without moveout corrections
Click the title of the post to access the code recfunk.f on Google Drive directory JParkCodes.
c program recfunk
c 5/25/99 JJP updated for GFORTRAN compiler 07/27/15
c
c original code written for the paper
c Park, J., and V. Levin, Receiver functions from multiple-taper
c spectral correlation estimates, Bull. Seismo. Soc Amer., v90,
c pp1507-1520, 2000.
c
c this version of the RF code reads datafile names from standard input
c then the time intervals in the filename file
c the data must be binary SAC format
c horizontals must be rotated to radial and transverse
c
c for start times in the file:
c
c 1997.070.19.33.bh? <-- code="" div="" r="" replaces="" t="" with="" z="">
c 57 52 <-- analysis="" div="" duration="" of="" sec="" start="" time="" window="">
-->
c 1997.076.08.15.bh?
c 62 62
c ...
c ...
c ...
c stop <-- 399="" code="" data="" div="" events="" finished="" is="" max="" tells="" that="">
-->
-->
c
c has kluge to cheat the pre-event noise for synthetic records 3/12/00 JJP
c check to see if the kluge is commented out
c
c multitaper program to invert for receiver functions
c SINGLE STATION WITH SPECTRAL WEIGHTING
c
c uses spectral estimates of pre-event noise
c to weight the inversion in the frequency domain, thereby avoiding the
c usual problem with microseism noise in 0.1-0.5 Hz
c
c xf77 -o /park/backup/bin/recfunk recfunk.f /park/backup/Plotxy/plotlib.a /park/backup/Ritz/eislib.a /park/backup/Ritz/jlib.a
c xf77 -o /Users/jjpark/bin/recfunk recfunk.f /Users/jjpark/Plotxy/plotlib.a /Users/jjpark/Ritz/eislib.a /Users/jjpark/Ritz/jlib.a
No comments:
Post a Comment