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_6.sh 343 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. #
  3. # Makes Fig 6 for Appendix O (labeled lines)
  4. #
  5. gmt begin GMT_App_O_6
  6. gmt set GMT_THEME cookbook
  7. gmt coast -R50/160/-15/15 -JM5.3i -Gburlywood -Sazure -A500
  8. gmt grdcontour @App_O_geoid.nc -B20f10 -BWSne -C10 -A20+d+f8p -Gl50/10S/160/10S -S10 -T+l
  9. gmt plot -SqD1000k:+g+LD+an+p -Wthick @App_O_transect.txt
  10. gmt end show
Tip!

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

Comments

Loading...