#!/bin/sh ### ==================================================================== ### Model PREM: ### ~~~~~~~~~~~ ### Simple Unix script file to generate PostScript files with the ### sections across the model displaying the velocities and indices of ### complex blocks, respectively. ### -------------------------------------------------------------------- echo "'prem-grd.dat' /"|grid echo "'prem-grd.h' ' ' 'prem-vel.out' 'prem-vel.ps' /"|grdps echo "'prem-grd.h' ' ' 'prem-icb.out' 'prem-icb.ps' /"|grdps ### ====================================================================