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_3.sh 358 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. # Makes Fig 3 for Appendix O (labeled lines)
  4. #
  5. cat << EOF > fix.txt
  6. 80 -8.5
  7. 55 -7.5
  8. 102 0
  9. 130 10.5
  10. EOF
  11. gmt begin GMT_App_O_3
  12. gmt set GMT_THEME cookbook
  13. gmt coast -R50/160/-15/15 -JM5.3i -Gburlywood -Sazure -A500
  14. gmt grdcontour @App_O_geoid.nc -B20f10 -BWSne -C10 -A20+d+f8p -Gffix.txt/0.1i -S10 -T+lLH
  15. gmt end show
Tip!

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

Comments

Loading...