Skip to content

SCECcode/cvmsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Mei-Hui Su
Apr 23, 2025
5c4c129 · Apr 23, 2025

History

66 Commits
Nov 16, 2022
Apr 15, 2025
Oct 21, 2022
Nov 15, 2022
Oct 21, 2022
Apr 23, 2025
Aug 30, 2022
Mar 22, 2022
Mar 24, 2022
Mar 24, 2022
Mar 22, 2022
Apr 23, 2025
Apr 23, 2025

Repository files navigation

CVM-S4.26.M01 (cvmsi)

License GitHub repo size cvmsi-ci Actions Status cvmsi-ucvm-ci Actions Status

Tomography improved Southern California Velocity Model developed by SCEC, Caltech and USGS with geotechnical layer

Installation

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

Library

The library ./lib/libcvmsi.a may be statically linked into any user application. Also, if your system supports dynamic linking, you will also have a ./lib/libcvmsi.so file that can be used for dynamic linking. The header file defining the API is located in ./include/cvmsi.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 CVM-S4.26.M01 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:

  cd data; ./make_data_files.py
  aclocal
  autoconf
  automake
  ./configure --prefix=/path/to/install
  make
  make install

Usage

cvmsi_query

ASCII query interface accepts points from stdin with format (lat, lon, dep (m))

About

CVM-S4.26.M01 (cvmsi)

Resources

License

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published