Wasatch Front Community Velocity Model
This model includes Cache, Weber/Davis, Salt Lake, and Utah basins.
This package is intended to be installed as part of the UCVM framework, version 25.7 or higher.
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.
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 install this package on your computer, please run the following commands:
aclocal autoconf automake ./configure --prefix=/path/to/install make make install
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).
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.