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

bothg.sh 658 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. # Test to deal with issue http://gmt.soest.hawaii.edu/boards/1/topics/6311?r=6315#message-6315
  3. #
  4. # GMT_KNOWN_FAILURE_WINDOWS
  5. #
  6. ps=bothg.ps
  7. gmt pscoast -R-180/180/-70/70 -JM18c -Dc -Sblue -Glightgray -W0.01p,black -Baf -P --FONT_ANNOT_PRIMARY=9p,Helvetica,black -K -Xc > $ps
  8. gmt grdvector -O -K wx_grd000.nc wy_grd000.nc -R-180/180/-70/70 -J -Q4p+e+jc+gwhite -Si50k -W0.75p,white -I10 >> $ps
  9. gmt pscoast -Rg -JG0/0/12c -Dc -Sblue -Glightgray -W0.01p,black -Baf --FONT_ANNOT_PRIMARY=9p,Helvetica,black -O -K -X3c -Y12c >> $ps
  10. gmt grdvector -O wx_grd000.nc wy_grd000.nc -R-180/180/-70/70 -J -Q4p+e+jc+gwhite -Si50k -W0.75p,white -I10 >> $ps
Tip!

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

Comments

Loading...