Difference between revisions of "UCVM cvms/cvms5/cvmsi GTL"
From SCECpedia
Jump to navigationJump to search| (11 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
Continuation from [[UCVM ucvm with sw4 using cvmsi]] | Continuation from [[UCVM ucvm with sw4 using cvmsi]] | ||
| + | |||
| + | cvms(CVM-S4) - rule based model with basins+borholes+GTL | ||
| + | cvms5(CVM-S4.26) - cvms as starting model, improved, no GTL | ||
| + | cvmsi(CVM-S4.26M01) -- cvms +cvms5 + ADD_TJ_GTL | ||
| + | |||
| + | just for testing : | ||
| + | cvmsi_x -- cvmsi minus ADD_TJ_GTL | ||
| + | |||
| + | |||
| + | == Setup region of interest == | ||
| + | |||
| + | roi | ||
| + | |||
| + | -118.4 33.6 | ||
| + | -118.4 34.313 | ||
| + | -117.39 34.313 | ||
| + | -117.39 33.6 | ||
| + | |||
| + | cross section endpoints, | ||
| + | |||
| + | -117.50 33.60 | ||
| + | -117.50 34.31 | ||
| + | |||
| + | Cross section calls, (from CVM explorer's container) | ||
| + | |||
| + | <pre> | ||
| + | |||
| + | PROJ_LIB=/usr/local/share/ucvm/install/lib/proj/share/proj PATH=/usr/local/share/plotting/metada | ||
| + | ta_utilities/bin:/usr/local/share/anaconda3/bin:/usr/local/share/anaconda3/condabin:/usr/local/s | ||
| + | hare/anaconda3/envs/cvm_explorer_conda_env/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin | ||
| + | :/sbin:/bin PYTHONPATH=/usr/local/share/plotting/ucvm_plotting plot_cross_section.py -s 0 -h 710 | ||
| + | -d all -c cvmsi -a sd -n /usr/local/share/ucvm/install/conf/ucvm.conf -i /usr/local/share/ucvm/ | ||
| + | install -v 5 -b 33.60,-117.50 -u 34.31,-117.50 -e 2000 -o ../result/cvmsi.png -A 0.0,4.0 | ||
| + | |||
| + | </pre> | ||
| + | |||
| + | |||
| + | {| | ||
| + | | [[FILE:gtl_cvms.png|thumb|400px|cvms vs]] | ||
| + | | [[FILE:gtl_cvms5.png|thumb|400px|cvms5 vs]] | ||
| + | |} | ||
| + | {| | ||
| + | | [[FILE:gtl_cvmsi.png|thumb|400px|cvmsi vs]] | ||
| + | | [[FILE:gtl_cvmsi_x.png|thumb|400px|cvmsi_x vs]] | ||
| + | |} | ||
| + | |||
| + | == Difference plots of various cross sections == | ||
| + | |||
| + | Plotting a difference plot from 2 cross section slices, (from ucvm_plotting) | ||
| + | |||
| + | <pre>#!/bin/sh | ||
| + | |||
| + | ## | ||
| + | |||
| + | param="-b 33.60,-117.5 -u 34.31,-117.5" | ||
| + | param2="-d vs -a sd -s 0 -e 2000 -x 111 -y 401 -h 710 -v 5" | ||
| + | |||
| + | PROJ_LIB=/usr/local/share/anaconda2/share/proj PATH=/usr/local/share/anaconda2/bin:/usr/local/s | ||
| + | hare/anaconda2/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin PYTHONPATH=/home/mei/u | ||
| + | cvm_plotting/ucvm_plotting /home/mei/ucvm_plotting/ucvm_plotting/plot_cross_difference_section.p | ||
| + | y -c cvms5 $param $param2 -i $UCVM_INSTALL_PATH -o diff_cvmsi_cvms5_cross.png -f cvmsi_data.bin, | ||
| + | cvms5_data.bin -t 'cvmsi and cvms5 difference' -A -3,3 | ||
| + | |||
| + | </pre> | ||
| + | |||
| + | {| | ||
| + | | [[FILE:diff_cvms5_cvms_cross.png|thumb|400px|cvms5 cvms vs]] | ||
| + | | [[FILE:diff_cvmsi_cvms5_cross.png|thumb|400px|cvmsi cvms5 vs]] | ||
| + | | [[FILE:diff_cvmsi_cvms_cross.png|thumb|400px|cvmsi and cvms vs]] | ||
| + | |} | ||
| + | {| | ||
| + | | [[FILE:diff_cvmsi_cvmsi_x_cross.png|thumb|400px|cvmsi and cvmsi_x vs]] | ||
| + | | [[FILE:diff_cvmsi_cvmsi_cross.png|thumb|400px|cvmsi and cvmsi vs]] | ||
| + | |} | ||
== Related Links == | == Related Links == | ||
*[[Main Page]] | *[[Main Page]] | ||
*[[UCVM]] | *[[UCVM]] | ||
Latest revision as of 00:38, 29 January 2026
Contents
Study shallow regions handling of CVMS/CVMS5/CVMSI
Continuation from UCVM ucvm with sw4 using cvmsi
cvms(CVM-S4) - rule based model with basins+borholes+GTL cvms5(CVM-S4.26) - cvms as starting model, improved, no GTL cvmsi(CVM-S4.26M01) -- cvms +cvms5 + ADD_TJ_GTL
just for testing :
cvmsi_x -- cvmsi minus ADD_TJ_GTL
Setup region of interest
roi
-118.4 33.6 -118.4 34.313 -117.39 34.313 -117.39 33.6
cross section endpoints,
-117.50 33.60 -117.50 34.31
Cross section calls, (from CVM explorer's container)
PROJ_LIB=/usr/local/share/ucvm/install/lib/proj/share/proj PATH=/usr/local/share/plotting/metada ta_utilities/bin:/usr/local/share/anaconda3/bin:/usr/local/share/anaconda3/condabin:/usr/local/s hare/anaconda3/envs/cvm_explorer_conda_env/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin :/sbin:/bin PYTHONPATH=/usr/local/share/plotting/ucvm_plotting plot_cross_section.py -s 0 -h 710 -d all -c cvmsi -a sd -n /usr/local/share/ucvm/install/conf/ucvm.conf -i /usr/local/share/ucvm/ install -v 5 -b 33.60,-117.50 -u 34.31,-117.50 -e 2000 -o ../result/cvmsi.png -A 0.0,4.0
Difference plots of various cross sections
Plotting a difference plot from 2 cross section slices, (from ucvm_plotting)
#!/bin/sh ## param="-b 33.60,-117.5 -u 34.31,-117.5" param2="-d vs -a sd -s 0 -e 2000 -x 111 -y 401 -h 710 -v 5" PROJ_LIB=/usr/local/share/anaconda2/share/proj PATH=/usr/local/share/anaconda2/bin:/usr/local/s hare/anaconda2/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin PYTHONPATH=/home/mei/u cvm_plotting/ucvm_plotting /home/mei/ucvm_plotting/ucvm_plotting/plot_cross_difference_section.p y -c cvms5 $param $param2 -i $UCVM_INSTALL_PATH -o diff_cvmsi_cvms5_cross.png -f cvmsi_data.bin, cvms5_data.bin -t 'cvmsi and cvms5 difference' -A -3,3