Difference between revisions of "Broadband Platform"

From SCECpedia
Jump to navigationJump to search
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:SRL_Cover_v8.png|350px|thumb|right|Fig 1: Broadband Platform.]]
+
[[File:SRL_Cover_v8.png|350px|thumb|right|Fig 1: Broadband Platform showing ground motion simulation methods (blue circles), and optional post-processing methods (green circles).]]
  
The SCEC Broadband Platform is a software system which generates 0-100 Hz seismograms for historical and scenario earthquakes in California, Eastern North America, and Japan.
+
The SCEC Broadband Platform is a software system that can generate 0-100 Hz seismograms for historical and scenario earthquakes in California, Eastern North America, and Japan using several alternative computational methods.
  
 
== Overview ==  
 
== Overview ==  
Line 9: Line 9:
 
Users may calculate broadband seismograms for both historical earthquakes (validation events including Northridge and Loma Prieta) and user-defined earthquakes. The platform produces a variety of data products, including broadband seismograms, rupture visualizations, and several goodness-of-fit plots.  Users can install the platform on their own machine, verify that it is installed correctly, and run their own simulations on demand without requiring knowledge of any of the code involved. Users may run a validation event, supply their own simple source description, or provide a rupture description in SRF format. Users may specify their own list of stations or use a provided list. Currently the platform supports stations and events in Southern California, the Bay Area, the Mojave Desert, Eastern United States, Eastern Canada, Central and Western Japan. Users may select among various method that include rupture generation, low-frequency synthesis, high-frequency synthesis, and incorporation of site effects, with the option of running a goodness-of-fit comparison against observed or simulated seismograms.  These codes have been validated against recorded ground motions from real events.
 
Users may calculate broadband seismograms for both historical earthquakes (validation events including Northridge and Loma Prieta) and user-defined earthquakes. The platform produces a variety of data products, including broadband seismograms, rupture visualizations, and several goodness-of-fit plots.  Users can install the platform on their own machine, verify that it is installed correctly, and run their own simulations on demand without requiring knowledge of any of the code involved. Users may run a validation event, supply their own simple source description, or provide a rupture description in SRF format. Users may specify their own list of stations or use a provided list. Currently the platform supports stations and events in Southern California, the Bay Area, the Mojave Desert, Eastern United States, Eastern Canada, Central and Western Japan. Users may select among various method that include rupture generation, low-frequency synthesis, high-frequency synthesis, and incorporation of site effects, with the option of running a goodness-of-fit comparison against observed or simulated seismograms.  These codes have been validated against recorded ground motions from real events.
  
The Broadband Platform was implemented using software development best practices, including version control, user documentation, acceptance tests, and formal releases, with the aim of ease of installation and use.
+
The Broadband Platform software development is performed using modern software engineering practices, including version control, user documentation, acceptance tests, and formal releases, with the aim of accuracy, reliability, ease of installation and use.
  
 
== Current Release ==
 
== Current Release ==
  
