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

sample.sh 377 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. #!/usr/bin/env bash
  2. # Test sub-sampling of grids for vectors
  3. ps=sample.ps
  4. gmt pscoast -R60/105/-20/40 -JM95.0/35/16c -Gbisque -K -Bafg8 -P -Xc > $ps
  5. gmt grdvector nuvel1.vx.1.5.nc nuvel1.vy.1.5.nc -R -J -I2 -S10i -Q0.2i+e -Wthicker,lightgray -Glightgray -O -K -t50 >> $ps
  6. gmt grdvector nuvel1.vx.1.5.nc nuvel1.vy.1.5.nc -R -J -I8 -S10i -Q0.2i+e -Wthicker,black -Gred -O >> $ps
Tip!

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

Comments

Loading...