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

case_largeR_withW.sh 577 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
15
16
17
18
19
20
  1. #!/usr/bin/env bash
  2. # Testing gpsgridder for large region with weights
  3. # Work is being done by run_GPS_case.sh
  4. # Due to hairline differences in many gridlines between Linux and macOS we need a
  5. # higher rms threshold for this test to pass
  6. # GRAPHICSMAGICK_RMS = 0.0435
  7. ps=case_largeR_withW.ps
  8. # Use real GPS data with uncertainties
  9. data=$(gmt which -G @wus_gps_final_crowell.txt)
  10. # Large region
  11. R=122.5W/115W/33N/38N
  12. # blockmean interval
  13. I=10m
  14. # Gridding interval
  15. G=0.2
  16. # vector decimation
  17. D=1
  18. # Select no weights:
  19. W="-W"
  20. ${src:-.}/run_GPS_case_sub $data $R $I $G $D $W > $ps
Tip!

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

Comments

Loading...