gradientrelloc
A set of programs for calculating the relative location of seismic events using differential time measurements.
Science Score: 67.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
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.2%) to scientific vocabulary
Repository
A set of programs for calculating the relative location of seismic events using differential time measurements.
Basic Info
- Host: GitHub
- Owner: stevenjgibbons
- License: gpl-3.0
- Language: Fortran
- Default Branch: main
- Size: 4.88 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
gradientRelLoc
A set of programs for calculating the relative location of seismic events using differential time measurements.
This code is available on Zenodo with the DOI https://zenodo.org/doi/10.5281/zenodo.12680277
Compile by running the compile_all.sh script.
sh compile_all.sh
and then, for a couple of events, e.g. DPRK3 and DPRK4, run using a script of the form run_oneEventPairDiffVec.sh
```
!/bin/sh
event1=DPRK3
event2=DPRK4
statphasefile=DPRKak135slovecs.txt
CCtimesfile=DPRKCCtimes.txt
NSP=wc ${statphasefile} | awk '{print $1}'
cp ${statphasefile} gradientRelLoc.input
cat ${CCtimesfile} >> gradientRelLoc.input
./bin/gradientRelLoc ${NSP} ${event1} ${event2} < gradientRelLoc.input > out.txt
```
Owner
- Name: Steven J. Gibbons
- Login: stevenjgibbons
- Kind: user
- Location: Oslo, Norway
- Company: NGI
- Website: https://scholar.google.no/citations?user=dO6xNCQAAAAJ
- Repositories: 2
- Profile: https://github.com/stevenjgibbons
I am an applied geoscientist with expertise in seismology, acoustics, computational fluid dynamics, signal processing, inverse theory, and natural hazards.
Citation (CITATION.cff)
cff-version: 1.1.0 message: "If you use this software, please cite it as below." authors: - family-names: "Gibbons" given-names: "Steven John" orcid: "https://orcid.org/0000-0002-7822-0244" title: "gradientRelLoc" version: v1.0.3 DOI: https://doi.org/10.5281/zenodo.12680278 date-released: 2024-07-07 license: gpl-3.0
