CVM H Tests - SCECcode/ucvm GitHub Wiki
The user can specify a CVM-H configuration flag that enables or disables use of a 1D background model. We run ucvm_query twice, for a point outside the cvm-h region, and show that the flag takes effect. The default CVM-H flag is not to use a 1D background model. We expect ucvm to return material properties for regions outside of the CVM-H region when the 1D background model is true.
We called ucvm_query this way:
./bin/ucvm_query -f ./conf/ucvm.conf -m cvmh -c gd < ./tests/inputs/ucvm_socal_test_pts.txt > ucvm_cvmh_depth_1dtrue_results.txt
We ran this query without 1D bkg by setting conf/ucvm.conf file flag this way:
cvmh_param=USE_1D_BKG,False cvmh_param=USE_GTL,False
We ran this query with 1D bkg by setting conf/ucvm.conf file flag this way:
cvmh_param=USE_1D_BKG,True cvmh_param=USE_GTL,False
We posted the results on a SCEC Website at: