------------------------------------------------------------------- to make plots of our current experimental domains tios -i gin.in -f ../output/gin_sea tios -i gl.in -f ../output/global tios -i eq.in -f ../output/eq_pac tios -i chan.in -f ../output/chan_ridge (a minor modification to over.in will allow you to make a postscript file with just a color bar.) additional postscript modifications: UnlabelledLines {real} =levelunits /KeyLineTypeList [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] def this takes the white numbers off the plot, and redefines the dashed lines as solid lines (for thicker lines, change 0 to 10,20 or 30) delete the Longitude and Latitude labels NEW STUFF to convert from ingrid produced postscript to transparent gif: gs -sDEVICE=ppm -sOutputFile=chan.ppm chan.ps xv chan.ppm (autocrop, and save as gif) giftrans -t #ffffff chan.gif > tchan.gif