Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Manual Pages

Philip Maechling edited this page Jan 25, 2017 · 19 revisions
NAME
     ucvm_query

SYNOPSIS
     ucvm_query [-h] [-f config] [-m model] [-c coordtype] [-p map] [-v] [-z zmin,zmax]

DESCRIPTION
     The command ucvm_query queries an installed velocity model to retreive its material properties at a particular latitude and
     longitude.

     Any set of crustal and GTL velocity models may be selected and queried in order of preference. Points may be queried by
     (lon,lat,dep) or (lon,lat,elev) and the coordinate conversions for a particular model are handled transparently.

     Common Paramters

     -h       Displays the help message.

     -f       Location of the configuration file, config, that tells the program which velocity models are installed.

     -m       A comma-separated list of models to query.

     Less Used Parameters

     -c       Z-coordinate mode. Geo-depth (default) is "gd", but queries can also be done by elevation as specified by "ge".

     -p       User-defined map of vs30 and elevation data.

     -v       Display model version information only.

     -z       Specifies depth range for gtl/crust interpolation.

EXAMPLE
     ucvm_query -f ../conf/ucvm.conf -m cvms

     Input format is:
          lon lat Z

     Output format is:
          lon lat Z surf vs30 crustal cr_vp cr_vs cr_rho gtl gtl_vp gtl_vs gtl_rho cmb_algo cmb_vp cmb_vs cmb_rho

     If running in interactive mode, please use Ctrl-D to end the input.

SEE ALSO
     basin_query(1)

Linux                                                   January 25, 2017                                                   Linux
  • ucvm2mesh.1
  • ucvm2mesh-mpi.1
  • ucvm2etree.1
  • ucvm2etree-sort-MPI.1
  • ucvm2etree-merge-MPI.1
  • ucvm2etree-extract-MPI.1
  • mesh-strip-ijk.1
  • mesh-op.1
  • mesh-check.1
  • grd_query.1
  • grd2etree.1
  • ecompact.1
  • ecoalesce.1
  • basin_query.1
Clone this wiki locally