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

EGM96.sh 270 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. #!/usr/bin/env bash
  2. #
  3. # Evaluate first 36 degrees of EGM96 geoid model
  4. ps=EGM96.ps
  5. gmt sph2grd @EGM96_to_36.txt -I1 -Rg -Ng -Ggrid.nc
  6. gmt grdmath grid.nc 1e5 MUL = grid.nc
  7. gmt grd2cpt grid.nc -Crainbow -E16 -Z > t.cpt
  8. gmt grdimage grid.nc -JH0/6i -P -B30 -Ct.cpt > $ps
Tip!

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

Comments

Loading...