SCECcode / ucvm

UCVM is used to query seismic velocity models for earth properties (Vp, Vs, density) by lat,long, and depth. It can create velocity meshes used in seismic wave propagation simulations. This repo contains the source codes that implement the core UCVM query interface. Python-based plotting modules, based on matplotlib, are now hosted in a separate github repo called SCECcode/ucvm_plotting.
https://www.scec.org/research/ucvm
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

add comment to input data file #16

Closed pjmaechling closed 2 years ago

pjmaechling commented 2 years ago

update ucvm input data point file so that we can put comments into the file. This will allow us to comment on the input data.

meihuisu commented 2 years ago

input lines start with '#' will be skipped.