Difference between revisions of "UCVM BBP1D Model Check"
From SCECpedia
Jump to navigationJump to searchLine 8: | Line 8: | ||
[[File:Bbp1d_moho_interpolated.png|left|400px]] | [[File:Bbp1d_moho_interpolated.png|left|400px]] | ||
+ | <pre> | ||
+ | # Broadband Platform 1D Velocity Model Configuration | ||
+ | # | ||
+ | # Reads in a 1D model in the Broadband Platform format. | ||
+ | # | ||
+ | |||
+ | # Name of model. | ||
+ | version=Los Angeles Basin Broadband Model with 1km Moho Transition | ||
+ | |||
+ | # Number of layers. | ||
+ | num_z=19 | ||
+ | |||
+ | # Interpolation method. | ||
+ | interpolation=linear | ||
+ | |||
+ | # Start of model. | ||
+ | |||
+ | --MODEL-- | ||
+ | |||
+ | 0.0020 1.7000 0.4500 2.0000 45.0000 22.5000 | ||
+ | 0.0040 1.8000 0.6500 2.1000 65.0000 32.5000 | ||
+ | 0.0060 1.8000 0.8500 2.1000 85.0000 42.5000 | ||
+ | 0.0080 1.9000 0.9500 2.1000 95.0000 47.5000 | ||
+ | 0.0100 2.0000 1.1500 2.2000 115.0000 57.5000 | ||
+ | 0.0700 2.4000 1.2000 2.2000 120.0000 60.0000 | ||
+ | 0.2000 2.8000 1.4000 2.3000 140.0000 70.0000 | ||
+ | 0.2000 3.1000 1.6000 2.4000 160.0000 80.0000 | ||
+ | 0.2000 3.4000 1.8000 2.4500 180.0000 90.0000 | ||
+ | 0.3000 3.7000 2.1000 2.5000 210.0000 105.0000 | ||
+ | 2.0000 4.4000 2.4000 2.6000 240.0000 120.0000 | ||
+ | 2.0000 5.1000 2.8000 2.7000 280.0000 140.0000 | ||
+ | 1.0000 5.6000 3.1500 2.7500 315.0000 157.5000 | ||
+ | 5.0000 6.1500 3.6000 2.8250 360.0000 180.0000 | ||
+ | 5.0000 6.3200 3.6500 2.8500 365.0000 182.5000 | ||
+ | 5.0000 6.5500 3.7000 2.9000 370.0000 185.0000 | ||
+ | 9.0000 6.8000 3.8000 2.9500 380.0000 190.0000 | ||
+ | 1.0000 7.8000 4.5000 3.2000 450.0000 225.0000 | ||
+ | 999.0000 7.8000 4.5000 3.2000 450.0000 225.0000 | ||
+ | </pre> |
Revision as of 21:05, 1 February 2017
Introduction
We are verifying the included Broadband 1D model within UCVM. The currently included version is intended to be an interpolated version of the LA Basin velocity model used in the June 2013 validation. This model has an added 1km moho transition.
What Is Included In UCVM
The following model is included within UCVM.
# Broadband Platform 1D Velocity Model Configuration # # Reads in a 1D model in the Broadband Platform format. # # Name of model. version=Los Angeles Basin Broadband Model with 1km Moho Transition # Number of layers. num_z=19 # Interpolation method. interpolation=linear # Start of model. --MODEL-- 0.0020 1.7000 0.4500 2.0000 45.0000 22.5000 0.0040 1.8000 0.6500 2.1000 65.0000 32.5000 0.0060 1.8000 0.8500 2.1000 85.0000 42.5000 0.0080 1.9000 0.9500 2.1000 95.0000 47.5000 0.0100 2.0000 1.1500 2.2000 115.0000 57.5000 0.0700 2.4000 1.2000 2.2000 120.0000 60.0000 0.2000 2.8000 1.4000 2.3000 140.0000 70.0000 0.2000 3.1000 1.6000 2.4000 160.0000 80.0000 0.2000 3.4000 1.8000 2.4500 180.0000 90.0000 0.3000 3.7000 2.1000 2.5000 210.0000 105.0000 2.0000 4.4000 2.4000 2.6000 240.0000 120.0000 2.0000 5.1000 2.8000 2.7000 280.0000 140.0000 1.0000 5.6000 3.1500 2.7500 315.0000 157.5000 5.0000 6.1500 3.6000 2.8250 360.0000 180.0000 5.0000 6.3200 3.6500 2.8500 365.0000 182.5000 5.0000 6.5500 3.7000 2.9000 370.0000 185.0000 9.0000 6.8000 3.8000 2.9500 380.0000 190.0000 1.0000 7.8000 4.5000 3.2000 450.0000 225.0000 999.0000 7.8000 4.5000 3.2000 450.0000 225.0000