Difference between revisions of "UCVM z1,z2.5 for CCA06 with GTL, CVM-S4.26.M01"

From SCECpedia
Jump to navigationJump to search
Line 2: Line 2:
 
== A little history (from Phil) ==
 
== A little history (from Phil) ==
  
CVM-S4(cvms) -- velocity model with near surface gtl
+
<b>CVM-S4(cvms)</b> -- velocity model with near surface gtl
  
CVM-S4.26(cvms5) -- improved cvms without the near surface gtl but with a new optional elygtl that can be enabled from a configuration option in the config file. Z range is from 0 to depth interval, which is 500m.
+
<b>CVM-S4.26(cvms5)</b> -- improved cvms without the near surface gtl but with a new optional elygtl that can be enabled from a configuration option in the config file. Z range is from 0 to depth interval, which is 500m.
  
CVM-S4.26M01(cvmsi) -- improved cvms5 that when within the depth interval returns cvms values (ie, brought back the near surface gtl) and cvms5(the improved cvms) values otherwise.
+
<b>CVM-S4.26M01(cvmsi)</b> -- improved cvms5 that when within the depth interval returns cvms values (ie, brought back the near surface gtl) and cvms5(the improved cvms) values otherwise.
  
 
== CVM-S4.26.M01(cvmsi)  ==
 
== CVM-S4.26.M01(cvmsi)  ==

Revision as of 04:48, 17 January 2020

A little history (from Phil)

CVM-S4(cvms) -- velocity model with near surface gtl

CVM-S4.26(cvms5) -- improved cvms without the near surface gtl but with a new optional elygtl that can be enabled from a configuration option in the config file. Z range is from 0 to depth interval, which is 500m.

CVM-S4.26M01(cvmsi) -- improved cvms5 that when within the depth interval returns cvms values (ie, brought back the near surface gtl) and cvms5(the improved cvms) values otherwise.

CVM-S4.26.M01(cvmsi)

The GTL related flags and their default setting in cvmsi src code,

  • ADD_ALT_GTL (set to 0)
  • ADD_ROB_GTL (set to 0)
  • ADD_TJ_GTL (set to 1)
  • ADD_GTL (set to 0)

cvmsi has embedded vs30 gtl code but not turned on by default. Any change in the setting of the flag would require recompile and reinstall of libcvmsi.so.

But, it does not make sense to have ADD_TJ_GTL enabled and ADD_GTL enabled since the Zrange is overlapped and so ADD_TJ_GTL code always take precedence.


cvmsi plots

tj Z1.0
tj Z1.0

cca plots

tj Z1.0
tj Z1.0

raw data

Related Links