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

comb_ants.sh 572 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
  1. #!/usr/bin/env bash
  2. # Testing pscoast for plotting either of the Antarcticas in GSHHG > 2.3.0
  3. ps=comb_ants.ps
  4. # Plot map but skip Antarctica altogether
  5. gmt pscoast -R-180/180/-90/-50 -JA0/-90/5i -Bag -Gperu -A+as -P -K -X0.5i -Y0.5i > $ps
  6. echo -30 -45 NO ANT | gmt pstext -R -J -O -K -N -F+jRB+f18p >> $ps
  7. # Plot Antarcica using icefront line as coastline and overlay grounding line
  8. gmt pscoast -R -J -Bag -G#A5F2F3 -A+ai -O -K -X2.5i -Y4.9i >> $ps
  9. gmt pscoast -R -J -Gbisque -A+ag -Wfaint,blue -O -K >> $ps
  10. echo -30 -45 BOTH | gmt pstext -R -J -O -N -F+jRB+f18p >> $ps
Tip!

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

Comments

Loading...