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

oldcvecs.sh 473 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. ps=oldcvecs.ps
  3. gmt grdmath -R0/60/0/60 -I10 -r 0.5 Y COSD ADD = r.nc
  4. gmt grdmath -R -I10 -r X = az.nc
  5. gmt makecpt -T0.5/1.5 > t.cpt
  6. gmt grdvector r.nc az.nc -A -Z -Ct.cpt -JX4.5i -Q0.02i/0.15i/0.08i -W1p -S3i -P -K -B30g30 -Xc -Y0.75i > $ps
  7. gmt grd2xyz r.nc | gmt psxy -R -J -O -K -Sc0.05i -Gblack >> $ps
  8. gmt grdvector r.nc az.nc -A -Z -Ct.cpt -J -W1p -S3i -O -K -B30g30 -BWsNE -Y5i >> $ps
  9. gmt grd2xyz r.nc | gmt psxy -R -J -O -Sc0.05i -Gblack >> $ps
Tip!

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

Comments

Loading...