Difference between revisions of "UCVM Review"

From SCECpedia
Jump to navigationJump to search
Line 11: Line 11:
 
*CCA06: https://github.com/opensha/opensha-commons/tree/master/src/resources/data/site/CCAi6
 
*CCA06: https://github.com/opensha/opensha-commons/tree/master/src/resources/data/site/CCAi6
  
We plan to implements a way to read these files and plot them in python which can be included with UCVM. Plotting would be similar to existing horizontal slide plotting scripts (which are likely included in both versions of UCVM, though I have not used them), and will be a useful feature going forward. Once that tool exists, comparisons will become easier.
+
We plan to implements a way to read these files and plot them in python which can be included with UCVM. Plotting would be similar to existing horizontal slide plotting scripts (which are likely included in both versions of UCVM, though I have not used them), and will be a useful feature going forward. Once that tool exists, comparisons will become easier. If in the meantime help is needed extracting individual values from these files, there is an OpenSHA tool which can access them (via Java).
 
 
If in the meantime help is needed extracting individual values from these files, there is an OpenSHA tool which can access them (via Java).
 
 
 
== Introductory Presentations ==
 
*[http://hypocenter.usc.edu/research/UCVM/UCVM_Intro.zip UCVM PPT Files]
 
*[http://srl.geoscienceworld.org/content/early/2017/09/04/0220170082 UCVM SRL Paper online]
 
  
 
== Cross Section Plots CCA Models ==
 
== Cross Section Plots CCA Models ==
Line 25: Line 19:
  
 
== Velocity mesh plotting scripts from CyberShake codebase ==
 
== Velocity mesh plotting scripts from CyberShake codebase ==
 +
As part of the CyberShake work, we've developed a few Python scripts for plotting horizontal cross-sections (plot_horiz_slice.py), vertical cross-sections (plot_vertical_slice.py), and profile plots (plot_profile.py).  The scripts are available in the CyberShake SVN repository, at http://source.usc.edu/svn/cybershake/import/trunk/UCVM/smoothing/ .  As input, they expect a mesh in AWP format, and also a [[CyberShake_Code_Base#Coord|model coords]] file, which contains a listing of the lat/lon values for each surface point in the mesh (this is used for decimation purposes). Sample plots produced using these scripts can be seen [[Study_16.9_Velocity_Plots|here]].
  
As part of the CyberShake work, we've developed a few Python scripts for plotting horizontal cross-sections (plot_horiz_slice.py), vertical cross-sections (plot_vertical_slice.py), and profile plots (plot_profile.py).  The scripts are available in the CyberShake SVN repository, at http://source.usc.edu/svn/cybershake/import/trunk/UCVM/smoothing/ . As input, they expect a mesh in AWP format, and also a [[CyberShake_Code_Base#Coord|model coords]] file, which contains a listing of the lat/lon values for each surface point in the mesh (this is used for decimation purposes).
+
== Introductory Presentations ==
 
+
*[http://hypocenter.usc.edu/research/UCVM/UCVM_Intro.zip UCVM PPT Files]
Sample plots produced using these scripts can be seen [[Study_16.9_Velocity_Plots|here]].
+
*[http://srl.geoscienceworld.org/content/early/2017/09/04/0220170082 UCVM SRL Paper online]
  
 
== UCVM-Python Tutorials ==
 
== UCVM-Python Tutorials ==

Revision as of 22:20, 6 December 2017

Result of latest Basin Query

Query requirements are from Test Case for Basin Region Specs with query interval set at 20 m

Basin_Query Previous Results

Binary Z files used in OpenSHA, along with some metadata, are posted here:

We plan to implements a way to read these files and plot them in python which can be included with UCVM. Plotting would be similar to existing horizontal slide plotting scripts (which are likely included in both versions of UCVM, though I have not used them), and will be a useful feature going forward. Once that tool exists, comparisons will become easier. If in the meantime help is needed extracting individual values from these files, there is an OpenSHA tool which can access them (via Java).

Cross Section Plots CCA Models

Velocity mesh plotting scripts from CyberShake codebase

As part of the CyberShake work, we've developed a few Python scripts for plotting horizontal cross-sections (plot_horiz_slice.py), vertical cross-sections (plot_vertical_slice.py), and profile plots (plot_profile.py). The scripts are available in the CyberShake SVN repository, at http://source.usc.edu/svn/cybershake/import/trunk/UCVM/smoothing/ . As input, they expect a mesh in AWP format, and also a model coords file, which contains a listing of the lat/lon values for each surface point in the mesh (this is used for decimation purposes). Sample plots produced using these scripts can be seen here.

Introductory Presentations

UCVM-Python Tutorials

Training Day 1:

Additional training found on hypocenter (4 videos in the root here):

Basin Depth Algorithm Description

UCVM Scripts and Utilities

Related Entries