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

GMT_App_O_8.sh 452 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. #
  3. # Makes Fig 8 for Appendix O (labeled lines)
  4. #
  5. gmt begin GMT_App_O_8
  6. gmt set GMT_THEME cookbook
  7. gmt convert -i0,1,4 -Em150 @App_O_transect.txt | $AWK '{print $1,$2,int($3)}' > fix2.txt
  8. gmt coast -R50/160/-15/15 -JM5.3i -Gburlywood -Sazure -A500
  9. gmt grdcontour @App_O_geoid.nc -B20f10 -BWSne -C10 -A20+d+u" m"+f8p -Gl50/10S/160/10S -S10 -T+l
  10. gmt plot -Sqffix2.txt:+g+an+p+Lf+u" m"+f8p -Wthick @App_O_transect.txt
  11. gmt end show
Tip!

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

Comments

Loading...