#!/bin/csh source /usr/local/nawips/Gemenviron cd /home/mmorris/http # Create a satellite image for Computer Assignment 7 gpmap << EOF MAP = 1 GAREA = usnps PROJ = sat # Use any availabe date and time SATFIL = /data/images/sat/GOES-West/4km/IR/IR_20040228_2130 RADFIL = LATLON = 0 PANEL = 0 # Insert the corresponding date and time from above. TITLE = 31//2004 Feb 28 2130 UTC GOES-West Michael Morris TEXT = 1 CLEAR = yes # Change to satXX to save it under a different file name. DEVICE = gif|/ca7/sat9.gif LUTFIL = /class3/nawips2/gempak/tables/luts/ir_tpc.tbl STNPLT = VGFILE = AFOSFL = AWPSFL = LINE = 3 WATCH = WARN = HRCN = ISIG = LTNG = ATCF = AIRM = NCON = CSIG = SVRL = BND = ATCO = TCMG = QSCT = WSTM = IMBAR = run exit EOF gpend exit