#!/bin/sh ### ==================================================================== ### Running demo data for 'inv1.for' in 2-D model UNCONFORMITY (Unix) ### ==================================================================== ### 2-D two-point ray tracing ('crt.for' must not include 'scropc.for'): ### ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo "'u2d-crt1.dat' /"|crt ### .................................................................... ### Generating system of equations for travel-time inversion: ### ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo "'u2d-inv1.dat' /"|inv1 ### ====================================================================