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