Skip to content

Commands

Philip Maechling edited this page Apr 22, 2022 · 6 revisions
  1. UCVM Executables
  2. C API
  3. Tests
  4. Models

Executables

  • basin_query
  • basin_query_mpi
  • basin_query_mpi_complete
  • ecoalesce
  • ecompact
  • grd2etree
  • grd_query
  • mesh_check
  • mesh_op
  • mesh_strip_ijk
  • patchmodel
  • ssh_generate
  • ssh_merge
  • ucvm2mesh
  • ucvm2mesh_mpi
  • ucvm2mesh_mpi_layer
  • ucvm2etree
  • ucvm2etree_extract_MPI
  • ucvm2etree_merge_MPI
  • ucvm2etree_sort_MPI
  • ucvm_query
  • vs30_query
  • vs30_query_mpi

Utilities

The complete UCVM distribution contains the C language executables listed above, together with several utilities bash shell and python scripts. These utility scripts wrap UCVM C language executables, and they are designed to make it easier to perform certain specific UCVM-related processing steps. The following scripts are distributed as part of UCVM

  • make_mesh_model.py
  • makegrid.sh
  • run_ucvm.sh
  • run_query_query.sh
  • time_mesh_generation.py

DEM and GTL Data Sources

A state-wide California standard topography map is distribued with UCVM. This is a statewide topography map, that also includes statewide Vs30 values, combined into an etree structure.

Toopgrahy and Vs30 Map Name Description UCVM Abbreviation
USGS NED DEM and Wills-Wald Vs30, 2015 California elevation and Vs30 data in etree format ucvm
USGS NED DEM and Wills-Wald Vs30, 2006 Utah elevation and Vs30 data in etree format ucvm_utah

Clone this wiki locally