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

gspline_6.sh 495 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
14
  1. #!/usr/bin/env bash
  2. #
  3. ps=gspline_6.ps
  4. # Test for the bilinear spline option -Sl.
  5. D=0.05
  6. R=0/7.2/-0.2/7
  7. gmt greenspline -R$R -I$D -GWB1998.grd @Table_5_11.txt -Sl -Z1
  8. gmt surface @Table_5_11.txt -R$R -I$D -Graws5.grd -T0.5 -N10000 -C0.0000001
  9. gmt grdcontour -R raws5.grd -Jx0.9i -P -K -C25 -A50+jCB+n0/0.1c -Ba2f1 -BWSne -Y2i -GlLB/CT > $ps
  10. gmt grdcontour -R WB1998.grd -J -O -K -C25 -A50+jCB+n0/0.1c -Wa0.75p,- -Wc0.25p,- -GlCT/RB >> $ps
  11. gmt psxy -R -J -O @Table_5_11.txt -Sc0.1 -G0 >> $ps
Tip!

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

Comments

Loading...