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

cuerpo.sh 433 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. #
  3. # This test is based on a query by Eduardo Suarez
  4. ps=cuerpo.ps
  5. gmt makecpt -Crainbow -T65/125/20 > cuerpo.cpt
  6. gmt grdview super2.nc -Gdomo-filtrado.nc -R-70:10:17.05/-70:10:0.10/-42:40:31.10/-42:40:19.95/550/760 \
  7. -JM-70:10:13.525/-42:40:25.525/3.5i -JZ1.5i -Ba10sf10s -Bza100f100 -BWESNZ+b -Ccuerpo.cpt -Qi -p315/30/550 -K > $ps
  8. gmt psxyz limites-domo-xyz.dat -R -JM -JZ -Wthick,red,solid -p -L -O >> $ps
Tip!

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

Comments

Loading...