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

hovmuller.sh 456 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
  1. #!/usr/bin/env bash
  2. #
  3. ps=hovmuller.ps
  4. gmt set TIME_EPOCH 2000-01-01T00 TIME_UNIT y
  5. gmt set FORMAT_DATE_MAP o FORMAT_TIME_PRIMARY_MAP c FONT_ANNOT_PRIMARY 10p FONT_ANNOT_SECONDARY 12p
  6. gmt set MAP_ANNOT_ORTHO ""
  7. gmt makecpt -Crainbow -T-1/1/0.05 > tmp.cpt
  8. # Make a fake longitude/time grid
  9. gmt grdmath -R-180/180/0/3 -f0x,1t -I10/5m X SIND Y 2 MUL PI MUL SIN MUL = tmp.nc
  10. gmt grdimage tmp.nc -Ctmp.cpt -JX15c/22cT -Bx30f10 -By1O -Bsy1Y -E100 -P -Xc > $ps
Tip!

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

Comments

Loading...