This file is indexed.

/usr/share/doc/gmt-examples/examples/ex04/job04c.csh is in gmt-examples 4.5.11-1build1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/csh
#		$Id: job04c.csh 9545 2011-07-27 19:31:54Z pwessel $
#		GMT EXAMPLE 04c
#
# Purpose:	3-D perspective color plot of Hawaiian topography and geoid
# GMT progs:	grdcontour, grdview, pscoast, pstext
# Unix progs:	echo, rm

grdgradient HI_geoid4.nc -A0 -Gg_intens.nc -Nt0.75 -M
grdgradient HI_topo4.nc -A0 -Gt_intens.nc -Nt0.75 -M

grdview HI_geoid4.nc -Ig_intens.nc -JM6.75i -E60/30 -R195/210/18/25 -Cgeoid.cpt -Qi100 -K -X1.5i \
	-Y1.25i -P -U/-1.25i/-1i/"Example 04c in Cookbook" >! ../example_04c.ps
pscoast -J -E60/30 -R -B2/2NEsw -Gblack -O -K >> ../example_04c.ps
psbasemap -R -J -E60/30 -O -K -T209/19.5/1i \
	--COLOR_BACKGROUND=red --TICK_PEN=thinner,red >> ../example_04c.ps
grdview HI_topo4.nc -It_intens.nc -J -JZ3.4i -Ctopo.cpt -E60/30 -R195/210/18/25/-6/4 \
	-N-6/lightgray -Qi100 -O -K -Y2.2i >> ../example_04c.ps
psbasemap -J -JZ3.4i -E60/30 -R -Z-6 -O -K -B2/2/2:"Topo (km)":neZ >> ../example_04c.ps
echo '3.25 5.75 60 0.0 33 BC H@#awaiian@# R@#idge' | pstext -R0/10/0/10 -Jx1i -O >> ../example_04c.ps

\rm -f *_intens.nc .gmt*