Difference between revisions of "UCVM cvmsi tapering"

From SCECpedia
Jump to navigationJump to search
Line 22: Line 22:
  
 
{|
 
{|
| [[FILE:cvmsi_region.png|thumb|300px|cvmsi region]]  
+
| [[FILE:taper_cvmsi_region.png|thumb|300px|cvmsi region]]  
 
|}
 
|}
  
Line 28: Line 28:
  
 
{|
 
{|
| [[FILE:cvmsi_vs_base.png|thumb|300px|cvmsi vs]]  
+
| [[FILE:taper_cvmsi_h_none.png|thumb|300px|cvmsi vs none]]  
| [[FILE:cvmsi_taper_vs_500.png|thumb|300px|cvmsi taper vs floor 500m]]
+
| [[FILE:taper_cvmsi_h_500.png|thumb|300px|cvmsi taper vs floor 500m]]  
| [[FILE:cvmsi_taper_vs_0.png|thumb|300px|cvmsi taper vs floor 0m]]  
 
 
|}
 
|}
 +
  
 
{|
 
{|
| [[FILE:cvmsi_taper_diff_0_500.png|thumb|300px|cvmsi taper diff plot]]   
+
| [[FILE:taper_cvmsi_diff_none_500.png|thumb|300px|cvmsi taper diff plot]]   
 
|}
 
|}
  
  
 
<pre>
 
<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>
 
</pre>
  

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



See Also