Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

WFCVM

Basic Info
  • Host: GitHub
  • Owner: SCECcode
  • License: bsd-3-clause
  • Language: Fortran
  • Default Branch: main
  • Size: 6.48 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 5 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog License Citation Authors

README.md

Wasatch Front Community Velocity Model (WFCVM)

License GitHub repo size wfcvm-ucvm-ci Actions Status

Wasatch Front Community Velocity Model

This model includes Cache, Weber/Davis, Salt Lake, and Utah basins.

The Wasatch Front CVM consists of detailed, rule-based representations of the major populated sediment-filled basins, embedded in a 3D crust, over a variable depth Moho, over upper mantle velocities. The basins are parameterized as a set of objects and rules implemented in a computer code that generates seismic velocities and density at any desired point. The objects are stratigraphic surfaces constructed from geological, geophysical, and geotechnical data, and the rule is Fausts relation Vp = k(da)1/6 where Vp is P-wave velocity, d is the maximum depth of burial of the sediments, a is the sediment age, and k is a constant. Age at any point in a basin can be interpolated from the surfaces. The constant k is calibrated for each surface by comparison to well sonic logs and seismic refraction surveys. Density is derived from Vp using a standard relation; density is used to find Poisson's ratio and Vs is calculated from the Vp and Poisson's ratio. The shallow basin velocities are directly constrained by geotechnical borehole logs and detailed surface site response unit mapping based on surface geology and Vs30 measurements.

Magistrale, H, Olsen, KB, Pechmann, JC (2008) Construction and verification of a Wasatch front community velocity model. Technical report no. HQGR.060012, 14 pp. Reston, VA: US Geological Survey

Installation

This package is intended to be installed as part of the UCVM framework, version 25.7 or higher.

Library

The library ./lib/libwfcvm.a may be statically linked into any user application. Also, if your system supports dynamic linking, you will also have a ./lib/libwfcvm.so file that can be used for dynamic linking. The header file defining the API is located in ./include/wfcvm.h.

Contact the authors

If you would like to contact the authors regarding this software, please e-mail software@scec.org. Note this e-mail address should be used for questions regarding the software itself (e.g. how do I link the library properly?). Questions regarding the model's science (e.g. on what paper is the WFCVM based?) should be directed to the model's authors, located in the AUTHORS file.

To build in standalone mode

To install this package on your computer, please run the following commands:

  aclocal
  autoconf
  automake
  ./configure --prefix=/path/to/install
  make
  make install

wfcvm_txt

ASCII query interface accepts points from stdin with format (lat, lon, dep (m)) and writes data material properties to std out with format (lat, lon, dep, vp, vs, density).

wfcm_bin

Binary query interface reads a configuration file named 'cvm-input' with the following items:

line 1: number of points
line 2: path to input lon file
line 3: path to input lat file
line 4: path to input dep file
line 5: path to output rho file
line 6: path to output vp file
line 7: path to output vs file

The input and output files are in binary (float) format, with each containing the number of points specified on line 1.

Owner

  • Name: Southern California Earthquake Center
  • Login: SCECcode
  • Kind: organization
  • Email: software@scec.org
  • Location: California

Earthquake System Science Research Center

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "SCEC SCEC"
  given-names: ""
keywords: UCVM, research
license: BSD-3-Clause
repository-code: "https://github.com/SCECcode/wfcvm.git"
title: "Wasatch Front Communit Velocity Model (wfcvm)"
version: 1.0
type: software
date-released: 2022-03-31
version: 2.0
repository-code: "https://github.com/SCECcode/wfcvm.git"
contact:
  - email: software@scec.org
    name: "The SCEC Software project wfcvm"
references:
  - authors:
      - family-names: "Mistrale"
        given-names: "H."
      - family-names: "Day"
        given-names: "S."
      - family-names: "Clayton"
        given-names: "R."
      - family-names: "Graves"
        given-names: "R."
    keywords: CVM, velocity models, deep-focus earthquakes, three-dimensional models, seismic waves, ground motion
    scope: "Cite this paper if you want to reference the model"
    title: "The SCEC Southern California reference 3D seismic velocity model version 2"
    journal: "Bulletin of the Seismological Society of America"
    year: 2000
    volume: 90
    issue: 6B
    start: S65
    end: S76
    doi: https://doi.org/10.1785/0120000510
  - authors:
      - family-names: "Mistrale"
        given-names: "H."
      - family-names: "Olsen"
        given-names: "K.B."
      - family-names: "Pechmann"
        given-names: "J.C."
    keywords: CVM, velocity models, deep-focus earthquakes, three-dimensional models, seismic waves, ground motion
    scope: "Cite this paper if you want to reference the model"
    title: "Construction and verification of a Wasatch front community velocity model"
    name: "US Geological Survey"
    type: "Technical report no. HQGR.060012"
    city: "Reston, Virginia"
    year: 2008

GitHub Events

Total
  • Member event: 1
  • Push event: 27
Last Year
  • Member event: 1
  • Push event: 27

Dependencies

.github/workflows/test-ci.yml actions
  • SCECcode/UCVM/.github/actions/build-action v1 composite
  • actions/checkout v2 composite
  • luchihoratiu/debug-via-ssh main composite
.github/workflows/wfcvm-ci.yml actions
  • actions/checkout v2 composite
.github/workflows/wfcvm-ucvm-ci.yml actions
  • ./ucvm/.github/actions/build-ucvm-action * composite
  • actions/checkout v2 composite