Difference between revisions of "Broadband Hanging Wall Simulation"

From SCECpedia
Jump to navigationJump to search
 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This Wiki page describes the simulations that will be performed on the Broadband Platform to investigate hanging wall effects for NGA. This simulation is expected to generate 760,320 3-component seismograms.
+
= Graves Hanging Wall Study =
  
* Summary of Simulations
+
== Study Specifications ==
  
{| class="wikitable" border="1" cellpadding="5"
+
This Wiki page describes the simulations that will be performed on the Broadband Platform to investigate footwall / hanging wall and directivity effects for NGA-W2. This simulation is expected to generate 205,776 3-component seismograms. Robert Graves has written a specification for a set of footwall and hanging wall simulation in this document [http://hypocenter.usc.edu/research/broadband/HwFwProblem/fwhw+dir_simulation_plan-v3.pdf HangingWall Specfiications 2011].
 +
 
 +
== Downloads ==
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| Events
+
! File
| 12
+
! Download
 
|-
 
|-
| Source Models (Slip / Hypo-centers)
+
| '''R. Graves Hanging Wall Study Inputs (2011, 100 KB)'''
| 10
+
| [http://hypocenter.usc.edu/research/HwFw/graves/graves_hwfw_inputs.tar graves_hwfw_inputs.tar]
 
|-
 
|-
| Stations
+
| '''R. Graves Hanging Wall Study Outputs (2011, 135 GB)'''
| 176
+
| [http://hypocenter.usc.edu/research/HwFw/graves/graves_hwfw_outputs.tar graves_hwfw_outputs.tar]
|-
 
| Code bases
 
| 36
 
|-
 
| Total Seiesmograms
 
| 760,320
 
 
|}
 
|}
  
== Inputs ==
 
  
=== Fault Scenarios ===
+
== Setting Up Study Inputs and Outputs ==
There are 12 faults considered in this exercise. In all cases the top center of the fault is located at lon=-118.0, lat=34.0 and the fault strikes North (000).  Different fault sizes (length and width) and fault dips are considered. Aki and Richards strike/dip/rake convention is used, so all the faults dip towards the east. The rake for all cases is set to 90 (use this as the median value for stochastic components of methodologies). The table below gives the magnitude, length, width, dip and depth to top for each fault case.
+
 
 +
Untar the Graves input data set:
 +
 
 +
<pre>
 +
$ tar xvf graves_hwfw_inputs.tar
 +
</pre>
 +
 
 +
 
 +
Untar the Graves reference output data set:
 +
 
 +
<pre>
 +
$ tar xvf graves_hwfw_outputs.tar
 +
</pre>
 +
 
 +
 
 +
Generate the three source description variations:
 +
 
 +
<pre>
 +
$ cd BBP-Runs001
 +
$ ./gen_source_input.csh
 +
</pre>
 +
 
 +
 
 +
== Running Study with Broadband 11.2.2 ==
 +
 
 +
Set ROOT_PATH (line 16) in ./BBP-Runs001/run_bbp-parallel.csh to the root directory where you untarred the input and output data sets. The line you want to edit is:
 +
 
 +
<pre>
 +
set ROOT_PATH = /home/scec-02/USER/HwFw
 +
</pre>
 +
 
 +
 
 +
Ensure your BBP environment is setup according to the [[Broadband User Guide]]. Create and run the simulation workflows with this script:
 +
 
 +
<pre>
 +
$ cd BBP-Runs001
 +
$ ./run_bbp-parallel.csh
 +
</pre>
 +
 
 +
 
 +
On a dual core system, this script will require several weeks to run.
 +
 
 +
 
 +
== Running Study with Parallel Broadband ==
 +
 
 +
Ensure Parallel Broadband is setup according to the [[Parallel Broadband]] Guide.
 +
 
 +
Setup your parameterized option template file. An example follows that uses the URS codebases and defines multiple simulations where the source description and station list are filled in from a list:
 +
 
 +
<pre>
 +
n
 +
y
 +
1
 +
2
 +
[srcfile:/home/rcf-104/patrices/test/HwFw/BBP-Runs001/hwfw_src.txt]
 +
1
 +
2
 +
[stafile:/home/rcf-104/patrices/test/HwFw/BBP-Runs001/hwfw_stl.txt]
 +
1
 +
1
 +
y
 +
y
 +
n
 +
n
 +
</pre>
 +
 
 +
 
 +
For the Graves study, the srcfile and stafile variables point to the list of 120 source descriptions and stations to be used (40 x 3 seed variations). Thus, this option file gets expanded into 120 simulations. The srcfile should look like this:
 +
 
 +
<pre>
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d20_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d20_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d30_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d30_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d45_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d45_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d60_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d60_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d70_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d20_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d20_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d30_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d30_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d45_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d45_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d60_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d60_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d70_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d20_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d30_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d45_r135_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d45_r180_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d45_r-90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d45_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d60_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d70_r135_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d70_r180_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d70_r-90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d70_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d20_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d30_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d45_r135_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d45_r180_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d45_r-90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d45_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d60_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d70_r135_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d70_r180_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d70_r-90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d70_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d20_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d20_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d30_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d30_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d45_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d45_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d60_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d60_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d70_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d20_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d20_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d30_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d30_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d45_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d45_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d60_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d60_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d70_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d20_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d30_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d45_r135_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d45_r180_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d45_r-90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d45_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d60_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d70_r135_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d70_r180_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d70_r-90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d70_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d20_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d30_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d45_r135_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d45_r180_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d45_r-90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d45_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d60_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d70_r135_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d70_r180_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d70_r-90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d70_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d20_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d20_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d30_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d30_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d45_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d45_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d60_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d60_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d70_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d20_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d20_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d30_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d30_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d45_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d45_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d60_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d60_r90_z5.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d70_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d20_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d30_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d45_r135_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d45_r180_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d45_r-90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d45_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d60_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d70_r135_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d70_r180_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d70_r-90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d70_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d20_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d30_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d45_r135_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d45_r180_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d45_r-90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d45_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d60_r90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d70_r135_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d70_r180_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d70_r-90_z0.src
 +
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d70_r90_z0.src
 +
</pre>
 +
 
 +
 
 +
Where the paths to these source descriptions have been customized to where you have installed them on disk. The stafile should look similar to this:
 +
 
 +
<pre>
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
 +
</pre>
 +
 
 +
 
 +
Submit your batch for execution at USC HPCC with this PBS submission script:
 +
 
 +
<pre>
 +
#!/bin/bash
 +
 
 +
#PBS -q nbns
 +
#PBS -l arch=x86_64,pmem=2000mb,pvmem=3000mb,walltime=24:00:00,nodes=40:ppn=4
 +
#PBS -V
 +
#PBS -e /home/rcf-104/patrices/test/bbp_2g/tests/run_hwfw.err
 +
#PBS -o /home/rcf-104/patrices/test/bbp_2g/tests/run_hwfw.out
 +
 
 +
PYTHONPATH=/home/rcf-104/patrices/test/bbp_2g/comps
 +
 
 +
echo "Jobs start"
 +
date
 +
 
 +
cd /home/rcf-104/patrices/test/bbp_2g/comps
 +
 
 +
./bbp_batch_sim.py -b HwFw_v00 -o /home/rcf-104/patrices/test/HwFw/BBP-Runs001/hwfw_bbp_options_v00.txt -c 1 -n $PBS_NODEFILE
 +
 
 +
echo "Jobs end"
 +
date
 +
exit 0
 +
</pre>
 +
 
 +
As the batch is planned, the metadata (workflow description, simulation index, option template) will be saved into the directory
 +
/bbp_2g/batch/HwFw_v00.
 +
 
 +
 
 +
== Computational Estimates for Hanging Wall Problem ==
 +
 
 +
The Footwall/Hanging wall problem has been defined as a set of (1) ruptures, (2) variations for each rupture, (3) station list for each rupture, and (4) code-bases used. A useful metric is the total number of 3 component seismograms required to completed the problem.
 +
 
 +
<pre>
 +
 
 +
36 Code base combinations in Broadband v11.2.1
 +
 
 +
Stations in Station List by rupture
 +
-------------------
 +
Mw6.0: 105
 +
Mw6.5: 117
 +
Mw7.0: 163
 +
Mw7.5: 175
 +
 
 +
Rupture Variation by magnitude
 +
-------------------
 +
Mw6.0:  9
 +
Mw6.5:  9
 +
Mw7.0: 11
 +
Mw7.5: 11
 +
 
 +
Seismograms per run (stations * variations):
 +
--------------------------------------------
 +
Mw6.0: 105 * 9  =  945
 +
Mw6.5: 117 * 9  = 1053
 +
Mw7.0: 163 * 11 = 1793
 +
Mw7.5: 175 * 11 = 1925
 +
------------------
 +
Total:            5716 seismograms per problem
 +
 
 +
Total Seismograms = 36*5716 = 205,776
 +
 
 +
Runtime Estimates:
 +
 +
(6.0 ­ 40 mins, 6.5 ­ 2 hrs, 7.0 ­ 8 hrs, 7.5 ­ 34 hrs)
  
{| class="wikitable" border="1" cellpadding="5"
+
Mw6.0: (9*36) runs  *40 mins = 216 hrs
|-
+
Mw6.5: (9*36) runs  *2 hrs  = 648 hrs
! Event Name
+
Mw7.0: (11*36) runs *8 hrs  = 3168 hrs
! Mag
+
Mw7.5: (11*36) runs *34 hrs  = 13464 hrs
! Area (km^2)
+
-------------------------------------------
! W (km)
+
Total runtime (1 core): 729 Days
! L (km)
+
 
! Dip
+
</pre>
! Top of Rupture (km)
+
 
|-
+
 
|RA
+
= Kottke Hanging Wall Study =
|6.5
+
 
|324
+
== Study Specifications ==
|18
+
 
|18
+
TBD
|30
+
 
|5
+
 
|-
+
== Downloads ==
|RB
+
 
|6.5
+
{| class="wikitable" border="1"
|324
 
|18
 
|18
 
|45
 
|0
 
|-
 
|RC
 
|6.5
 
|324
 
|18
 
|18
 
|45
 
|5
 
|-
 
| RD
 
|6.5
 
|324
 
|18
 
|18
 
|45
 
|10
 
|-
 
|RE
 
|6.5
 
|324
 
|18
 
|18
 
|60
 
|5
 
|-
 
|RF
 
|7.0
 
|1024
 
|32
 
|32
 
|30
 
|0
 
|-
 
|RG*
 
|7.0
 
|1008
 
|28
 
|36
 
|45
 
|0
 
|-
 
|RH
 
|7.0
 
|1008
 
|21
 
|48
 
|45
 
|5
 
 
|-
 
|-
|RI
+
! File
|7.0
+
! Download
|989
 
|23
 
|43
 
|60
 
|0
 
 
|-
 
|-
|RJ
+
| '''A. Kottke Hanging Wall Study Inputs (2012)'''
|7.5
+
| [http://hypocenter.usc.edu/research/HwFw/kottke/kottke_hwfw_inputs.tar kottke_hwfw_inputs.tar]
|3160
 
|40
 
|79
 
|30
 
|0
 
 
|-
 
|-
|RK
+
| '''A. Kottke Hanging Wall Study Outputs (2012)'''
|7.5
+
| N/A, in progress
|3164
 
|28
 
|113
 
|45
 
|0
 
|-
 
|RL
 
|7.8
 
|6320
 
|40
 
|158
 
|30
 
|0
 
 
|}
 
|}
  
=== Stations ===
 
There are 176 station locations.  The station file gives the longitude, latitude, station name, northing and easting for these stations.  This file was generated with the assumption that the top center location of the fault is at lon=-118.0, lat=34.0. 
 
  
[[File:Hw_sites.png|thumb|320px|right|Fig 1: Location of sites]]
+
== Setting Up Study Inputs ==
{|class="wikitable sortable"
+
 
|-
+
Untar the Kottke input data set:
!style="border-style: solid; border-width: 1px"| Station
+
 
!style="border-style: solid; border-width: 1px"| Lon
+
<pre>
!style="border-style: solid; border-width: 1px"| Lat
+
$ tar xvf kottke_hwfw_inputs.tar
!style="border-style: solid; border-width: 1px"| Y (Km)
+
</pre>
!style="border-style: solid; border-width: 1px"| X (Km)
+
 
|-
+
 
|style="border-style: solid; border-width: 1px"| s004
+
Untar the Kottke reference output data set:
|style="border-style: solid; border-width: 1px"| -119.40855
+
 
|style="border-style: solid; border-width: 1px"| 33.99287
+
<pre>
|style="border-style: solid; border-width: 1px"| 0.1000
+
$ tar xvf kottke_hwfw_outputs.tar
|style="border-style: solid; border-width: 1px"| -130.0000
+
</pre>
|-
+
 
|style="border-style: solid; border-width: 1px"| s005
+
 
|style="border-style: solid; border-width: 1px"| -119.08353
+
Generate the three source description variations:
|style="border-style: solid; border-width: 1px"| 33.99615
+
 
|style="border-style: solid; border-width: 1px"| 0.1000
+
<pre>
|style="border-style: solid; border-width: 1px"| -100.0000
+
$ cd runs
|-
+
$ ./gen_source_input.csh
|style="border-style: solid; border-width: 1px"| s007
+
</pre>
|style="border-style: solid; border-width: 1px"| -118.75848
+
 
|style="border-style: solid; border-width: 1px"| 33.99857
+
 
|style="border-style: solid; border-width: 1px"| 0.1000
+
== Running Study with Broadband 11.2.2 ==
|style="border-style: solid; border-width: 1px"| -70.0000
+
 
|-
+
Set ROOT_PATH (line 16) in ./runs/run_bbp-parallel.csh to the root directory where you untarred the input and output data sets. The line you want to edit is:
|style="border-style: solid; border-width: 1px"| s009
+
 
|style="border-style: solid; border-width: 1px"| -118.43114
+
<pre>
|style="border-style: solid; border-width: 1px"| 33.55009
+
set ROOT_PATH = /home/scec-02/USER/HwFw
|style="border-style: solid; border-width: 1px"| -50.0000
+
</pre>
|style="border-style: solid; border-width: 1px"| -40.0000
+
 
|-
+
 
|style="border-style: solid; border-width: 1px"| s012
+
Ensure your BBP environment is setup according to the [[Broadband User Guide]]. Create and run the simulation workflows with this script:
|style="border-style: solid; border-width: 1px"| -118.43343
+
 
|style="border-style: solid; border-width: 1px"| 34.00014
+
<pre>
|style="border-style: solid; border-width: 1px"| 0.1000
+
$ cd runs
|style="border-style: solid; border-width: 1px"| -40.0000
+
$ ./run_bbp-parallel.csh
|-
+
</pre>
|style="border-style: solid; border-width: 1px"| s014
+
 
|style="border-style: solid; border-width: 1px"| -118.43572
+
 
|style="border-style: solid; border-width: 1px"| 34.44838
+
On a multi-core system, this script will require several weeks to run.
|style="border-style: solid; border-width: 1px"| 50.0000
+
 
|style="border-style: solid; border-width: 1px"| -40.0000
+
 
|-
+
== Running Study with Parallel Broadband ==
|style="border-style: solid; border-width: 1px"| s015
+
 
|style="border-style: solid; border-width: 1px"| -118.21489
+
The setup necessary to run under Parallel Broadband is nearly identical to the Graves Study as described above. In the Kottke study, there are 30 source variations and 52 simulations per variation.
|style="border-style: solid; border-width: 1px"| 33.28116
+
 
|style="border-style: solid; border-width: 1px"| -80.0000
+
 
|style="border-style: solid; border-width: 1px"| -20.0000
+
= Related Entries =
|-
+
*[[Broadband Platform]]
|style="border-style: solid; border-width: 1px"| s016
+
 
|style="border-style: solid; border-width: 1px"| -118.21602
+
= See Also =
|style="border-style: solid; border-width: 1px"| 33.73032
+
*[[Main Page]]
|style="border-style: solid; border-width: 1px"| -30.0000
 
|style="border-style: solid; border-width: 1px"| -20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s018
 
|style="border-style: solid; border-width: 1px"| -118.21671
 
|style="border-style: solid; border-width: 1px"| 34.00071
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| -20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s020
 
|style="border-style: solid; border-width: 1px"| -118.21739
 
|style="border-style: solid; border-width: 1px"| 34.26930
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|style="border-style: solid; border-width: 1px"| -20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s021
 
|style="border-style: solid; border-width: 1px"| -118.21855
 
|style="border-style: solid; border-width: 1px"| 34.71846
 
|style="border-style: solid; border-width: 1px"| 80.0000
 
|style="border-style: solid; border-width: 1px"| -20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s023
 
|style="border-style: solid; border-width: 1px"| -118.10767
 
|style="border-style: solid; border-width: 1px"| 33.46096
 
|style="border-style: solid; border-width: 1px"| -60.0000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s025
 
|style="border-style: solid; border-width: 1px"| -118.10801
 
|style="border-style: solid; border-width: 1px"| 33.73046
 
|style="border-style: solid; border-width: 1px"| -30.0000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s027
 
|style="border-style: solid; border-width: 1px"| -118.10824
 
|style="border-style: solid; border-width: 1px"| 33.91012
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s029
 
|style="border-style: solid; border-width: 1px"| -118.10835
 
|style="border-style: solid; border-width: 1px"| 34.00085
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s031
 
|style="border-style: solid; border-width: 1px"| -118.10847
 
|style="border-style: solid; border-width: 1px"| 34.08978
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s033
 
|style="border-style: solid; border-width: 1px"| -118.10870
 
|style="border-style: solid; border-width: 1px"| 34.26945
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s035
 
|style="border-style: solid; border-width: 1px"| -118.10904
 
|style="border-style: solid; border-width: 1px"| 34.53894
 
|style="border-style: solid; border-width: 1px"| 60.0000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s037
 
|style="border-style: solid; border-width: 1px"| -118.05372
 
|style="border-style: solid; border-width: 1px"| 33.28134
 
|style="border-style: solid; border-width: 1px"| -80.0000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s039
 
|style="border-style: solid; border-width: 1px"| -118.05394
 
|style="border-style: solid; border-width: 1px"| 33.64066
 
|style="border-style: solid; border-width: 1px"| -40.0000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s041
 
|style="border-style: solid; border-width: 1px"| -118.05406
 
|style="border-style: solid; border-width: 1px"| 33.82032
 
|style="border-style: solid; border-width: 1px"| -20.0000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s043
 
|style="border-style: solid; border-width: 1px"| -118.05415
 
|style="border-style: solid; border-width: 1px"| 33.95507
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s044
 
|style="border-style: solid; border-width: 1px"| -118.05417
 
|style="border-style: solid; border-width: 1px"| 34.00089
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s045
 
|style="border-style: solid; border-width: 1px"| -118.05420
 
|style="border-style: solid; border-width: 1px"| 34.04490
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s047
 
|style="border-style: solid; border-width: 1px"| -118.05429
 
|style="border-style: solid; border-width: 1px"| 34.17965
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s049
 
|style="border-style: solid; border-width: 1px"| -118.05440
 
|style="border-style: solid; border-width: 1px"| 34.35931
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s051
 
|style="border-style: solid; border-width: 1px"| -118.05463
 
|style="border-style: solid; border-width: 1px"| 34.71864
 
|style="border-style: solid; border-width: 1px"| 80.0000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s053
 
|style="border-style: solid; border-width: 1px"| -118.01076
 
|style="border-style: solid; border-width: 1px"| 33.46101
 
|style="border-style: solid; border-width: 1px"| -60.0000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s055
 
|style="border-style: solid; border-width: 1px"| -118.01080
 
|style="border-style: solid; border-width: 1px"| 33.73051
 
|style="border-style: solid; border-width: 1px"| -30.0000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s057
 
|style="border-style: solid; border-width: 1px"| -118.01082
 
|style="border-style: solid; border-width: 1px"| 33.91017
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s059
 
|style="border-style: solid; border-width: 1px"| -118.01083
 
|style="border-style: solid; border-width: 1px"| 34.00090
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s061
 
|style="border-style: solid; border-width: 1px"| -118.01084
 
|style="border-style: solid; border-width: 1px"| 34.08983
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s063
 
|style="border-style: solid; border-width: 1px"| -118.01086
 
|style="border-style: solid; border-width: 1px"| 34.26949
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s065
 
|style="border-style: solid; border-width: 1px"| -118.01089
 
|style="border-style: solid; border-width: 1px"| 34.53899
 
|style="border-style: solid; border-width: 1px"| 60.0000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s072
 
|style="border-style: solid; border-width: 1px"| -117.98923
 
|style="border-style: solid; border-width: 1px"| 33.46101
 
|style="border-style: solid; border-width: 1px"| -60.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s074
 
|style="border-style: solid; border-width: 1px"| -117.98920
 
|style="border-style: solid; border-width: 1px"| 33.73051
 
|style="border-style: solid; border-width: 1px"| -30.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s076
 
|style="border-style: solid; border-width: 1px"| -117.98917
 
|style="border-style: solid; border-width: 1px"| 33.91017
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s078
 
|style="border-style: solid; border-width: 1px"| -117.98916
 
|style="border-style: solid; border-width: 1px"| 34.00090
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s080
 
|style="border-style: solid; border-width: 1px"| -117.98915
 
|style="border-style: solid; border-width: 1px"| 34.08983
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s082
 
|style="border-style: solid; border-width: 1px"| -117.98912
 
|style="border-style: solid; border-width: 1px"| 34.26949
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s084
 
|style="border-style: solid; border-width: 1px"| -117.98909
 
|style="border-style: solid; border-width: 1px"| 34.53899
 
|style="border-style: solid; border-width: 1px"| 60.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s090
 
|style="border-style: solid; border-width: 1px"| -117.94627
 
|style="border-style: solid; border-width: 1px"| 33.28134
 
|style="border-style: solid; border-width: 1px"| -80.0000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s092
 
|style="border-style: solid; border-width: 1px"| -117.94604
 
|style="border-style: solid; border-width: 1px"| 33.64066
 
|style="border-style: solid; border-width: 1px"| -40.0000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s094
 
|style="border-style: solid; border-width: 1px"| -117.94593
 
|style="border-style: solid; border-width: 1px"| 33.82032
 
|style="border-style: solid; border-width: 1px"| -20.0000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s096
 
|style="border-style: solid; border-width: 1px"| -117.94585
 
|style="border-style: solid; border-width: 1px"| 33.95507
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s097
 
|style="border-style: solid; border-width: 1px"| -117.94582
 
|style="border-style: solid; border-width: 1px"| 34.00089
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s098
 
|style="border-style: solid; border-width: 1px"| -117.94579
 
|style="border-style: solid; border-width: 1px"| 34.04490
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s100
 
|style="border-style: solid; border-width: 1px"| -117.94570
 
|style="border-style: solid; border-width: 1px"| 34.17965
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s102
 
|style="border-style: solid; border-width: 1px"| -117.94559
 
|style="border-style: solid; border-width: 1px"| 34.35931
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s104
 
|style="border-style: solid; border-width: 1px"| -117.94536
 
|style="border-style: solid; border-width: 1px"| 34.71864
 
|style="border-style: solid; border-width: 1px"| 80.0000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s106
 
|style="border-style: solid; border-width: 1px"| -117.89232
 
|style="border-style: solid; border-width: 1px"| 33.46096
 
|style="border-style: solid; border-width: 1px"| -60.0000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s108
 
|style="border-style: solid; border-width: 1px"| -117.89198
 
|style="border-style: solid; border-width: 1px"| 33.73046
 
|style="border-style: solid; border-width: 1px"| -30.0000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s110
 
|style="border-style: solid; border-width: 1px"| -117.89175
 
|style="border-style: solid; border-width: 1px"| 33.91012
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s112
 
|style="border-style: solid; border-width: 1px"| -117.89163
 
|style="border-style: solid; border-width: 1px"| 34.00085
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s114
 
|style="border-style: solid; border-width: 1px"| -117.89153
 
|style="border-style: solid; border-width: 1px"| 34.08978
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s116
 
|style="border-style: solid; border-width: 1px"| -117.89130
 
|style="border-style: solid; border-width: 1px"| 34.26945
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s118
 
|style="border-style: solid; border-width: 1px"| -117.89095
 
|style="border-style: solid; border-width: 1px"| 34.53894
 
|style="border-style: solid; border-width: 1px"| 60.0000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s120
 
|style="border-style: solid; border-width: 1px"| -117.83780
 
|style="border-style: solid; border-width: 1px"| 33.82023
 
|style="border-style: solid; border-width: 1px"| -20.0000
 
|style="border-style: solid; border-width: 1px"| 15.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s121
 
|style="border-style: solid; border-width: 1px"| -117.83755
 
|style="border-style: solid; border-width: 1px"| 33.95498
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|style="border-style: solid; border-width: 1px"| 15.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s122
 
|style="border-style: solid; border-width: 1px"| -117.83737
 
|style="border-style: solid; border-width: 1px"| 34.04481
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|style="border-style: solid; border-width: 1px"| 15.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s123
 
|style="border-style: solid; border-width: 1px"| -117.83711
 
|style="border-style: solid; border-width: 1px"| 34.17955
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|style="border-style: solid; border-width: 1px"| 15.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s125
 
|style="border-style: solid; border-width: 1px"| -117.78510
 
|style="border-style: solid; border-width: 1px"| 33.28116
 
|style="border-style: solid; border-width: 1px"| -80.0000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s127
 
|style="border-style: solid; border-width: 1px"| -117.78431
 
|style="border-style: solid; border-width: 1px"| 33.59557
 
|style="border-style: solid; border-width: 1px"| -45.0000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s129
 
|style="border-style: solid; border-width: 1px"| -117.78363
 
|style="border-style: solid; border-width: 1px"| 33.86506
 
|style="border-style: solid; border-width: 1px"| -15.0000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s131
 
|style="border-style: solid; border-width: 1px"| -117.78328
 
|style="border-style: solid; border-width: 1px"| 34.00071
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s133
 
|style="border-style: solid; border-width: 1px"| -117.78294
 
|style="border-style: solid; border-width: 1px"| 34.13456
 
|style="border-style: solid; border-width: 1px"| 15.0000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s135
 
|style="border-style: solid; border-width: 1px"| -117.78224
 
|style="border-style: solid; border-width: 1px"| 34.40405
 
|style="border-style: solid; border-width: 1px"| 45.0000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s137
 
|style="border-style: solid; border-width: 1px"| -117.78143
 
|style="border-style: solid; border-width: 1px"| 34.71846
 
|style="border-style: solid; border-width: 1px"| 80.0000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s139
 
|style="border-style: solid; border-width: 1px"| -117.67731
 
|style="border-style: solid; border-width: 1px"| 33.37076
 
|style="border-style: solid; border-width: 1px"| -70.0000
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s141
 
|style="border-style: solid; border-width: 1px"| -117.67578
 
|style="border-style: solid; border-width: 1px"| 33.77500
 
|style="border-style: solid; border-width: 1px"| -25.0000
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s143
 
|style="border-style: solid; border-width: 1px"| -117.67493
 
|style="border-style: solid; border-width: 1px"| 34.00047
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s145
 
|style="border-style: solid; border-width: 1px"| -117.67406
 
|style="border-style: solid; border-width: 1px"| 34.22415
 
|style="border-style: solid; border-width: 1px"| 25.0000
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s147
 
|style="border-style: solid; border-width: 1px"| -117.67250
 
|style="border-style: solid; border-width: 1px"| 34.62838
 
|style="border-style: solid; border-width: 1px"| 70.0000
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s150
 
|style="border-style: solid; border-width: 1px"| -117.56885
 
|style="border-style: solid; border-width: 1px"| 33.55009
 
|style="border-style: solid; border-width: 1px"| -50.0000
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s153
 
|style="border-style: solid; border-width: 1px"| -117.56657
 
|style="border-style: solid; border-width: 1px"| 34.00014
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s155
 
|style="border-style: solid; border-width: 1px"| -117.56427
 
|style="border-style: solid; border-width: 1px"| 34.44838
 
|style="border-style: solid; border-width: 1px"| 50.0000
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s158
 
|style="border-style: solid; border-width: 1px"| -117.40811
 
|style="border-style: solid; border-width: 1px"| 33.41469
 
|style="border-style: solid; border-width: 1px"| -65.0000
 
|style="border-style: solid; border-width: 1px"| 55.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s160
 
|style="border-style: solid; border-width: 1px"| -117.40404
 
|style="border-style: solid; border-width: 1px"| 33.99946
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| 55.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s162
 
|style="border-style: solid; border-width: 1px"| -117.39992
 
|style="border-style: solid; border-width: 1px"| 34.58244
 
|style="border-style: solid; border-width: 1px"| 65.0000
 
|style="border-style: solid; border-width: 1px"| 55.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s165
 
|style="border-style: solid; border-width: 1px"| -117.24391
 
|style="border-style: solid; border-width: 1px"| 33.72820
 
|style="border-style: solid; border-width: 1px"| -30.0000
 
|style="border-style: solid; border-width: 1px"| 70.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s166
 
|style="border-style: solid; border-width: 1px"| -117.24150
 
|style="border-style: solid; border-width: 1px"| 33.99857
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| 70.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s167
 
|style="border-style: solid; border-width: 1px"| -117.23911
 
|style="border-style: solid; border-width: 1px"| 34.26714
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|style="border-style: solid; border-width: 1px"| 70.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s171
 
|style="border-style: solid; border-width: 1px"| -116.91646
 
|style="border-style: solid; border-width: 1px"| 33.99615
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| 100.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s173
 
|style="border-style: solid; border-width: 1px"| -116.69148
 
|style="border-style: solid; border-width: 1px"| 34.53201
 
|style="border-style: solid; border-width: 1px"| 60.0000
 
|style="border-style: solid; border-width: 1px"| 120.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s174
 
|style="border-style: solid; border-width: 1px"| -116.70798
 
|style="border-style: solid; border-width: 1px"| 33.45431
 
|style="border-style: solid; border-width: 1px"| -60.0000
 
|style="border-style: solid; border-width: 1px"| 120.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s175
 
|style="border-style: solid; border-width: 1px"| -116.59143
 
|style="border-style: solid; border-width: 1px"| 33.99287
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| 130.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s178
 
|style="border-style: solid; border-width: 1px"| -115.83317
 
|style="border-style: solid; border-width: 1px"| 33.98190
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| 200.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s006
 
|style="border-style: solid; border-width: 1px"| -118.75211
 
|style="border-style: solid; border-width: 1px"| 33.27908
 
|style="border-style: solid; border-width: 1px"| -80.0000
 
|style="border-style: solid; border-width: 1px"| -70.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s008
 
|style="border-style: solid; border-width: 1px"| -118.76495
 
|style="border-style: solid; border-width: 1px"| 34.71626
 
|style="border-style: solid; border-width: 1px"| 80.0000
 
|style="border-style: solid; border-width: 1px"| -70.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s010
 
|style="border-style: solid; border-width: 1px"| -118.43227
 
|style="border-style: solid; border-width: 1px"| 33.77467
 
|style="border-style: solid; border-width: 1px"| -25.0000
 
|style="border-style: solid; border-width: 1px"| -40.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s013
 
|style="border-style: solid; border-width: 1px"| -118.43457
 
|style="border-style: solid; border-width: 1px"| 34.22381
 
|style="border-style: solid; border-width: 1px"| 25.0000
 
|style="border-style: solid; border-width: 1px"| -40.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s017
 
|style="border-style: solid; border-width: 1px"| -118.21636
 
|style="border-style: solid; border-width: 1px"| 33.86506
 
|style="border-style: solid; border-width: 1px"| -15.0000
 
|style="border-style: solid; border-width: 1px"| -20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s019
 
|style="border-style: solid; border-width: 1px"| -118.21706
 
|style="border-style: solid; border-width: 1px"| 34.13456
 
|style="border-style: solid; border-width: 1px"| 15.0000
 
|style="border-style: solid; border-width: 1px"| -20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s022
 
|style="border-style: solid; border-width: 1px"| -118.10744
 
|style="border-style: solid; border-width: 1px"| 33.28130
 
|style="border-style: solid; border-width: 1px"| -80.0000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s024
 
|style="border-style: solid; border-width: 1px"| -118.10789
 
|style="border-style: solid; border-width: 1px"| 33.64063
 
|style="border-style: solid; border-width: 1px"| -40.0000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s026
 
|style="border-style: solid; border-width: 1px"| -118.10812
 
|style="border-style: solid; border-width: 1px"| 33.82029
 
|style="border-style: solid; border-width: 1px"| -20.0000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s028
 
|style="border-style: solid; border-width: 1px"| -118.10829
 
|style="border-style: solid; border-width: 1px"| 33.95504
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s030
 
|style="border-style: solid; border-width: 1px"| -118.10841
 
|style="border-style: solid; border-width: 1px"| 34.04487
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s032
 
|style="border-style: solid; border-width: 1px"| -118.10858
 
|style="border-style: solid; border-width: 1px"| 34.17962
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s034
 
|style="border-style: solid; border-width: 1px"| -118.10881
 
|style="border-style: solid; border-width: 1px"| 34.35928
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s036
 
|style="border-style: solid; border-width: 1px"| -118.10928
 
|style="border-style: solid; border-width: 1px"| 34.71861
 
|style="border-style: solid; border-width: 1px"| 80.0000
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s038
 
|style="border-style: solid; border-width: 1px"| -118.05383
 
|style="border-style: solid; border-width: 1px"| 33.46100
 
|style="border-style: solid; border-width: 1px"| -60.0000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s040
 
|style="border-style: solid; border-width: 1px"| -118.05400
 
|style="border-style: solid; border-width: 1px"| 33.73050
 
|style="border-style: solid; border-width: 1px"| -30.0000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s042
 
|style="border-style: solid; border-width: 1px"| -118.05412
 
|style="border-style: solid; border-width: 1px"| 33.91016
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s046
 
|style="border-style: solid; border-width: 1px"| -118.05423
 
|style="border-style: solid; border-width: 1px"| 34.08982
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s048
 
|style="border-style: solid; border-width: 1px"| -118.05434
 
|style="border-style: solid; border-width: 1px"| 34.26948
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s050
 
|style="border-style: solid; border-width: 1px"| -118.05452
 
|style="border-style: solid; border-width: 1px"| 34.53898
 
|style="border-style: solid; border-width: 1px"| 60.0000
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s052
 
|style="border-style: solid; border-width: 1px"| -118.01074
 
|style="border-style: solid; border-width: 1px"| 33.28135
 
|style="border-style: solid; border-width: 1px"| -80.0000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s054
 
|style="border-style: solid; border-width: 1px"| -118.01079
 
|style="border-style: solid; border-width: 1px"| 33.64067
 
|style="border-style: solid; border-width: 1px"| -40.0000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s056
 
|style="border-style: solid; border-width: 1px"| -118.01080
 
|style="border-style: solid; border-width: 1px"| 33.82034
 
|style="border-style: solid; border-width: 1px"| -20.0000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s058
 
|style="border-style: solid; border-width: 1px"| -118.01083
 
|style="border-style: solid; border-width: 1px"| 33.95508
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s060
 
|style="border-style: solid; border-width: 1px"| -118.01083
 
|style="border-style: solid; border-width: 1px"| 34.04491
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s062
 
|style="border-style: solid; border-width: 1px"| -118.01085
 
|style="border-style: solid; border-width: 1px"| 34.17966
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s064
 
|style="border-style: solid; border-width: 1px"| -118.01088
 
|style="border-style: solid; border-width: 1px"| 34.35933
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s066
 
|style="border-style: solid; border-width: 1px"| -118.01093
 
|style="border-style: solid; border-width: 1px"| 34.71865
 
|style="border-style: solid; border-width: 1px"| 80.0000
 
|style="border-style: solid; border-width: 1px"| -1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s071
 
|style="border-style: solid; border-width: 1px"| -117.98925
 
|style="border-style: solid; border-width: 1px"| 33.28135
 
|style="border-style: solid; border-width: 1px"| -80.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s073
 
|style="border-style: solid; border-width: 1px"| -117.98920
 
|style="border-style: solid; border-width: 1px"| 33.64067
 
|style="border-style: solid; border-width: 1px"| -40.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s075
 
|style="border-style: solid; border-width: 1px"| -117.98918
 
|style="border-style: solid; border-width: 1px"| 33.82034
 
|style="border-style: solid; border-width: 1px"| -20.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s077
 
|style="border-style: solid; border-width: 1px"| -117.98917
 
|style="border-style: solid; border-width: 1px"| 33.95508
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s079
 
|style="border-style: solid; border-width: 1px"| -117.98915
 
|style="border-style: solid; border-width: 1px"| 34.04491
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s081
 
|style="border-style: solid; border-width: 1px"| -117.98914
 
|style="border-style: solid; border-width: 1px"| 34.17966
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s083
 
|style="border-style: solid; border-width: 1px"| -117.98911
 
|style="border-style: solid; border-width: 1px"| 34.35933
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s085
 
|style="border-style: solid; border-width: 1px"| -117.98907
 
|style="border-style: solid; border-width: 1px"| 34.71865
 
|style="border-style: solid; border-width: 1px"| 80.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s091
 
|style="border-style: solid; border-width: 1px"| -117.94616
 
|style="border-style: solid; border-width: 1px"| 33.46100
 
|style="border-style: solid; border-width: 1px"| -60.0000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s093
 
|style="border-style: solid; border-width: 1px"| -117.94598
 
|style="border-style: solid; border-width: 1px"| 33.73050
 
|style="border-style: solid; border-width: 1px"| -30.0000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s095
 
|style="border-style: solid; border-width: 1px"| -117.94588
 
|style="border-style: solid; border-width: 1px"| 33.91016
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s099
 
|style="border-style: solid; border-width: 1px"| -117.94576
 
|style="border-style: solid; border-width: 1px"| 34.08982
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s101
 
|style="border-style: solid; border-width: 1px"| -117.94565
 
|style="border-style: solid; border-width: 1px"| 34.26948
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s103
 
|style="border-style: solid; border-width: 1px"| -117.94547
 
|style="border-style: solid; border-width: 1px"| 34.53898
 
|style="border-style: solid; border-width: 1px"| 60.0000
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s105
 
|style="border-style: solid; border-width: 1px"| -117.89255
 
|style="border-style: solid; border-width: 1px"| 33.28130
 
|style="border-style: solid; border-width: 1px"| -80.0000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s107
 
|style="border-style: solid; border-width: 1px"| -117.89209
 
|style="border-style: solid; border-width: 1px"| 33.64063
 
|style="border-style: solid; border-width: 1px"| -40.0000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s109
 
|style="border-style: solid; border-width: 1px"| -117.89187
 
|style="border-style: solid; border-width: 1px"| 33.82029
 
|style="border-style: solid; border-width: 1px"| -20.0000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s111
 
|style="border-style: solid; border-width: 1px"| -117.89169
 
|style="border-style: solid; border-width: 1px"| 33.95504
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s113
 
|style="border-style: solid; border-width: 1px"| -117.89159
 
|style="border-style: solid; border-width: 1px"| 34.04487
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s115
 
|style="border-style: solid; border-width: 1px"| -117.89140
 
|style="border-style: solid; border-width: 1px"| 34.17962
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s117
 
|style="border-style: solid; border-width: 1px"| -117.89117
 
|style="border-style: solid; border-width: 1px"| 34.35928
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s119
 
|style="border-style: solid; border-width: 1px"| -117.89072
 
|style="border-style: solid; border-width: 1px"| 34.71861
 
|style="border-style: solid; border-width: 1px"| 80.0000
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s126
 
|style="border-style: solid; border-width: 1px"| -117.78465
 
|style="border-style: solid; border-width: 1px"| 33.46082
 
|style="border-style: solid; border-width: 1px"| -60.0000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s128
 
|style="border-style: solid; border-width: 1px"| -117.78397
 
|style="border-style: solid; border-width: 1px"| 33.73032
 
|style="border-style: solid; border-width: 1px"| -30.0000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s130
 
|style="border-style: solid; border-width: 1px"| -117.78340
 
|style="border-style: solid; border-width: 1px"| 33.95490
 
|style="border-style: solid; border-width: 1px"| -5.0000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s132
 
|style="border-style: solid; border-width: 1px"| -117.78317
 
|style="border-style: solid; border-width: 1px"| 34.04473
 
|style="border-style: solid; border-width: 1px"| 5.0000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s134
 
|style="border-style: solid; border-width: 1px"| -117.78259
 
|style="border-style: solid; border-width: 1px"| 34.26930
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s136
 
|style="border-style: solid; border-width: 1px"| -117.78190
 
|style="border-style: solid; border-width: 1px"| 34.53880
 
|style="border-style: solid; border-width: 1px"| 60.0000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s140
 
|style="border-style: solid; border-width: 1px"| -117.67664
 
|style="border-style: solid; border-width: 1px"| 33.55042
 
|style="border-style: solid; border-width: 1px"| -50.0000
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s142
 
|style="border-style: solid; border-width: 1px"| -117.67527
 
|style="border-style: solid; border-width: 1px"| 33.90974
 
|style="border-style: solid; border-width: 1px"| -10.0000
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s144
 
|style="border-style: solid; border-width: 1px"| -117.67458
 
|style="border-style: solid; border-width: 1px"| 34.08940
 
|style="border-style: solid; border-width: 1px"| 10.0000
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s146
 
|style="border-style: solid; border-width: 1px"| -117.67320
 
|style="border-style: solid; border-width: 1px"| 34.44872
 
|style="border-style: solid; border-width: 1px"| 50.0000
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s149
 
|style="border-style: solid; border-width: 1px"| -117.57021
 
|style="border-style: solid; border-width: 1px"| 33.28061
 
|style="border-style: solid; border-width: 1px"| -80.0000
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s151
 
|style="border-style: solid; border-width: 1px"| -117.56772
 
|style="border-style: solid; border-width: 1px"| 33.77467
 
|style="border-style: solid; border-width: 1px"| -25.0000
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s154
 
|style="border-style: solid; border-width: 1px"| -117.56542
 
|style="border-style: solid; border-width: 1px"| 34.22381
 
|style="border-style: solid; border-width: 1px"| 25.0000
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s156
 
|style="border-style: solid; border-width: 1px"| -117.56287
 
|style="border-style: solid; border-width: 1px"| 34.71787
 
|style="border-style: solid; border-width: 1px"| 80.0000
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s159
 
|style="border-style: solid; border-width: 1px"| -117.40593
 
|style="border-style: solid; border-width: 1px"| 33.72908
 
|style="border-style: solid; border-width: 1px"| -30.0000
 
|style="border-style: solid; border-width: 1px"| 55.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s161
 
|style="border-style: solid; border-width: 1px"| -117.40215
 
|style="border-style: solid; border-width: 1px"| 34.26804
 
|style="border-style: solid; border-width: 1px"| 30.0000
 
|style="border-style: solid; border-width: 1px"| 55.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s164
 
|style="border-style: solid; border-width: 1px"| -117.24788
 
|style="border-style: solid; border-width: 1px"| 33.27908
 
|style="border-style: solid; border-width: 1px"| -80.0000
 
|style="border-style: solid; border-width: 1px"| 70.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s168
 
|style="border-style: solid; border-width: 1px"| -117.23505
 
|style="border-style: solid; border-width: 1px"| 34.71626
 
|style="border-style: solid; border-width: 1px"| 80.0000
 
|style="border-style: solid; border-width: 1px"| 70.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s069
 
|style="border-style: solid; border-width: 1px"| -117.98933
 
|style="border-style: solid; border-width: 1px"| 32.65253
 
|style="border-style: solid; border-width: 1px"| -150.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s070
 
|style="border-style: solid; border-width: 1px"| -117.98927
 
|style="border-style: solid; border-width: 1px"| 33.10168
 
|style="border-style: solid; border-width: 1px"| -100.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s086
 
|style="border-style: solid; border-width: 1px"| -117.98904
 
|style="border-style: solid; border-width: 1px"| 34.89832
 
|style="border-style: solid; border-width: 1px"| 100.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s087
 
|style="border-style: solid; border-width: 1px"| -117.98898
 
|style="border-style: solid; border-width: 1px"| 35.34747
 
|style="border-style: solid; border-width: 1px"| 150.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s124
 
|style="border-style: solid; border-width: 1px"| -117.78555
 
|style="border-style: solid; border-width: 1px"| 33.10150
 
|style="border-style: solid; border-width: 1px"| -100.0000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s138
 
|style="border-style: solid; border-width: 1px"| -117.78096
 
|style="border-style: solid; border-width: 1px"| 34.89812
 
|style="border-style: solid; border-width: 1px"| 100.0000
 
|style="border-style: solid; border-width: 1px"| 20.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s148
 
|style="border-style: solid; border-width: 1px"| -117.57111
 
|style="border-style: solid; border-width: 1px"| 33.10095
 
|style="border-style: solid; border-width: 1px"| -100.0000
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s157
 
|style="border-style: solid; border-width: 1px"| -117.56194
 
|style="border-style: solid; border-width: 1px"| 34.89753
 
|style="border-style: solid; border-width: 1px"| 100.0000
 
|style="border-style: solid; border-width: 1px"| 40.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s163
 
|style="border-style: solid; border-width: 1px"| -117.25336
 
|style="border-style: solid; border-width: 1px"| 32.65032
 
|style="border-style: solid; border-width: 1px"| -150.0000
 
|style="border-style: solid; border-width: 1px"| 70.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s169
 
|style="border-style: solid; border-width: 1px"| -117.22929
 
|style="border-style: solid; border-width: 1px"| 35.34503
 
|style="border-style: solid; border-width: 1px"| 150.0000
 
|style="border-style: solid; border-width: 1px"| 70.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s170
 
|style="border-style: solid; border-width: 1px"| -116.93005
 
|style="border-style: solid; border-width: 1px"| 32.91747
 
|style="border-style: solid; border-width: 1px"| -120.0000
 
|style="border-style: solid; border-width: 1px"| 100.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s172
 
|style="border-style: solid; border-width: 1px"| -116.90254
 
|style="border-style: solid; border-width: 1px"| 35.07304
 
|style="border-style: solid; border-width: 1px"| 120.0000
 
|style="border-style: solid; border-width: 1px"| 100.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s001
 
|style="border-style: solid; border-width: 1px"| -120.16682
 
|style="border-style: solid; border-width: 1px"| 33.98190
 
|style="border-style: solid; border-width: 1px"| 0.1000
 
|style="border-style: solid; border-width: 1px"| -200.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s002
 
|style="border-style: solid; border-width: 1px"| -119.65405
 
|style="border-style: solid; border-width: 1px"| 35.47094
 
|style="border-style: solid; border-width: 1px"| 165.0000
 
|style="border-style: solid; border-width: 1px"| -150.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s003
 
|style="border-style: solid; border-width: 1px"| -119.59734
 
|style="border-style: solid; border-width: 1px"| 32.50769
 
|style="border-style: solid; border-width: 1px"| -165.0000
 
|style="border-style: solid; border-width: 1px"| -150.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s067
 
|style="border-style: solid; border-width: 1px"| -117.98944
 
|style="border-style: solid; border-width: 1px"| 31.75421
 
|style="border-style: solid; border-width: 1px"| -250.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s068
 
|style="border-style: solid; border-width: 1px"| -117.98938
 
|style="border-style: solid; border-width: 1px"| 32.20337
 
|style="border-style: solid; border-width: 1px"| -200.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s088
 
|style="border-style: solid; border-width: 1px"| -117.98892
 
|style="border-style: solid; border-width: 1px"| 35.79663
 
|style="border-style: solid; border-width: 1px"| 200.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s089
 
|style="border-style: solid; border-width: 1px"| -117.98886
 
|style="border-style: solid; border-width: 1px"| 36.24579
 
|style="border-style: solid; border-width: 1px"| 250.0000
 
|style="border-style: solid; border-width: 1px"| 1.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s176
 
|style="border-style: solid; border-width: 1px"| -116.40265
 
|style="border-style: solid; border-width: 1px"| 32.50769
 
|style="border-style: solid; border-width: 1px"| -165.0000
 
|style="border-style: solid; border-width: 1px"| 150.0000
 
|-
 
|style="border-style: solid; border-width: 1px"| s177
 
|style="border-style: solid; border-width: 1px"| -116.34593
 
|style="border-style: solid; border-width: 1px"| 35.47094
 
|style="border-style: solid; border-width: 1px"| 165.0000
 
|style="border-style: solid; border-width: 1px"| 150.0000
 
|-
 
|}
 

Latest revision as of 23:17, 21 February 2012

Graves Hanging Wall Study

Study Specifications

This Wiki page describes the simulations that will be performed on the Broadband Platform to investigate footwall / hanging wall and directivity effects for NGA-W2. This simulation is expected to generate 205,776 3-component seismograms. Robert Graves has written a specification for a set of footwall and hanging wall simulation in this document HangingWall Specfiications 2011.

Downloads

File Download
R. Graves Hanging Wall Study Inputs (2011, 100 KB) graves_hwfw_inputs.tar
R. Graves Hanging Wall Study Outputs (2011, 135 GB) graves_hwfw_outputs.tar


Setting Up Study Inputs and Outputs

Untar the Graves input data set:

$ tar xvf graves_hwfw_inputs.tar


Untar the Graves reference output data set:

$ tar xvf graves_hwfw_outputs.tar


Generate the three source description variations:

$ cd BBP-Runs001
$ ./gen_source_input.csh


Running Study with Broadband 11.2.2

Set ROOT_PATH (line 16) in ./BBP-Runs001/run_bbp-parallel.csh to the root directory where you untarred the input and output data sets. The line you want to edit is:

set ROOT_PATH = /home/scec-02/USER/HwFw


Ensure your BBP environment is setup according to the Broadband User Guide. Create and run the simulation workflows with this script:

$ cd BBP-Runs001
$ ./run_bbp-parallel.csh


On a dual core system, this script will require several weeks to run.


Running Study with Parallel Broadband

Ensure Parallel Broadband is setup according to the Parallel Broadband Guide.

Setup your parameterized option template file. An example follows that uses the URS codebases and defines multiple simulations where the source description and station list are filled in from a list:

n
y
1
2
[srcfile:/home/rcf-104/patrices/test/HwFw/BBP-Runs001/hwfw_src.txt]
1
2
[stafile:/home/rcf-104/patrices/test/HwFw/BBP-Runs001/hwfw_stl.txt]
1
1
y
y
n
n


For the Graves study, the srcfile and stafile variables point to the list of 120 source descriptions and stations to be used (40 x 3 seed variations). Thus, this option file gets expanded into 120 simulations. The srcfile should look like this:

/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d20_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d20_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d30_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d30_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d45_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d45_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d60_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d60_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.00_d70_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d20_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d20_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d30_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d30_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d45_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d45_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d60_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d60_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m6.50_d70_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d20_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d30_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d45_r135_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d45_r180_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d45_r-90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d45_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d60_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d70_r135_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d70_r180_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d70_r-90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.00_d70_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d20_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d30_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d45_r135_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d45_r180_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d45_r-90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d45_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d60_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d70_r135_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d70_r180_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d70_r-90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v00/m7.50_d70_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d20_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d20_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d30_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d30_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d45_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d45_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d60_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d60_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.00_d70_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d20_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d20_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d30_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d30_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d45_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d45_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d60_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d60_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m6.50_d70_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d20_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d30_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d45_r135_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d45_r180_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d45_r-90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d45_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d60_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d70_r135_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d70_r180_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d70_r-90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.00_d70_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d20_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d30_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d45_r135_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d45_r180_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d45_r-90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d45_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d60_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d70_r135_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d70_r180_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d70_r-90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v01/m7.50_d70_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d20_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d20_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d30_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d30_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d45_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d45_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d60_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d60_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.00_d70_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d20_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d20_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d30_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d30_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d45_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d45_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d60_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d60_r90_z5.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m6.50_d70_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d20_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d30_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d45_r135_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d45_r180_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d45_r-90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d45_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d60_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d70_r135_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d70_r180_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d70_r-90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.00_d70_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d20_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d30_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d45_r135_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d45_r180_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d45_r-90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d45_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d60_r90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d70_r135_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d70_r180_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d70_r-90_z0.src
/home/rcf-104/patrices/test/HwFw/BBP-Runs001/SrcDesc1/v02/m7.50_d70_r90_z0.src


Where the paths to these source descriptions have been customized to where you have installed them on disk. The stafile should look similar to this:

/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m6.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.00_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl
/home/rcf-104/patrices/test/HwFw/StatInfo/rv01-m7.50_stats.stl


Submit your batch for execution at USC HPCC with this PBS submission script:

#!/bin/bash

#PBS -q nbns
#PBS -l arch=x86_64,pmem=2000mb,pvmem=3000mb,walltime=24:00:00,nodes=40:ppn=4
#PBS -V
#PBS -e /home/rcf-104/patrices/test/bbp_2g/tests/run_hwfw.err
#PBS -o /home/rcf-104/patrices/test/bbp_2g/tests/run_hwfw.out

PYTHONPATH=/home/rcf-104/patrices/test/bbp_2g/comps

echo "Jobs start"
date

cd /home/rcf-104/patrices/test/bbp_2g/comps

./bbp_batch_sim.py -b HwFw_v00 -o /home/rcf-104/patrices/test/HwFw/BBP-Runs001/hwfw_bbp_options_v00.txt -c 1 -n $PBS_NODEFILE

echo "Jobs end"
date
exit 0

As the batch is planned, the metadata (workflow description, simulation index, option template) will be saved into the directory /bbp_2g/batch/HwFw_v00.


Computational Estimates for Hanging Wall Problem

The Footwall/Hanging wall problem has been defined as a set of (1) ruptures, (2) variations for each rupture, (3) station list for each rupture, and (4) code-bases used. A useful metric is the total number of 3 component seismograms required to completed the problem.


36 Code base combinations in Broadband v11.2.1

Stations in Station List by rupture
-------------------
Mw6.0: 105
Mw6.5: 117
Mw7.0: 163
Mw7.5: 175

Rupture Variation by magnitude
-------------------
Mw6.0:  9
Mw6.5:  9
Mw7.0: 11
Mw7.5: 11

Seismograms per run (stations * variations):
--------------------------------------------
Mw6.0: 105 * 9  =  945
Mw6.5: 117 * 9  = 1053
Mw7.0: 163 * 11 = 1793
Mw7.5: 175 * 11 = 1925
------------------
Total:            5716 seismograms per problem

Total Seismograms = 36*5716 = 205,776

Runtime Estimates:
 
(6.0 ­ 40 mins, 6.5 ­ 2 hrs, 7.0 ­ 8 hrs, 7.5 ­ 34 hrs)

Mw6.0: (9*36) runs  *40 mins = 216 hrs
Mw6.5: (9*36) runs  *2 hrs   = 648 hrs
Mw7.0: (11*36) runs *8 hrs   = 3168 hrs
Mw7.5: (11*36) runs *34 hrs  = 13464 hrs
-------------------------------------------
Total runtime (1 core): 729 Days


Kottke Hanging Wall Study

Study Specifications

TBD


Downloads

File Download
A. Kottke Hanging Wall Study Inputs (2012) kottke_hwfw_inputs.tar
A. Kottke Hanging Wall Study Outputs (2012) N/A, in progress


Setting Up Study Inputs

Untar the Kottke input data set:

$ tar xvf kottke_hwfw_inputs.tar


Untar the Kottke reference output data set:

$ tar xvf kottke_hwfw_outputs.tar


Generate the three source description variations:

$ cd runs
$ ./gen_source_input.csh


Running Study with Broadband 11.2.2

Set ROOT_PATH (line 16) in ./runs/run_bbp-parallel.csh to the root directory where you untarred the input and output data sets. The line you want to edit is:

set ROOT_PATH = /home/scec-02/USER/HwFw


Ensure your BBP environment is setup according to the Broadband User Guide. Create and run the simulation workflows with this script:

$ cd runs
$ ./run_bbp-parallel.csh


On a multi-core system, this script will require several weeks to run.


Running Study with Parallel Broadband

The setup necessary to run under Parallel Broadband is nearly identical to the Graves Study as described above. In the Kottke study, there are 30 source variations and 52 simulations per variation.


Related Entries

See Also