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

onelayer.sh 218 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. #!/usr/bin/env bash
  2. #
  3. ps=onelayer.ps
  4. gmt grdinterpolate "${src:-.}"/cube.nc -T4 -Gnewlayer.nc
  5. gmt grdcontour newlayer.nc -A20 -C10 -JX6i -Baf -BWNse+t"Interpolate new layer between z = 3 and 5" -GlBL/TR -P -Xc > $ps
Tip!

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

Comments

Loading...