#!/bin/csh set outfile = upmiss.rout.ps set north = 48.0 set south = 38.0 set east = -85.0 set west = -97.0 /bin/rm -f $outfile routing.xy # Mercator Projection awk -f read_rout.awk direc.upm > routing.xy psxy mask.xy -P -Jm0.50 -R$west/$east/$south/$north -V -K -G200 \ -M -X1.25 -Y2.25 > $outfile pscoast -P -Jm0.50 -R$west/$east/$south/$north -V -B2.0f1.0g0.5/1.0f1.0g0.5 \ -Di -Ia/2/0/100/230 -Na/6/200/0/0 -S0/100/230 -K -O >> $outfile psxy routing.xy -P -Jm0.50 -R$west/$east/$south/$north -V -K -O -W8 -M \ >> $outfile pstext -P -Jm0.50 -R$west/$east/$south/$north -V -O -N << END >> $outfile -91.00 49.00 25 0 22 6 Upper Mississippi (LSA-NC) Routing Scheme END gs $outfile