# History file 'unc.h' # # Input files required # ~~~~~~~~~~~~~~~~~~~~ chk.pl: "seis/data/" "seis.unc" chk.pl: "seis/data/" "raypl.unc" chk.pl: "seis/data/" "syntx.unc" chk.pl: "seis/data/" "syntz.unc" chk.pl: "seis/data/" "seispl.unc" chk.pl: "seis/data/" "polar.unc" # # Ray tracing and dynamic ray tracing; link with modis or modsp # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ seis: 'seis.unc' 'seis.out' 'lu1.unc' 'lu2.unc' / # # Plotting of rays # ~~~~~~~~~~~~~~~~ raypl: 'raypl.unc' 1* 'lu1.unc' / # # Computation of synthetic seismograms in time domain # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syntpl: 'syntz.unc' 'synt.out' 'lu2.unc' 'lu3z.unc' 'lu4.unc' / # # Plotting of seismograms # ~~~~~~~~~~~~~~~~~~~~~~~ seispl: 'seispl.unc' 1* 'lu3z.unc' / # # Computation of synthetic seismograms in time domain # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syntpl: 'syntx.unc' 'synt.out' 'lu2.unc' 'lu3x.unc' 'lu4.unc' / # # Plotting of seismograms # ~~~~~~~~~~~~~~~~~~~~~~~ seispl: 'seispl.unc' 1* 'lu3x.unc' / # # Plot of the particle motion diagram: radial x vertical "xz" # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ polar: 'polar.unc' 1* 'lu3x.unc' 'lu3z.unc'/ # # ======================================================================