Skip to content

Commit

Permalink
Updated metadata, and MANIFEST files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolsilva committed Sep 8, 2022
1 parent 1695d47 commit 2697259
Show file tree
Hide file tree
Showing 3 changed files with 3,590 additions and 1,612 deletions.
24 changes: 13 additions & 11 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"codeRepository": "https://github.com/sceccode/bbp",
"dateCreated": "2007-06-01",
"datePublished": "2007-12-01",
"dateModified": "2021-12-01",
"dateCreated": "2022-09-08",
"datePublished": "2022-09-08",
"dateModified": "2022-09-08",
"downloadUrl": "https://github.com/sceccode/bbp.git",
"issueTracker": "https://github.com/sceccode/bbp/issues",
"name": "The SCEC Broadband Platform",
"version": "v19.8.0-python3",
"version": "v22.4.0",
"description": "The Southern California Earthquake Center (SCEC) Broadband Platform (BBP) is a software system that can generate 0-20+ Hz seismograms for historical and scenario earthquakes in California, Eastern North America, and Japan using several alternative computational methods.",
"applicationCategory": "seismology, civil engineering",
"releaseNotes": "This is an initial port of the BBP platform to Python3.",
Expand All @@ -30,17 +30,19 @@
"Linux"
],
"softwareRequirements": [
"Python v3.7",
"Matplotlib 1.4.3+",
"NumPy 1.14.2+",
"SciPy 1.0.0+",
"Pyproj 1.9.2+",
"GNU compilers (gcc, gfortran) 5.1.1+",
"FFTW library 3.3.4+"
"Python v3.6.7",
"Matplotlib 3.3.0+",
"NumPy 1.18.5+",
"SciPy 1.4.1+",
"Pyproj 2.6.1+",
"Numba 0.55.2+"
"GNU compilers (gcc, gfortran) 8+",
"FFTW library 3.3.8+"
],
"author": [
{
"@type": "Person",
"@id": " http://orcid.org/0000-0002-6543-5705",
"givenName": "Fabio",
"familyName": "Silva",
"email": "fsilva@usc.edu",
Expand Down
6 changes: 4 additions & 2 deletions doc/File-Format-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ HYPO_DOWN_DIP = 14.75
#
DWID = 0.1
DLEN = 0.1
CORNER_FREQ = 0.15
CORNER_FREQ = 0.04
CORNER_FREQ_1 = 0.04
CORNER_FREQ_2 = 1.0
#
# Alternative SEEDS create alternative .srf
#
Expand Down Expand Up @@ -60,7 +62,7 @@ In the second part of the file, where model-specific parameters are located, DWI

##### UCSB parameters

Finally, the CORNER_FREQ parameter is only used by the UCSB method. This parameters specifies the frequency at which the Fourier Amplitude Spectrum (FAS) of the moment rate spectrum decays at a rate of ~ -2 from the flat part of the spectrum, in log log domain. There is a relationship between the corner frequency and the average stress drop, e.g. (Brune 1970 and 1971). For specific regions, the stress drop is a parameter and can be measured from regional seismicity. In practice, look at the regional seismicity, calculate stress drops. From these calculations one can choose the appropriate stress drop and compute the corner frequency from the actual moment, rupture area and chosen stress drop.
Finally, the CORNER_FREQ parameters are only used by the UCSB method. In Broadband 22.4, users will need to set up both CORNER_FREQ_1 and CORNER_FREQ_2. Additionally, for BBP 22.4, users should set up CORNER_FREQ to match CORNER_FREQ_1. We expect to revise the UCSB pipeline and remove the need to duplicate the first value in our next Broadband Platform release. Please refer to the UCSB method documentation for more details on how to set up the two corner frequency values.

### Station List (STL) file

Expand Down
Loading

0 comments on commit 2697259

Please sign in to comment.