Difference between revisions of "CVM-H 15.1.0 Comparison"

From SCECpedia
Jump to navigationJump to search
Line 8: Line 8:
  
 
UCVM 14.3.0 was used to create a cross-section of both models from (-120.49, 34.62) to (-120.10, 34.90) starting at 0m and going to 5km depth. The horizontal and vertical resolution were both 20m.
 
UCVM 14.3.0 was used to create a cross-section of both models from (-120.49, 34.62) to (-120.10, 34.90) starting at 0m and going to 5km depth. The horizontal and vertical resolution were both 20m.
 +
 +
== Difference in File Structure Between 15.1.0 and 11.9.1 ==
 +
 +
guest-wireless-207-151-035-010:model davidgill$ diff -qr cvmh1191 cvmh151
 +
Only in cvmh151/model: CVMSM_flags@@
 +
Only in cvmh151/model: CVMSM_tag66@@
 +
Only in cvmh151/model: CVMSM_vp66@@
 +
Only in cvmh151/model: CVMSM_vs66@@
 +
Files cvmh1191/model/CVM_LR.vo and cvmh151/model/CVM_LR.vo differ
 +
Only in cvmh1191/model: CVM_LR_TAG@@
 +
Only in cvmh1191/model: CVM_LR_VP@@
 +
Only in cvmh1191/model: CVM_LR_VS@@
  
 
== Cross-Section Plots ==
 
== Cross-Section Plots ==

Revision as of 00:18, 7 February 2015

Introduction

CVM-H 15.1.0 is the proposed new community velocity model that updates CVM-H 11.9.1 with the addition of the Santa Maria Basin.

Comparison Method

CVM-H 15.1.0 was built by removing the model files CVM_LR_TAG@@, CVM_LR_VP@@, and CVM_LR_VS@@ and replacing them with CVMSM_tag66@@, CVMSM_vp66@@, and CVMSM_vs66@@. The low resolution configuration file was modified to use these updated files instead. These were the files provided by Harvard. A binary comparison between the respective files revealed that they do differ (e.g. CVMSM_tag66@@ and CVM_LR_TAG@@ are different files).

UCVM 14.3.0 was used to create a cross-section of both models from (-120.49, 34.62) to (-120.10, 34.90) starting at 0m and going to 5km depth. The horizontal and vertical resolution were both 20m.

Difference in File Structure Between 15.1.0 and 11.9.1

guest-wireless-207-151-035-010:model davidgill$ diff -qr cvmh1191 cvmh151 Only in cvmh151/model: CVMSM_flags@@ Only in cvmh151/model: CVMSM_tag66@@ Only in cvmh151/model: CVMSM_vp66@@ Only in cvmh151/model: CVMSM_vs66@@ Files cvmh1191/model/CVM_LR.vo and cvmh151/model/CVM_LR.vo differ Only in cvmh1191/model: CVM_LR_TAG@@ Only in cvmh1191/model: CVM_LR_VP@@ Only in cvmh1191/model: CVM_LR_VS@@

Cross-Section Plots

Cvmh151.png Cvmh1191.png

Download Links to CVMs

[CVM-H 11.9.1]
[CVM-H 15.1.0 Proposed Distribution]

To install, decompress the above files, then run:

aclocal
automake --add-missing
autoconf
./configure --prefix="path/to/install"
make
make install

From the decompressed CVM-H directory.