|
|
| (3 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| − | Three CCA06 data config that contain slightly different lat/lon points for the four corners of the mesh.
| + | #redirect [[CCA06 Projection Review]] |
| − | | |
| − | The results below show how ucvm_query results differ,using each data config file for the CCA model.
| |
| − | | |
| − | #The original one that came from CCA github repository. | |
| − | #A different from that is supplied from Scott that he has used.
| |
| − | #The fixed one that came from UCVM github repo under model name CCA06.
| |
| − | | |
| − | All three of them are different
| |
| − | | |
| − | == Result for CCA 06 ==
| |
| − | | |
| − | | |
| − | {| class="wikitable sortable" border="2"
| |
| − | |-
| |
| − | ! scope="col" style="width: 40%;"| Algorithm
| |
| − | ! scope="col" style="width: 20%;"| orig config
| |
| − | ! scope="col" style="width: 20%;"| fixed config
| |
| − | ! scope="col" style="width: 20%;"| Scott's config
| |
| − | |-
| |
| − | ! scope="row" | First Crossing
| |
| − | || [http://hypocenter.usc.edu/research/ucvmc_result/cca_z2.5_orig.first data]
| |
| − | [http://hypocenter.usc.edu/research/ucvmc_result/cca_z2.5_orig_first_map.png png] | |
| − | || [http://hypocenter.usc.edu/research/ucvmc_result/cca_z2.5_fixed.first data]
| |
| − | [http://hypocenter.usc.edu/research/ucvmc_result/cca_z2.5_fixed_first_map.png png]
| |
| − | || [http://hypocenter.usc.edu/research/ucvmc_result/cca_z2.5_scott.first data]
| |
| − | [http://hypocenter.usc.edu/research/ucvmc_result/cca_z2.5_scott_first_map.png png]
| |
| − | |-
| |
| − | ! scope="row" | First Or Second Crossing
| |
| − | || [http://hypocenter.usc.edu/research/ucvmc_result/cca_z2.5.orig.firstOrSecond data]
| |
| − | [http://hypocenter.usc.edu/research/ucvmc_result/cca_z2.5_orig_firstOrSecond_map.png png]
| |
| − | || [http://hypocenter.usc.edu/research/ucvmc_result/cca_z2.5.fixed.firstOrSecond data]
| |
| − | [http://hypocenter.usc.edu/research/ucvmc_result/cca_z2.5_fixed_firstOrSecond_map.png png]
| |
| − | || [http://hypocenter.usc.edu/research/ucvmc_result/cca_z2.5.scott.firstOrSecond data]
| |
| − | [http://hypocenter.usc.edu/research/ucvmc_result/cca_z2.5_scott_firstOrSecond_map.png png]
| |
| − | |-
| |
| − | |}
| |
| − | | |
| − | commands used:
| |
| − | | |
| − | ./plot_z25_map.py -b 33.35,-123.0 -u 39.35,-115.25 -c cca -s 0.005 -f cca_z2.5.first -o cca_z2.5_first_map.png -x "(first crossing)"
| |
| − | | |
| − | ./plot_z25_map.py -b 33.35,-123.0 -u 39.35,-115.25 -c cca -s 0.005 -f cca_z2.5.firstOrSecond -o cca_z2.5_firstOrSecond_map.png -x "(first or second crossing)"
| |
| − | | |
| − | and
| |
| − | | |
| − | mpirun -np 20 ./basin_query_mpi
| |
| − | -b ${TEST_TOP_PATH}/RESULT/basin_query_mpi_cca_z2.5_n20.first,
| |
| − | ${TEST_TOP_PATH}/RESULT/basin_query_mpi_cca_z2.5_n20.firstOrSecond,
| |
| − | ${TEST_TOP_PATH}/RESULT/basin_query_mpi_cca_z2.5_n20.last,
| |
| − | ${TEST_TOP_PATH}/RESULT/basin_query_mpi_cca_z2.5_n20.secondOnly,
| |
| − | ${TEST_TOP_PATH}/RESULT/basin_query_mpi_cca_z2.5_n20.threeLast
| |
| − | -o ${TEST_TOP_PATH}/RESULT/basin_query_mpi_cca_z2.5_n20.result
| |
| − | -f ucvm.conf -m cca -i 20 -v 2500 -l 33.35,-123.0 -s 0.005 -x 1551 -y 1201
| |
| − | | |
| − | == Related Entries ==
| |
| − | *[[UCVM Review]]
| |