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

flexure_e.sh 608 B

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
  1. #!/usr/bin/env bash
  2. #
  3. # Test the output of gmt grdflexure for single Gaussian seamount on elastic plate
  4. ps=flexure_e.ps
  5. m=g
  6. f=0.2
  7. gmt set MAP_FRAME_TYPE plain GMT_FFT kiss
  8. cat << EOF > t.txt
  9. #lon lat azimuth, semi-major, semi-minor, height
  10. 300 200 70 70 30 5000
  11. EOF
  12. gmt grdseamount -R0/600/0/400+uk -I1000 -Gsmt.nc t.txt -Dk -E -F$f -C$m
  13. gmt grdcontour smt.nc+Uk -Jx0.01i -Xc -P -A1 -GlLM/RM -Bafg -K -Z+s0.001 > $ps
  14. gmt grdflexure smt.nc -D3300/2700/2400/1030 -E5k -Gflex_e.nc
  15. gmt grdcontour flex_e.nc+Uk -J -O -C0.2 -A1 -Z+s0.001 -GlLM/RM -Bafg -BWsNE+t"Elastic Plate Flexure, T@-e@- = 5 km" -Y4.4i >> $ps
Tip!

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

Comments

Loading...