# SCECCVMH % WARNING: Do not edit; this is a generated file! :Full name: `spatialdata.spatialdb.SCECCVMH` :Journal name: `sceccvmh` Spatial database for the SCEC CVM-H seismic velocity model versions 5.2 and 5.3. Implements `SpatialDB`. :::{danger} These models are obsolete and no longer available from SCEC. ::: ## Pyre Properties * `data_dir`=\: Directory containing SCEC CVM-H data files. - **default value**: '.' - **current value**: '.', from {default} * `description`=\: Description for database. - **default value**: '' - **current value**: 'SCEC CVM-H v5.3', from {file='/Users/baagaard/software/unix/py310-venv/pylith-debug/lib/python3.10/site-packages/pythia/pyre/inventory/ConfigurableClass.py', line=26, function='__set__'} - **validator**: * `min_vs`=\: Minimum shear wave speed. - **default value**: 500*m*s**-1 - **current value**: 500*m*s**-1, from {default} * `squash`=\: Squash topography/bathymetry to sea level. - **default value**: False - **current value**: False, from {default} * `squash_limit`=\: Elevation above which topography is squashed. - **default value**: -2000*m - **current value**: -2000*m, from {default} ## Example Example of setting `SCECCVMH` Pyre properties and facilities in a parameter file. :::{code-block} cfg data_dir = data/scec-cvmh min_vs = 500.0*m/s squash = False squash_limit = -20.0*km :::