The current official release of Broadband Platform is v15.3.0. This is a new version of the platform that includes a large number of new capabilities. It is the first major release of the Broadband Platform since version 14.3.0, released in March 2014. Details of the new features along with several bugs fixes are provided in the release notes and the "changes" section below. New, and old Broadband platform users should work with this version of the software, and we recommend current Broadband platform users migrate to this new version whenever possible.
+
The current official release of Broadband Platform is v17.3.0. This is a new version of the platform that includes several new capabilities and it is available on the [https://github.com/SCECcode/bbp Broadband Platform GitHub website]. It is the first major release of the Broadband Platform since version 16.5.0, released in May 2016. Details of the new features along with several bugs fixes are provided in the release notes. New Broadband Platform users should work with this version of the software. We recommend existing Broadband platform users migrate to this new version whenever possible.
  
== Dependencies ==
+
== Technical Support ==
 
 
Broadband has the following dependencies:
 
 
 
*[http://www.python.org/download/ Python 2.6+] with
 
**[http://github.com/numpy/numpy NumPy 1.4.1]
 
**[http://github.com/scipy/scipy Scipy 0.7.2]
 
**[http://matplotlib.sourceforge.net/ matplotlib 1.0.1]
 
**[http://github.com/jswhit/pyproj PyProj 1.8.9]
 
*[http://gcc.gnu.org GNU compilers (gcc, gfortran) v4.5.1]
 
 
 
Please refer to the [[Broadband User Guide v15.3.0]] for more details about the specific versions required for each of the packages above. This version of the Broadband Platform does NOT require Intel compilers. If you are using the Broadband Platform Virtual Box Image we provide with this BBP release, all the above dependencies are installed inside the Virtual Box environment and do not need to be installed by the user.
 
 
 
== Documentation Including Installation Instructions ==
 
 
 
Please see the BBP User Guide Wiki pages below information on how to install the Broadband Platform on your computer. The BBP Virtual Box Image guide offers information on how to set up Virtual Box on your computer and how to download, install and use the Broadband Platform Virtual Image. The File Format Guide includes information about the various files formats used and produced by the Broadband Platform.
 
 
 
* [[Broadband User Guide v15.3.0]]
 
* [[BBP 15.3.0 Virtual Box Image]]
 
* [[Broadband File Format Guide]]
 
* [[Broadband v15.3.0 Release Notes]]
 
 
 
== Installation Overview ==
 
This section provides a brief overview of how the Broadband Platform can be installed on your local Linux or Mac OS X computer. There are additional, more detailed, installation instructions in the [[Broadband User Guide v15.3.0]].
 
 
 
Briefly, BBP installation can be summarized in the following steps:
 
# The software can be installed in an account on a Linux or Mac OS X computer with at least 10GB of disk storage and C, Fortran, and Python software installed.
 
# From the Linux/Mac computer, start a web browser and point to this download page. Alternatively, you can download the files to a different machine and use FTP or SFTP to copy them over.
 
# After downloading each file, run the md5sum program to confirm you have an undamaged version of the distribution files by comparing the md5sum provided in the .md5 files against the one calculated at the local computer.
 
# Uncompress the distribution (tar.gz) files into the proper directory structure as described in the [[Broadband User Guide v15.3.0]].
 
# Build the executables by running the top level makefile.
 
# Configure your environment by adding a few Broadband Platform variables to your shell's environment.
 
# Confirm the code is built correctly by running UnitTests.
 
# Confirm the code runs correctly on your system by running AcceptanceTests.
 
# Use the platform for research purposes.
 
 
 
== Current Broadband Platform Release Downloads ==
 
 
 
The current SCEC Broadband platform release is v15.3.0. Please refer to the [[BBP 15.3.0 Virtual Box Image]] guide for instructions on using the BBP Virtual Box Image available with this release. For installing the Broadband Platform on your computer, please continue reading this page.
 
 
 
To install and use the Broadband platform, you need the source code, one or more Green's Functions packages, and optionally one or more Validation packages. The Broadband Platform contains cumulative improvements to the geoscientific codes and software infrastructure. We recommend use of the most recent version of the Broadband Platform, unless you are trying to reproduce results generated with an earlier version of the platform.
 
 
 
Users that are upgrading from previous version of the Broadband Platform will need to retrieve new versions of all the Broadband Platform packages as there have been significant changes in all the packages since the previous 14.3.0 release.
 
 
 
==== Required Files ====
 
The following packages are the minimum set of files required to run the Broadband Platform. This set includes files needed for running the Unit and Acceptance tests.
 
 
 
* Source Distribution (56MB): [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/bbp-dist-15.3.0.tar.gz BBP 15.3.0], [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/bbp-dist-15.3.0.tar.gz.md5 BBP 15.3.0.md5]
 
* LA Basin Model (1.4GB): [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/labasin-velocity-model-15.3.0.tar.gz LA Basin], [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/labasin-velocity-model-15.3.0.tar.gz.md5 LA Basin.md5] (Needed for Unit and Acceptance Tests)
 
* Northridge Validation Event (17MB): [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/northridge-validation-15.3.0.tar.gz Northridge], [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/northridge-validation-15.3.0.tar.gz.md5 Northridge.md5] (Needed for Acceptance Tests)
 
 
 
==== Additional Regions/Velocity Models ====
 
The following packages are optional downloads. Users should download packages for the regions they are interested in.
 
 
 
* Mojave (1.7GB): [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/mojave-velocity-model-15.3.0.tar.gz Mojave], [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/mojave-velocity-model-15.3.0.tar.gz.md5 Mojave.md5]
 
* Northern California (1.4GB): [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/nocal-velocity-model-15.3.0.tar.gz NoCal], [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/nocal-velocity-model-15.3.0.tar.gz.md5 NOCAL.md5]
 
* Western Japan (1.8GB): [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/westernjapan-velocity-model-15.3.0.tar.gz Western Japan], [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/westernjapan-velocity-model-15.3.0.tar.gz.md5 Western Japan.md5]
 
* Central Japan (1.8GB): [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/centraljapan-velocity-model-15.3.0.tar.gz Central Japan], [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/centraljapan-velocity-model-15.3.0.tar.gz.md5 Central Japan.md5]
 
* Eastern Canada (3.3GB): [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/canada1000-velocity-model-15.3.0.tar.gz Eastern Canada], [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/canada1000-velocity-model-15.3.0.tar.gz.md5 Eastern Canada.md5]
 
* Eastern United States (3.5GB): [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/ceus1000-velocity-model-15.3.0.tar.gz Eastern United States], [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/ceus1000-velocity-model-15.3.0.tar.gz.md5 Eastern United States.md5]
 
 
 
==== GMPE Verification Pacakges ====
 
* GMPEs (3.2MB): [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/gmpe-verification-15.3.0.tar.gz GMPEs], [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/gmpe-verification-15.3.0.tar.gz.md5 GMPE.md5] (Requires both LA Basin and Northern California Regions)
 
 
 
==== Additional Validation Events ====
 
 
 
* Loma Prieta (14MB): [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/lomaprieta-validation-15.3.0.tar.gz Loma Prieta], [http://hypocenter.usc.edu/research/bbp/versions/15.3.0/lomaprieta-validation-15.3.0.tar.gz.md5 Loma Prieta.md5] (Requires Northern California Region)
 
 
 
Please log into the [https://scec.usc.edu/it/Broadband_Release_15.3.0#Additional_Validation_Events private wiki] to download additional validation events.
 
 
 
== Supporting Materials ==
 
*[http://hypocenter.usc.edu/research/bbp/Maechling_BBP_5May2015.pdf Maechling BBP Overview (PDF, 1.2MB)]
 
*[http://hypocenter.usc.edu/research/SSA/Broadband-poster-SSA-2014-final.pdf Broadband Poster from SSA 2014 - Fabio Silva (PDF, 8.3MB)]
 
*[http://hypocenter.usc.edu/research/AGU14/Broadband-poster-AGU-2014.pdf Broadband poster from AGU 2014 (PDF, 13.8MB)]
 
*[http://hypocenter.usc.edu/research/broadband/documents/Broadband_overview.ppt Broadband overview talk from SC10 (PPT, 3.7 MB)]
 
*[http://hypocenter.usc.edu/research/broadband/documents/Broadband_module_schematics.pptx Technical diagrams of Broadband module relationships (PPTX, 16 KB)]
 
 
 
== Help ==
 
 
For assistance with the Broadband Platform, you may
 
For assistance with the Broadband Platform, you may
 
* Email software @ scec.org with specific questions
 
* Email software @ scec.org with specific questions
* Browse and submit new trouble tickets, or feature requests, at [http://northridge.usc.edu/trac/broadband Broadband Trac site]. SCEC user login is required to submit trouble tickets this way.
+
* Browse and submit new trouble tickets, or feature requests, at [https://github.com/SCECcode/bbp/issues Broadband Issues Page].
 
 
== License ==
 
SCEC Broadband Platform software distributions are released under an Apache 2.0 open-source license as described here [[Broadband License]].
 
  
 
== Broadband Platform Developers and Collaborators ==
 
== Broadband Platform Developers and Collaborators ==
*[http://peer.berkeley.edu Pacific Earthquake Engineering Research Center]
+
*[http://www.scec.org SCEC]
 
*[http://www.geology.sdsu.edu/ San Diego State University Dept of Geological Sciences]
 
*[http://www.geology.sdsu.edu/ San Diego State University Dept of Geological Sciences]
*[http://www.scec.org SCEC]
 
*[http://scec.usc.edu/scecpedia SCEC/CME Project]
 
*[http://www.erdw.ethz.ch/index_EN ETH Zurich - Swiss Federal Institute of Technology Zurich]
 
*[http://www.ce.berkeley.edu University of California, Berkeley]
 
 
*[http://www.geol.ucsb.edu/ U.C. Santa Barbara Dept of Earth Sciences]
 
*[http://www.geol.ucsb.edu/ U.C. Santa Barbara Dept of Earth Sciences]
 
*[http://www.crustal.ucsb.edu/ UCSB Institute for Crustal Studies]
 
*[http://www.crustal.ucsb.edu/ UCSB Institute for Crustal Studies]
 
*[http://www.seismo.unr.edu University of Nevada Reno]
 
*[http://www.seismo.unr.edu University of Nevada Reno]
 
*[http://www.uwo.ca/earth/ University of Western Ontario]
 
*[http://www.uwo.ca/earth/ University of Western Ontario]
*[http://www.urscorp.com/ URS Corporation]
+
*[http://www.erdw.ethz.ch/index_EN ETH Zurich - Swiss Federal Institute of Technology Zurich]
 +
*[http://earthquake.usgs.gov USGS Earthquake Hazards Program including Pasadena California]
 +
*[http://www.aecom-urs.com AECOM]
 +
*[http://www.ce.berkeley.edu University of California, Berkeley]
 +
*[http://peer.berkeley.edu Pacific Earthquake Engineering Research Center]
 +
*[http://english.kigam.re.kr/html/en Korea Institute of Geoscience and Mineral Resources (KIGAM)]
 +
*[https://www.llnl.gov Lawrence Livermore National Laboratory]
 +
*[http://cidir.iii.u-tokyo.ac.jp/about_cidir_en.html Center for Integrated Disaster Information Research, University of Tokyo, Japan]
 +
*[http://www.ait.ac.jp/e/ Aichi Institute of Technology, Japan]
 +
*[http://www.bosai.go.jp/e/ National Research Institute for Earth Sciences and Disaster Resilience, Tsukuba, Japan]
 +
 
 +
== Supporting Materials ==
 +
*[http://hypocenter.usc.edu/research/BBP/Goulet_BBP_20170920.pptx Broadband Platform Description - 2017 (pptx, 1.6 MB)]
 +
*[http://hypocenter.usc.edu/research/bbp/california_gfs_16_5.pdf California Map Showing Suggested Approximate Regions for GFs (PDF, 133KB)]
 +
*[http://hypocenter.usc.edu/research/SSA/Broadband-poster-SSA-2017.pdf Broadband Poster from SSA 2017 (PDF, 14MB)]
 +
*[http://hypocenter.usc.edu/research/bbp/bbp-16-5-release.pdf Broadband Platform 16.5.0 Release Overview (PDF, 1.9 MB)]
 +
*[http://hypocenter.usc.edu/research/BBP/Maechling_BBP_5May2015_v3.pptx Broadband Platform Description - 2015 (pptx, 3.9 MB)]
  
 
== Frequently Asked Questions (FAQ) ==
 
== Frequently Asked Questions (FAQ) ==
 
We post BBP user questions and our response to a Broadband Platform Frequently Asked Questions (FAQ) page:
 
We post BBP user questions and our response to a Broadband Platform Frequently Asked Questions (FAQ) page:
* [[BBP FAQ]]
+
* [https://github.com/SCECcode/BBP/wiki/FAQ BBP FAQ]
  
 
== Related Wiki Entries ==
 
== Related Wiki Entries ==
Line 126: Line 58:
 
Earlier version of the broadband platform software and data distributions are provided to support existing Broadband platform users. However, we recommend all users upgrade to the most recent version at first opportunity. Earlier releases can be found in the [[Broadband Platform Previous Releases]] page.
 
Earlier version of the broadband platform software and data distributions are provided to support existing Broadband platform users. However, we recommend all users upgrade to the most recent version at first opportunity. Earlier releases can be found in the [[Broadband Platform Previous Releases]] page.
  
== Development version ==
+
== Acknowledging ==
If you're an advanced user, interested in working with the latest development version of the platform, you can check it out from
+
Please support the Broadband Platform project by acknowledging the use of this software. Acknowledgements and citations help us obtain additional resources for continued development of the platform. If you use the Broadband Platform software for work resulting in an academic publication, we would appreciate it if one, or more, of the following paper is cited.
svn co https://source.usc.edu/svn/broadband/trunk
 
  
Details about working with the development version are provided in the User Guide.
+
The primary reference for the validation process used to establish that the BBP platform produces results suitable for use in engineering applications is:
 +
# Dreger, D. S., Beroza, G.C., Day, S. M., Goulet, C. A., Jordan, T. H., Spudich, P. A., and Stewart, J. P. (2015). Validation of the SCEC Broadband Platform V14.3 Simulation Methods Using Pseudospectral Acceleration Data, Seismol. Res. Lett., 86, no. 1, doi:10.1785/0220140118.
  
The next version of Broadband is expected to be released in Q4 of 2015.  
+
References for specific computational methods included in the Broadband Platform (v15.3.0 and later, including v16.5.0) and for the validation procedures developed by the Broadband Platform include:
<!--
+
# Anderson, J. G (2015) The Composite Source Model for Broadband Simulations of Strong Ground Motions Seismological Research Letters, January/February 2015, v. 86, p. 68-74, First published on December 17, 2014, doi:10.1785/0220140098
Additional details about this version is available here:
+
# Atkinson, G. M., and Assatourians, K. (2015) Implementation and Validation of EXSIM (A Stochastic Finite‐Fault Ground‐Motion Simulation Algorithm) on the SCEC Broadband Platform Seismological Research Letters, January/February 2015, v. 86, p. 48-60, First published on December 17, 2014, doi:10.1785/0220140097
*[[Broadband Development Version]]
+
# Crempien, J. G. F., and Archuleta, R. J. (2015) UCSB Method for Simulation of Broadband Ground Motion from Kinematic Earthquake Sources Seismological Research Letters, January/February 2015, v. 86, p. 61-67, First published on December 17, 2014, doi:10.1785/0220140103
 +
# Dreger, D. S., and Jordan, T. H. (2015) Introduction to the Focus Section on Validation of the SCEC Broadband Platform V14.3 Simulation Methods Seismological Research Letters, January/February 2015, v. 86, p. 15-16, doi:10.1785/0220140233
 +
# Goulet, C.A., Abrahamson, N.A., Somerville, P.G. and K, E. Wooddell (2015) The SCEC Broadband Platform Validation Exercise: Methodology for Code Validation in the Context of Seismic-Hazard Analyses, Seismol. Res. Lett., 86, no. 1, doi: 10.1785/0220140104
 +
# Graves, R., and Pitarka, A. (2015) Refinements to the Graves and Pitarka (2010) Broadband Ground‐Motion Simulation Method Seismological Research Letters, January/February 2015, v. 86, p. 75-80, First published on December 17, 2014, doi:10.1785/0220140101
 +
# Olsen, K. B., and Takedatsu, R. (2015) The SDSU Broadband Ground‐Motion Generation Module BBtoolbox Version 1.5 Seismological Research Letters, January/February 2015, v. 86, p. 81-88, First published on December 17, 2014, doi:10.1785/0220140102
 +
# Song, S.G. (2016) Developing a generalized pseudo-dynamic source model of Mw 6.5-7.0 to simulate strong ground motions, Geophysical Journal International, 204, 1254-1265. doi: 10.1093/gji/ggv521
 +
# Song, S.G., Dalguer, L.A. and Mai, P.M. (2014) Pseudo-dynamic source modeling with 1-point and 2-point statistics of earthquake source parameters, Geophysical Journal International, 196, 1770-1786. doi: 10.1093/gji/ggt479
  
Details about an un-released development version of broadband are posted here:
+
The primary reference for the Broadband Platform software system (v15.3.0 and later, including v16.5.0) is:
*[[Broadband User Guide v11.7.0]]
+
#Maechling, P. J., F. Silva, S. Callaghan, and T. H. Jordan (2015). SCEC Broadband Platform: System Architecture and Software Implementation, Seismol. Res. Lett., 86, no. 1, doi: 10.1785/0220140125.
-->
 
  
== References 2015 ==
+
== Related Entries ==
# Anderson, J. G (2015) The Composite Source Model for Broadband Simulations of Strong Ground Motions, Seismological Research Letters, January/February 2015, v. 86, p. 68-74, doi:10.1785/0220140098
+
*[http://scec.usc.edu/scecpedia SCEC/CME Project]
# Atkinson, G. M., and Assatourians, K. (2015) Implementation and Validation of EXSIM (A Stochastic Finite‐Fault Ground‐Motion Simulation Algorithm) on the SCEC Broadband Platform, Seismological Research Letters, January/February 2015, v. 86, p. 48-60, doi:10.1785/0220140097
 
# Crempien, J. G. F., and Archuleta, R. J. (2015) UCSB Method for Simulation of Broadband Ground Motion from Kinematic Earthquake Sources, Seismological Research Letters, January/February 2015, v. 86, p. 61-67,  doi:10.1785/0220140103
 
# Dreger, D. S., Beroza, G.C., Day, S. M., Goulet, C. A., Jordan, T. H., Spudich, P. A., and Stewart, J. P. (2015). Validation of the SCEC Broadband Platform V14.3 Simulation Methods Using Pseudospectral Acceleration Data, Seismological Research Letters, January/February 2015, v. 86, p. 39-47, doi:10.1785/0220140118
 
# Dreger, D. S., and Jordan, T. H. (2015) Introduction to the Focus Section on Validation of the SCEC Broadband Platform V14.3 Simulation Methods Seismological Research Letters, January/February 2015, v. 86, p. 15-16, doi:10.1785/0220140233
 
# Goulet, C.A., Abrahamson, N.A., Somerville, P.G. and K, E. Wooddell (2015) The SCEC Broadband Platform Validation Exercise: Methodology for Code Validation in the Context of Seismic-Hazard Analyses, Seismological Research Letters, January/February 2015, v. 86, doi: 10.1785/0220140104
 
# Graves, R., and Pitarka, A. (2015) Refinements to the Graves and Pitarka (2010) Broadband Ground‐Motion Simulation Method Seismological Research Letters, January/February 2015, v. 86, p. 75-80, doi:10.1785/0220140101
 
# Maechling, P. J., F. Silva, S. Callaghan, and T. H. Jordan (2015). SCEC Broadband Platform: System Architecture and Software Implementation, Seismological Research Letters, January/February 2015, v. 86, p. 27-38, doi: 10.1785/0220140125
 
# Olsen, K. B., Takedatsu, R., (2015) The SDSU Broadband Ground‐Motion Generation Module BBtoolbox Version 1.5 Seismological Research Letters, January/February 2015, v. 86, p. 81-88, doi:10.1785/0220140102
 
 
 
== Earlier Publications ==
 
#Graves, R. W. and A. Pitarka (2010). “Broadband Ground-Motion Simulation Using a Hybrid Approach.” Bull. Seis. Soc. Am., 100(5A), pp. 2095-2123, doi: 10.1785/0120100057.  [http://hypocenter.usc.edu/research/broadband/documents/Graves_Pitarka_2010.pdf link]
 
#Mai, P.M., W. Imperatori, and K.B. Olsen (2010). “Hybrid broadband ground motion simulations: combining long-period deterministic synthetics with high frequency multiple S-to-S back-scattering.” Bull. Seis. Soc. Am., 100(5A), pp. 2124-2142, doi: 10.1785/0120080194. [http://hypocenter.usc.edu/research/broadband/documents/Mai_Imperatori_Olsen_2010.pdf link]
 
# Olsen, K. B., and Takedatsu, R. (2015) The SDSU Broadband Ground‐Motion Generation Module BBtoolbox Version 1.5 Seismological Research Letters, January/February 2015, v. 86, p. 81-88, First published on December 17, 2014, doi:10.1785/0220140102
 
#Schmedes, J., R. J. Archuleta, and D. Lavallée (2010). “Correlation of earthquake source parameters inferred from dynamic rupture simulations.” J. Geophys. Res., 115, B03304, doi:10.1029/2009JB006689.  [http://hypocenter.usc.edu/research/broadband/documents/Schmedes_Archuleta_Lavallee_2010.pdf link]
 

Revision as of 04:17, 2 October 2017

Fig 1: Broadband Platform showing ground motion simulation methods (blue circles), and optional post-processing methods (green circles).

The SCEC Broadband Platform is a software system that can generate 0-100 Hz seismograms for historical and scenario earthquakes in California, Eastern North America, and Japan using several alternative computational methods.

Overview

The goal of the SCEC Broadband Simulation Platform is to generate broadband (0-100 Hz) ground motions for earthquakes. The SCEC Broadband Platform is a collaborative software development project involving SCEC researchers, research engineers, graduate students, and the SCEC/CME software development group. SCEC scientific groups have contributed modules to the Broadband Platform including rupture generation, low- and high-frequency seismogram synthesis, non-linear site effects, and visualization. These complex scientific codes have been integrated into a system that supports easy on-demand computation of broadband seismograms. The SCEC Broadband Platform is designed to be used by both scientific and engineering researchers with some experience interpreting ground motion simulations.

Users may calculate broadband seismograms for both historical earthquakes (validation events including Northridge and Loma Prieta) and user-defined earthquakes. The platform produces a variety of data products, including broadband seismograms, rupture visualizations, and several goodness-of-fit plots. Users can install the platform on their own machine, verify that it is installed correctly, and run their own simulations on demand without requiring knowledge of any of the code involved. Users may run a validation event, supply their own simple source description, or provide a rupture description in SRF format. Users may specify their own list of stations or use a provided list. Currently the platform supports stations and events in Southern California, the Bay Area, the Mojave Desert, Eastern United States, Eastern Canada, Central and Western Japan. Users may select among various method that include rupture generation, low-frequency synthesis, high-frequency synthesis, and incorporation of site effects, with the option of running a goodness-of-fit comparison against observed or simulated seismograms. These codes have been validated against recorded ground motions from real events.

The Broadband Platform software development is performed using modern software engineering practices, including version control, user documentation, acceptance tests, and formal releases, with the aim of accuracy, reliability, ease of installation and use.

Current Release

The current official release of Broadband Platform is v17.3.0. This is a new version of the platform that includes several new capabilities and it is available on the Broadband Platform GitHub website. It is the first major release of the Broadband Platform since version 16.5.0, released in May 2016. Details of the new features along with several bugs fixes are provided in the release notes. New Broadband Platform users should work with this version of the software. We recommend existing Broadband platform users migrate to this new version whenever possible.

Technical Support

For assistance with the Broadband Platform, you may

  • Email software @ scec.org with specific questions
  • Browse and submit new trouble tickets, or feature requests, at Broadband Issues Page.

Broadband Platform Developers and Collaborators

Supporting Materials

Frequently Asked Questions (FAQ)

We post BBP user questions and our response to a Broadband Platform Frequently Asked Questions (FAQ) page:

Related Wiki Entries

Older Broadband Platform Releases

Earlier version of the broadband platform software and data distributions are provided to support existing Broadband platform users. However, we recommend all users upgrade to the most recent version at first opportunity. Earlier releases can be found in the Broadband Platform Previous Releases page.

Acknowledging

Please support the Broadband Platform project by acknowledging the use of this software. Acknowledgements and citations help us obtain additional resources for continued development of the platform. If you use the Broadband Platform software for work resulting in an academic publication, we would appreciate it if one, or more, of the following paper is cited.

The primary reference for the validation process used to establish that the BBP platform produces results suitable for use in engineering applications is:

  1. Dreger, D. S., Beroza, G.C., Day, S. M., Goulet, C. A., Jordan, T. H., Spudich, P. A., and Stewart, J. P. (2015). Validation of the SCEC Broadband Platform V14.3 Simulation Methods Using Pseudospectral Acceleration Data, Seismol. Res. Lett., 86, no. 1, doi:10.1785/0220140118.

References for specific computational methods included in the Broadband Platform (v15.3.0 and later, including v16.5.0) and for the validation procedures developed by the Broadband Platform include:

  1. Anderson, J. G (2015) The Composite Source Model for Broadband Simulations of Strong Ground Motions Seismological Research Letters, January/February 2015, v. 86, p. 68-74, First published on December 17, 2014, doi:10.1785/0220140098
  2. Atkinson, G. M., and Assatourians, K. (2015) Implementation and Validation of EXSIM (A Stochastic Finite‐Fault Ground‐Motion Simulation Algorithm) on the SCEC Broadband Platform Seismological Research Letters, January/February 2015, v. 86, p. 48-60, First published on December 17, 2014, doi:10.1785/0220140097
  3. Crempien, J. G. F., and Archuleta, R. J. (2015) UCSB Method for Simulation of Broadband Ground Motion from Kinematic Earthquake Sources Seismological Research Letters, January/February 2015, v. 86, p. 61-67, First published on December 17, 2014, doi:10.1785/0220140103
  4. Dreger, D. S., and Jordan, T. H. (2015) Introduction to the Focus Section on Validation of the SCEC Broadband Platform V14.3 Simulation Methods Seismological Research Letters, January/February 2015, v. 86, p. 15-16, doi:10.1785/0220140233
  5. Goulet, C.A., Abrahamson, N.A., Somerville, P.G. and K, E. Wooddell (2015) The SCEC Broadband Platform Validation Exercise: Methodology for Code Validation in the Context of Seismic-Hazard Analyses, Seismol. Res. Lett., 86, no. 1, doi: 10.1785/0220140104
  6. Graves, R., and Pitarka, A. (2015) Refinements to the Graves and Pitarka (2010) Broadband Ground‐Motion Simulation Method Seismological Research Letters, January/February 2015, v. 86, p. 75-80, First published on December 17, 2014, doi:10.1785/0220140101
  7. Olsen, K. B., and Takedatsu, R. (2015) The SDSU Broadband Ground‐Motion Generation Module BBtoolbox Version 1.5 Seismological Research Letters, January/February 2015, v. 86, p. 81-88, First published on December 17, 2014, doi:10.1785/0220140102
  8. Song, S.G. (2016) Developing a generalized pseudo-dynamic source model of Mw 6.5-7.0 to simulate strong ground motions, Geophysical Journal International, 204, 1254-1265. doi: 10.1093/gji/ggv521
  9. Song, S.G., Dalguer, L.A. and Mai, P.M. (2014) Pseudo-dynamic source modeling with 1-point and 2-point statistics of earthquake source parameters, Geophysical Journal International, 196, 1770-1786. doi: 10.1093/gji/ggt479

The primary reference for the Broadband Platform software system (v15.3.0 and later, including v16.5.0) is:

  1. Maechling, P. J., F. Silva, S. Callaghan, and T. H. Jordan (2015). SCEC Broadband Platform: System Architecture and Software Implementation, Seismol. Res. Lett., 86, no. 1, doi: 10.1785/0220140125.

Related Entries