#!/bin/csh # Draw basemap # ------------ pscoast -Jm4.46194186684672 -R-117.0222132/-115.8119778/36.3736732/37.3554188 \ -Ba1.0f10mwSnE \ -W3/0/0/0 -Na/1 -N2/5/255/255/255 -N2/2/0/0/0 -S153/255/255 \ -Df -Ir/1/114/187/243 \ -Lf-116.693272/36.54770992/36.54770992/50 \ -G255/255/255 -P -K >! YuccaMtn.ps # Calif lakes # ------------ psxy /attic/mapdata/lakes.calif \ -: -Jm -R -MS -W3/102/102/102 -G153/255/255 -O -K \ >> YuccaMtn.ps # Nevada faults # ------------- psxy /attic/mapdata/nevada.car \ -: -Jm -R -MS -W3/255/102/102 -O -K \ >> YuccaMtn.ps # Calif faults # ------------ # Historic and Holocene psxy /attic/mapdata/Qfaults2007_ungen_wgs84/his_hol_solid \ -Jm -R -MS -W2/175/0/0 -O -K \ >> YuccaMtn.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/his_hol_dash \ -Jm -R -MS -W1/175/0/0 -O -K \ >> YuccaMtn.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/his_hol_dots \ -Jm -R -MS -W1/175/0/0ta -O -K \ >> YuccaMtn.ps # Late Quaternary psxy /attic/mapdata/Qfaults2007_ungen_wgs84/lq_solid \ -Jm -R -MS -W2/255/150/100 -O -K \ >> YuccaMtn.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/lq_dash \ -Jm -R -MS -W1/255/150/100 -O -K \ >> YuccaMtn.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/lq_dots \ -Jm -R -MS -W1/255/150/100ta -O -K \ >> YuccaMtn.ps # Quaternary psxy /attic/mapdata/Qfaults2007_ungen_wgs84/q_solid \ -Jm -R -MS -W2/200/200/0 -O -K \ >> YuccaMtn.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/q_dashed \ -Jm -R -MS -W1/200/200/0 -O -K \ >> YuccaMtn.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/q_dots \ -Jm -R -MS -W1/200/200/0ta -O -K \ >> YuccaMtn.ps # All M7-7.9 Earthquakes in the last week # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/255/0 \ -Jm -Ss.90 -O -K \ >> YuccaMtn.ps EOT # All M6-6.9 Earthquakes in the last week # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/255/0 \ -Jm -Ss.75 -O -K \ >> YuccaMtn.ps EOT # All M5-5.9 Earthquakes in the last week # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/255/0 \ -Jm -Ss.60 -O -K \ >> YuccaMtn.ps EOT # All M4-4.9 Earthquakes in the last week # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/255/0 \ -Jm -Ss.45 -O -K \ >> YuccaMtn.ps EOT # All M3-3.9 Earthquakes in the last week # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/255/0 \ -Jm -Ss.30 -O -K \ >> YuccaMtn.ps EOT # All M2-2.9 Earthquakes in the last week # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/255/0 \ -Jm -Ss.20 -O -K \ >> YuccaMtn.ps EOT # All M1-1.9 Earthquakes in the last week # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/255/0 \ -Jm -Ss.10 -O -K \ >> YuccaMtn.ps EOT # All M7-7.9 Earthquakes in the last day # -------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G0/175/223 \ -Jm -Ss.90 -O -K \ >> YuccaMtn.ps EOT # All M6-6.9 Earthquakes in the last day # -------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G0/175/223 \ -Jm -Ss.75 -O -K \ >> YuccaMtn.ps EOT # All M5-5.9 Earthquakes in the last day # -------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G0/175/223 \ -Jm -Ss.60 -O -K \ >> YuccaMtn.ps EOT # All M4-4.9 Earthquakes in the last day # -------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G0/175/223 \ -Jm -Ss.45 -O -K \ >> YuccaMtn.ps EOT # All M3-3.9 Earthquakes in the last day # -------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G0/175/223 \ -Jm -Ss.30 -O -K \ >> YuccaMtn.ps EOT # All M2-2.9 Earthquakes in the last day # -------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G0/175/223 \ -Jm -Ss.20 -O -K \ >> YuccaMtn.ps EOT # All M1-1.9 Earthquakes in the last day # -------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G0/175/223 \ -Jm -Ss.10 -O -K \ >> YuccaMtn.ps EOT # All M7-7.9 Earthquakes in the last hour # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/0/24 \ -Jm -Ss.90 -O -K \ >> YuccaMtn.ps EOT # All M6-6.9 Earthquakes in the last hour # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/0/24 \ -Jm -Ss.75 -O -K \ >> YuccaMtn.ps EOT # All M5-5.9 Earthquakes in the last hour # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/0/24 \ -Jm -Ss.60 -O -K \ >> YuccaMtn.ps EOT # All M4-4.9 Earthquakes in the last hour # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/0/24 \ -Jm -Ss.45 -O -K \ >> YuccaMtn.ps EOT # All M3-3.9 Earthquakes in the last hour # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/0/24 \ -Jm -Ss.30 -O -K \ >> YuccaMtn.ps EOT # All M2-2.9 Earthquakes in the last hour # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/0/24 \ -Jm -Ss.20 -O -K \ >> YuccaMtn.ps EOT # All M1-1.9 Earthquakes in the last hour # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/0/24 \ -Jm -Ss.10 -O -K \ >> YuccaMtn.ps EOT # Station labels # -------------- pstext << EOT -: -R -Jm -G0/0/0 -D.07/-.07 -O -K \ >> YuccaMtn.ps 36.690263 -116.163182 9 0.0 1 5 1PDI 36.813223 -116.396251 9 0.0 1 5 67TJ 36.842976 -116.674570 9 0.0 1 5 BARE 36.808812 -116.574802 9 0.0 1 5 BL91 36.958951 -116.635155 9 0.0 1 5 BRIC 36.776113 -116.177605 9 0.0 1 5 CAN5 36.776047 -116.176007 9 0.0 1 5 CANE 36.889269 -116.680887 9 0.0 1 5 CLAI 36.837657 -116.469284 9 0.0 1 5 MILE 36.993987 -116.148872 9 0.0 1 5 MN71 36.828157 -116.745999 9 0.0 1 5 P16X 36.941326 -116.080919 9 0.0 1 5 PASS 36.722859 -116.262906 9 0.0 1 5 RK59 36.696915 -116.538743 9 0.0 1 5 ROSS 36.943377 -116.261125 9 0.0 1 5 SHOS 36.655462 -116.180614 9 0.0 1 5 SPEC 37.047942 -116.753272 9 0.0 1 5 SPRI 36.641422 -116.402551 9 0.0 1 5 T15S 37.087670 -116.461006 9 0.0 1 5 TIMB 36.667190 -116.329525 9 0.0 1 5 WELL 36.781376 -116.323377 9 0.0 1 5 WHME 36.940213 -116.485022 9 0.0 1 5 YUCC EOT # Kodiak Earthquake # ------------------ psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> YuccaMtn.ps 56.6833 -153.3000 EOT # Kodiak Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> YuccaMtn.ps 57.0 -153.2 9 0.0 1 5 Kodiak_Eq_20010110 56.8 -153.2 9 0.0 1 5 M6.7 EOT # Kodiak Earthquake # ------------------ psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> YuccaMtn.ps 57.51 -154.67 EOT # Kodiak Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> YuccaMtn.ps 57.4 -154.3 9 0.0 1 5 Kodiak_Eq_19991206 57.2 -154.3 9 0.0 1 5 M7.0 EOT # Velocity vectors # ---------------- psvelo << EOT -R \ -W1/255/0/63 -G70/100/190 \ -Se0.04/.95/0 -B \ -Jm -A0.01/0.12/0.03 -O -K \ >> YuccaMtn.ps -116.163182 36.690263 -1.82 -1.43 0.99 0.73 -0.0244 1PDI -116.396251 36.813223 -4.33 -0.15 1.16 0.83 -0.0149 67TJ -116.674570 36.842976 -0.49 0.93 1.07 0.80 -0.0228 BARE -116.574802 36.808812 -3.16 0.60 1.26 0.95 -0.0215 BL91 -116.635155 36.958951 -1.90 -2.14 1.01 0.78 0.0145 BRIC -116.177605 36.776113 0.17 1.47 1.04 0.77 0.0246 CAN5 -116.176007 36.776047 0.00 0.00 0.00 0.00 -0.0009 CANE -116.680887 36.889269 0.00 0.00 0.00 0.00 0.0041 CLAI -116.469284 36.837657 -2.43 -1.54 0.75 0.61 -0.0170 MILE -116.148872 36.993987 0.77 -0.20 1.05 0.78 0.0168 MN71 -116.745999 36.828157 0.00 0.00 0.00 0.00 -0.0252 P16X -116.080919 36.941326 1.18 0.38 1.04 0.78 0.0026 PASS -116.262906 36.722859 1.15 -0.74 0.95 0.75 0.0183 RK59 -116.538743 36.696915 -2.98 -0.02 1.17 0.88 -0.0182 ROSS -116.261125 36.943377 -2.82 -2.43 0.94 0.72 -0.0141 SHOS -116.180614 36.655462 1.61 1.18 1.08 0.80 0.0262 SPEC -116.753272 37.047942 -2.01 -1.55 0.99 0.76 0.0101 SPRI -116.402551 36.641422 -2.73 0.31 1.48 1.10 -0.0361 T15S -116.461006 37.087670 -2.32 -4.53 1.13 0.84 -0.0185 TIMB -116.329525 36.667190 -1.99 0.58 1.18 0.90 -0.0105 WELL -116.323377 36.781376 0.07 -1.81 1.01 0.79 0.0012 WHME -116.485022 36.940213 -2.39 -1.33 1.01 0.78 0.0167 YUCC EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.690263 -116.163182 1PDI EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.813223 -116.396251 67TJ EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.842976 -116.674570 BARE EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.808812 -116.574802 BL91 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.958951 -116.635155 BRIC EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.776113 -116.177605 CAN5 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.776047 -116.176007 CANE EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.889269 -116.680887 CLAI EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.837657 -116.469284 MILE EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.993987 -116.148872 MN71 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.828157 -116.745999 P16X EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.941326 -116.080919 PASS EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.722859 -116.262906 RK59 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.696915 -116.538743 ROSS EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.943377 -116.261125 SHOS EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.655462 -116.180614 SPEC EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 37.047942 -116.753272 SPRI EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.641422 -116.402551 T15S EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 37.087670 -116.461006 TIMB EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.667190 -116.329525 WELL EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.781376 -116.323377 WHME EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> YuccaMtn.ps 36.940213 -116.485022 YUCC EOT # Olympia Earthquake # ------------------ psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> YuccaMtn.ps 47.167 -122.733 EOT # HM Earthquake # ------------- psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> YuccaMtn.ps 34.595500 -116.268167 EOT # HM Earthquake label # -- -------------- pstext << EOT -: -R -Jm -G0 -O -K \ >> YuccaMtn.ps 34.55 -116.268167 9 0.0 1 5 Hector_Mine_Eq 34.53 -116.268167 9 0.0 1 5 M7.1 EOT # Landers Earthquake # ------------------ psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> YuccaMtn.ps 34.216666667 -116.43333333333 EOT # Landers Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> YuccaMtn.ps 34.18 -116.43333333333 9 0.0 1 5 Landers_Eq 34.16 -116.43333333333 9 0.0 1 5 M7.3 EOT # Label plot and vector scale # --------------------------- psvelo << EOT -: -R \ -W1/255/0/0 -G70/100/190 -Se0.04/.95/0 -B \ -Jm -A0.03/0.12/0.03 -O -K \ >> YuccaMtn.ps 36.48077272 -116.693272 0.0 20.0 0.0 0.0 0.0 Scale EOT pstext << EOT -: -R -Jm -O \ >> YuccaMtn.ps 36.44730412 -116.693272 9 0.0 0 5 20 mm/yr EOT