// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting) // // This spatial database specifies the distribution of material // properties. In this case, the material properties are uniform. // #SPATIAL.ascii 1 SimpleDB { num-values = 3 // number of material property values value-names = density vs vp // names of the material property values value-units = kg/m**3 m/s m/s // units num-locs = 10 // number of locations data-dim = 1 space-dim = 3 cs-data = cartesian { to-meters = 1.0e3 space-dim = 3 } } // Columns are // (1) x coordinate (km) // (2) y coordinate (km) // (3) z coordinate (km) // (4) density (kg/m^3) // (5) vs (m/s) // (6) vp (m/s) 0.0 0.0 -0.0 2500.0 2900.0 5000.0 0.0 0.0 -2.9 2500.0 2900.0 5000.0 0.0 0.0 -3.1 2700.0 3500.0 6100.0 0.0 0.0 -9.0 2700.0 3500.0 6100.0 0.0 0.0 -11.0 2900.0 3700.0 6400.0 0.0 0.0 -19.0 2900.0 3700.0 6400.0 0.0 0.0 -21.0 3000.0 3900.0 6700.0 0.0 0.0 -39.0 3000.0 3900.0 6700.0 0.0 0.0 -41.0 3400.0 4700.0 8500.0 0.0 0.0 -120.0 3400.0 4700.0 8500.0