Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

seis_08.sh 1.1 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  1. #!/usr/bin/env bash
  2. # Testing large isotropic component case by Jeremy Pesicek
  3. # as indicated by email:
  4. #----- Original Message ----
  5. #From: Jeremy Pesicek <pesicek@GEOLOGY.WISC.EDU>
  6. #To: GMT-HELP@lists.hawaii.edu
  7. #Sent: Mon, November 8, 2010 2:30:19 PM
  8. #Subject: Re: [GMT-HELP] psmeca help
  9. #
  10. #Thank you Dan and Joaquim.
  11. #
  12. #I was hoping to use psmeca to plot moment tensors with possibly large non-DC
  13. #components. But I'm not sure that the problem is necessarily due only to these
  14. #large components.
  15. #
  16. #take for example this tensor:
  17. #
  18. #echo "3 3 0 0.961 0.204 -0.895 1.045 -0.307 0.716 2" | psmeca -JX6 -R0/6/0/6
  19. #-Sm6 -N -M -T0 -G200 > MT.ps
  20. #
  21. #It is very close to being pure DC (~95%). Its best fit DC is:
  22. #
  23. #echo "3 3 0 4.319 37.28 145.8 6" | psmeca -JM8 -R0/6/0/6 -Sa6 -G200 >
  24. #out.ps
  25. #
  26. ps=seis_08.ps
  27. echo "1 3 0 0.961 0.204 -0.895 1.045 -0.307 0.716 2 0 0 95% double-couple [-Sm]" | \
  28. gmt psmeca -JX6i -R-1/6/0/6 -Sm6c -N -M -T0 -G200 -K -P -Baf > $ps
  29. echo "4 3 0 4.319 37.28 145.8 6 0 0 100% double-couple [-Sa]" | gmt psmeca -J -R -Sa5c -O -G200 >> $ps
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...