Difference between revisions of "UCVM elevation vs depth, model boundary"
From SCECpedia
Jump to navigationJump to searchLine 24: | Line 24: | ||
<pre> | <pre> | ||
./plot_depth_profile.py -d vp -b ${START} -e ${END} -v 10 -c ${MODEL} -s ${LAT},${LON} -o ${MODEL}_${IDX}_depth.png | ./plot_depth_profile.py -d vp -b ${START} -e ${END} -v 10 -c ${MODEL} -s ${LAT},${LON} -o ${MODEL}_${IDX}_depth.png | ||
+ | </pre> | ||
where START is 0 | where START is 0 | ||
Line 31: | Line 32: | ||
LAT is 35.38 | LAT is 35.38 | ||
LON is -119.03 | LON is -119.03 | ||
− | |||
== Query by elevation vs by depth == | == Query by elevation vs by depth == |
Revision as of 18:37, 16 February 2019
Model Boundary
Using depth profile plots to show the bottom of the model boundary in relationship to possible background 1d model
Using (-119.03, 35.38) near Bakersfield, CA
SCEC 1d (1d)
CVM-H v15.1(cvmh) with optional configurable 1d background
./plot_depth_profile.py -d vp -b ${START} -e ${END} -v 10 -c ${MODEL} -s ${LAT},${LON} -o ${MODEL}_${IDX}_depth.png
where START is 0 END is 300,000 MODEL is cvmh IDX is Bakersfield LAT is 35.38 LON is -119.03