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

GMT_polar.sh 211 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
  1. #!/usr/bin/env bash
  2. gmt begin GMT_polar
  3. gmt grdmath -R0/360/2/4 -I6/0.1 X 4 MUL PI MUL 180 DIV COS Y 2 POW MUL = tt.nc
  4. gmt grdcontour tt.nc -JP8c -B30 -BNs+ghoneydew -C2 -S4 --FORMAT_GEO_MAP=+ddd
  5. gmt end show
Tip!

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

Comments

Loading...