Difference between revisions of "UCVM cvmsi tapering"

From SCECpedia
Jump to navigationJump to search
Line 39: Line 39:
  
 
<pre>
 
<pre>
 +
PROJ_LIB=/usr/local/share/anaconda2/share/proj PATH=/usr/local/share/anaconda2/bin:/usr/local/share/anaconda2/condab
 +
in:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin PYTHONPATH=../model/UCVM_TARGET/ucvm_plotting plot_horizontal_s
 +
lice.py  -d vs -c cvmsi -s 0.008 -a sd -o ../result/UCVM_90507555_h.png -n ../model/UCVM_TARGET/conf/uc
 +
vm.conf -i ../model/UCVM_TARGET  -b 32.8542,-116.0376 -u 34.6807,-113.8623 -A 1.0,4.0
  
 +
 +
PROJ_LIB=/usr/local/share/anaconda2/share/proj PATH=/usr/local/share/anaconda2/bin:/usr/local/share/anaconda2/condab
 +
in:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin PYTHONPATH=../model/UCVM_TARGET/ucvm_plotting plot_horizontal_s
 +
lice.py  -d vs -c cvmsi,elygtl:taper -s 0.008 -a sd -o ../result/UCVM_90507555_h.png -n ../model/UCVM_TARGET/conf/uc
 +
vm.conf -i ../model/UCVM_TARGET  -b 32.8542,-116.0376 -u 34.6807,-113.8623 -e 500 -L 500,1700,1700 -A 1.0,4.0
 
</pre>
 
</pre>
  

Revision as of 09:17, 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

cvmsi region


cvmsi vs none
cvmsi taper vs floor 500m


cvmsi taper diff plot


PROJ_LIB=/usr/local/share/anaconda2/share/proj PATH=/usr/local/share/anaconda2/bin:/usr/local/share/anaconda2/condab
in:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin PYTHONPATH=../model/UCVM_TARGET/ucvm_plotting plot_horizontal_s
lice.py  -d vs -c cvmsi -s 0.008 -a sd -o ../result/UCVM_90507555_h.png -n ../model/UCVM_TARGET/conf/uc
vm.conf -i ../model/UCVM_TARGET  -b 32.8542,-116.0376 -u 34.6807,-113.8623 -A 1.0,4.0


PROJ_LIB=/usr/local/share/anaconda2/share/proj PATH=/usr/local/share/anaconda2/bin:/usr/local/share/anaconda2/condab
in:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin PYTHONPATH=../model/UCVM_TARGET/ucvm_plotting plot_horizontal_s
lice.py  -d vs -c cvmsi,elygtl:taper -s 0.008 -a sd -o ../result/UCVM_90507555_h.png -n ../model/UCVM_TARGET/conf/uc
vm.conf -i ../model/UCVM_TARGET  -b 32.8542,-116.0376 -u 34.6807,-113.8623 -e 500 -L 500,1700,1700 -A 1.0,4.0

See Also