File: apicubeplot.sh

package info (click to toggle)
gmt 6.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 62,184 kB
  • sloc: ansic: 294,045; sh: 30,961; lisp: 86; fortran: 49; makefile: 43; perl: 32; csh: 9
file content (9 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash
#
# Test the C API for reading via a matrix and making a plot
ps=apicubeplot.ps
if [ ! -f cube.nc ]; then
	cp "${src}"/../grdinterpolate/cube.nc .
fi
testapi_cube 
gmt grdcontour newlayer.nc -JX15c -C5 -A10 -Baf -P > $ps