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

time_testing_6.sh 498 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
  1. #!/usr/bin/env bash
  2. #
  3. #
  4. # This script runs some simple test to verify the that new time scheme
  5. # has been implemented successfully
  6. # Test 6:
  7. # We create a grid with gmt grdmath and then make a contour map
  8. # and associate x with days relative to the start of 2004.
  9. ps=time_testing_6.ps
  10. gmt grdmath -R0/90/0/90 -I1 X Y ADD = tt6.nc
  11. gmt grdcontour tt6.nc -JX6t/6 -C5 -A10 --TIME_EPOCH=2004-01-01T --TIME_UNIT=d -Bpxa7Rf1d -Bpy10 -Bsxa1O -P --FORMAT_DATE_MAP="-o-yy" --FONT_ANNOT_PRIMARY=9p > $ps
Tip!

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

Comments

Loading...