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_gl.sh 689 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
16
  1. #!/usr/bin/env bash
  2. #
  3. # Test the output of gmt grdflexure for single circular Gaussian seamount
  4. # on a general linear viscoelastic foundation
  5. ps=flexure_gl.ps
  6. m=g
  7. f=0.2
  8. gmt set MAP_FRAME_TYPE plain GMT_FFT kiss
  9. cat << EOF > t.txt
  10. #lon lat azimuth, semi-major, semi-minor, height
  11. 300 200 0 50 50 5000
  12. EOF
  13. gmt grdseamount -R0/600/0/400+uk -I1000 -Gsmt.nc t.txt -Dk -E -F$f -C$m
  14. gmt grdcontour smt.nc+Uk -Jx0.01i -Xc -P -A1 -GlLM/RM -Bafg -K -Z+s0.001 > $ps
  15. gmt grdflexure smt.nc -D3300/2700/2400/1030 -E20k/10k -M10k -Gflex_gl_%g.nc -T50k
  16. gmt grdcontour flex_gl_50000.nc+Uk -J -O -C0.2 -A1 -Z+s0.001 -GlLM/RM -Bafg -BWsNE+t"GLVE Plate Flexure, T@-e@- = 20/10 km, t/t@-m@- = 5" -Y4.4i >> $ps
Tip!

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

Comments

Loading...