Difference between revisions of "UCVM cvmsi tapering"
From SCECpedia
Jump to navigationJump to searchLine 24: | Line 24: | ||
| [[FILE:cvmsi_region.png|thumb|300px|cvmsi region]] | | [[FILE:cvmsi_region.png|thumb|300px|cvmsi region]] | ||
|} | |} | ||
+ | |||
+ | |||
{| | {| | ||
Line 34: | Line 36: | ||
| [[FILE:cvmsi_taper_diff_0_500.png|thumb|300px|cvmsi taper diff plot]] | | [[FILE:cvmsi_taper_diff_0_500.png|thumb|300px|cvmsi taper diff plot]] | ||
|} | |} | ||
+ | |||
+ | |||
+ | <pre> | ||
+ | PROJ_LIB=/usr/local/share/anaconda2/share/proj PATH=/usr/local/share/anaconda2/bin:/usr/local/share/anaconda2/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin PYTHONPATH=../model/UCVM_TARGET/ucvm_plotting plot_cross_section.py -s 0 -h 200 -d vs -c cvmsi -a sd -o ../result/UCVM_88246892_c.png -n ../model/UCVM_TARGET/conf/ucv | ||
+ | m.conf -i ../model/UCVM_TARGET -v 10 -b 33.9548,-118.949 -u 34.391,-117.6306 -e 2000 | ||
+ | |||
+ | PROJ_LIB=/usr/local/share/anaconda2/share/proj PATH=/usr/local/share/anaconda2/bin:/usr/local/share/anaconda2/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin PYTHONPATH=../model/UCVM_TARGET/ucvm_plotting plot_cross_section.py -s 0 -h 200 -d vs -c cvmsi,elygtl:taper -a sd -o ../result/UCVM_88246892_c.png -n ../model/UCVM_TARGET/conf/ucvm.conf -i ../model/UCVM_TARGET -v 10 -b 33.9548,-118.949 -u 34.391,-117.6306 -e 2000 -L 500,1700,1700 | ||
+ | |||
+ | ROJ_LIB=/usr/local/share/anaconda2/share/proj PATH=/usr/local/share/anaconda2/bin:/usr/local/share/anaconda2/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin PYTHONPATH=../model/UCVM_TARGET/ucvm_plotting plot_cross_section.py -s 0 -h 200 -d vs -c cvmsi,elygtl:taper -a sd -o ../result/UCVM_88246892_c.png -n ../model/UCVM_TARGET/conf/ucvm.conf -i ../model/UCVM_TARGET -v 10 -b 33.9548,-118.949 -u 34.391,-117.6306 -e 2000 -L 0,1700,1700 | ||
+ | </pre> | ||
== See Also == | == See Also == | ||
*[[UCVM cvmsi tapering for CyberShake Study 22.12]] | *[[UCVM cvmsi tapering for CyberShake Study 22.12]] |
Revision as of 08:27, 31 January 2024
UCVM tapering
ucvm_query flags that affects tapering:
Adding taper interpolation to a model.
-m MODEL,elygtl:taper example: -m cvmsi,elygtl:taper
Taper Interpolation floors. default: vs=500m, vp=1700m, density=1700m,
-L vs,vp,density example, -L 200,-1,-1 (only floor the vs to 200)
Z interpolation range. default: zmin =0, zmax = 350
-z zmin,zmax example, -z 0,200
Plots from web viewer
PROJ_LIB=/usr/local/share/anaconda2/share/proj PATH=/usr/local/share/anaconda2/bin:/usr/local/share/anaconda2/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin PYTHONPATH=../model/UCVM_TARGET/ucvm_plotting plot_cross_section.py -s 0 -h 200 -d vs -c cvmsi -a sd -o ../result/UCVM_88246892_c.png -n ../model/UCVM_TARGET/conf/ucv m.conf -i ../model/UCVM_TARGET -v 10 -b 33.9548,-118.949 -u 34.391,-117.6306 -e 2000 PROJ_LIB=/usr/local/share/anaconda2/share/proj PATH=/usr/local/share/anaconda2/bin:/usr/local/share/anaconda2/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin PYTHONPATH=../model/UCVM_TARGET/ucvm_plotting plot_cross_section.py -s 0 -h 200 -d vs -c cvmsi,elygtl:taper -a sd -o ../result/UCVM_88246892_c.png -n ../model/UCVM_TARGET/conf/ucvm.conf -i ../model/UCVM_TARGET -v 10 -b 33.9548,-118.949 -u 34.391,-117.6306 -e 2000 -L 500,1700,1700 ROJ_LIB=/usr/local/share/anaconda2/share/proj PATH=/usr/local/share/anaconda2/bin:/usr/local/share/anaconda2/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin PYTHONPATH=../model/UCVM_TARGET/ucvm_plotting plot_cross_section.py -s 0 -h 200 -d vs -c cvmsi,elygtl:taper -a sd -o ../result/UCVM_88246892_c.png -n ../model/UCVM_TARGET/conf/ucvm.conf -i ../model/UCVM_TARGET -v 10 -b 33.9548,-118.949 -u 34.391,-117.6306 -e 2000 -L 0,1700,1700