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

SST.sh 337 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. #!/usr/bin/env bash
  2. # Test based on Bug #1140. SST.nc is a compressed version of the original grid
  3. ps=SST.ps
  4. gmt makecpt -T-10/30/2 -Cwysiwyg > sst.cpt
  5. gmt grdimage @SST.nc -Bafg -Rg -JG135/45/90/6i -K -Csst.cpt -X0.75i -Yc -P > $ps
  6. gmt pscoast -R -J -K -O -Wblack >> $ps
  7. gmt psscale -R -J -DJRM+w6i/0.2i -Csst.cpt -B8+l"SST" -O >> $ps
Tip!

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

Comments

Loading...