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 (11.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: cossatot
  • License: other
  • Language: Julia
  • Default Branch: master
  • Size: 992 KB
Statistics
  • Stars: 3
  • Watchers: 0
  • Forks: 1
  • Open Issues: 3
  • Releases: 1
Created about 7 years ago · Last pushed 11 months ago
Metadata Files
Readme License Citation

README.md

Oiler

Run tests

Docs

Note: This project is still in rapid development and not sufficiently tested by those other than me.

Oiler is a program for modeling tectonic block motions on a sphere, in particular for solving for best-fit, kinematically-consistent fault slip rates given both geologic fault slip rate estimates and GNSS-type geodetic velocities. The primary motivation is in estimating a complete and internally- consistent set of fault slip rates for all faults in a region for seismic hazard assessment, though of course more traditional earth-science research may find use here as well. Because of this motivation, Oiler is fault-first in that it directly uses fault data (traces and other geometry, slip rates, kinematics) produced by geologic investigation and required to build fault-source models for seismic hazard analysis.

Oiler aims to be fast and (sort of) interactive, so that a scientist can progressively build a fault and block network in a GIS program, quantifying fault slip rate estimates given data and network details, and adjusting weights, slip rates, fault connectivity and block geometry iteratively based on rapid modeling results from Oiler. Once the workflow and IO are streamlined, more details on this will be available.

Foundationally, Oiler solves for the poles and rates of rotation between adjacent blocks separated by faults, constrained by relative velocities between blocks, through the relation

V = Omega x RP

where V represents the velocity of a point P relative to some block, Omega is the rotation vector (pole and rate) describing relative block motion, and RP is the Cartesian representation of the location P. If three or more blocks are present in a model, velocity closures are imposed so that all velocities in the solution are internally consistent.

Oiler treats both fault slip rate estimates and GNSS data as velocities V, differing only in two aspects: Fault slip rates may only constrain motions between adjacent blocks separated by the fault (though any number of faults may separate two blocks), while GNSS velocities may constrain the motions between any block and the geodetic reference frame (which may or may not be an actual block in the model). GNSS data are also subject to earthquake-cycle velocity perturbations (i.e., the effects of interseismic fault locking) that geologic fault velocities are not.

The use of both velocity data types allows relative velocities between blocks to be estimated regardless of whether any or all blocks contain GNSS stations, which allows the modeler to incorporate many more faults and honor fault network geometry, particularly in remote and poorly-studied areas where GNSS data are sparse to nonexistent.

Oiler draws heavily from the previous research into plate/block theory and to a lesser extent, previous implementations. The mathematical formulations of Meade and Loveless (2009), Chase (1972), and Cox and Hart (1986) were extremely helpful, and I am very grateful to those authors for their careful and thorough explanations. Additionally, implementation details of certain parts of the code here, particularly fault locking or earthquake cycle effects, were modeled after the Blocks code by Meade and Loveless. I double thank Meade and Loveless for making their code public and with a permissive license.

Installation

To install Oiler, first install the Julia language.

Then, in a Julia terminal, hit the ] button to get into the package manager command line. Then type add https://github.com/cossatot/Oiler/src/Oiler.jl

Owner

  • Name: Richard Styron
  • Login: cossatot
  • Kind: user
  • Location: Portland, OR, USA
  • Company: Global Earthquake Model Foundation

Citation (CITATION.cff)

cff-version: 1.2.0
title: Oiler
message: '"'
type: software
authors:
  - given-names: Richard Henry
    family-names: Styron
    email: richard.h.styron@gmail.com
    affiliation: Global Earthquake Model Foundation
    orcid: 'https://orcid.org/0000-0002-2374-9431'
identifiers:
  - type: doi
    value: 10.5281/zenodo.7262453
    description: v1.0_rc1
repository-code: 'https://github.com/cossatot/Oiler'
commit: 3c383ee18379e8f3938d0e49f6728185e23bf192
version: v.10_rc1
date-released: '2022-10-28'

GitHub Events

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

Dependencies

.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite
.github/workflows/test.yml actions
  • actions/checkout v2 composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/julia-runtest latest composite
  • julia-actions/setup-julia v1 composite