Difference between revisions of "Final CCA06 Crossings Result"

From SCECpedia
Jump to navigationJump to search
Line 1: Line 1:
The final set of CCA06 crossing result with updated projection configuration from ABC.
 
  
The target crossing to be used for CCA06 is the 2nd row, the firstOrSecond set
+
An option was added in basin_query_mpi(-o) to create an ascii file of top 3 crossings plus the last crossing per grid point within ROI region. This result file can be post processed to determine the best
 +
strategy to use in selecting the suitable crossing to use for the model.
 +
 
 +
The format of the content:
 +
 
 +
lon lat count crossing1 crossing2 crossing3 crossing4
 +
 
 +
examples,
 +
  *no crossing
 +
      lon  lat  0  -1  -1  -1  -1
 +
  *1 crossing (c1 = first crossing = last crossing)
 +
      lon  lat  1  c1  -1  -1  -1
 +
  *2 crossings (c1 = first, c2 = 2nd = last)
 +
      lon  lat  2  c1  c2  -1  -1
 +
  *3 crossings (c1 = first, c2 = 2nd, c3 = third = last)
 +
      lon  lat  3  c1  c2  c3  -1
 +
  *4 crossings (c1 = first, c2 = 2nd, c3 = third, c4 = fourth = last)
 +
      lon  lat  4  c1  c2  c3  c4
 +
  *5 crossings (c1 = first, c2 = 2nd, c3 = third, c5 = fifth = last)
 +
      lon  lat  5  c1  c2  c3  c5
 +
  *6 crossings (c1 = first, c2 = 2nd, c3 = third, c6 = sixth = last)
 +
      lon  lat  5  c1  c2  c3  c6
 +
 
 +
 
 +
 
 +
The final set of CCA06 crossing result with updated projection configuration from *[[CVM_Projection_Issue_Discussion]].
 +
 
 +
The target crossing to be used for CCA06 is the 2nd row, the firstOrSecond set.
 +
 
  
  

Revision as of 19:44, 14 March 2018

An option was added in basin_query_mpi(-o) to create an ascii file of top 3 crossings plus the last crossing per grid point within ROI region. This result file can be post processed to determine the best strategy to use in selecting the suitable crossing to use for the model.

The format of the content:

lon lat count crossing1 crossing2 crossing3 crossing4

examples,

 *no crossing
     lon  lat  0  -1  -1  -1  -1
 *1 crossing (c1 = first crossing = last crossing)
     lon  lat  1  c1  -1  -1  -1
 *2 crossings (c1 = first, c2 = 2nd = last)
     lon  lat  2  c1  c2  -1  -1
 *3 crossings (c1 = first, c2 = 2nd, c3 = third = last)
     lon  lat  3  c1  c2  c3  -1
 *4 crossings (c1 = first, c2 = 2nd, c3 = third, c4 = fourth = last)
     lon  lat  4  c1  c2  c3  c4
 *5 crossings (c1 = first, c2 = 2nd, c3 = third, c5 = fifth = last)
     lon  lat  5  c1  c2  c3  c5
 *6 crossings (c1 = first, c2 = 2nd, c3 = third, c6 = sixth = last)
     lon  lat  5  c1  c2  c3  c6


The final set of CCA06 crossing result with updated projection configuration from *CVM_Projection_Issue_Discussion.

The target crossing to be used for CCA06 is the 2nd row, the firstOrSecond set.


Basin Query Algorithm Result for CCA 06

Algorithm Threshold = 1000m/s Threshold = 2500m/s
First Crossing data

png

data

png

First Or Second Crossing data

png

data

png

Last Crossing data

png

data

png|

Second Only Crossing data

png

data

png

Last but

not First or Second Crossing

data

png

data

png

The basin query command that was used to generate the result:

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/b asin_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,${TEST_TOP_PATH}/RESULT/basin_query_mpi_cca_z2.5_n20.json -f ucvm.conf -m cca -i 20 -v 2500 -l 33.35,-123.0 -s 0.005 -x 1551 -y 1201

and,

mpirun -np 20 ./basin_query_mpi -b ${TEST_TOP_PATH}/RESULT/basin_query_mpi_cca_z1.0_n20.first,${TEST_TOP_PATH}/RESULT/basin_query_mpi_cca_z1.0_n20.firstOrSecond,${TEST_TOP_PATH}/RESULT/basin_query_mpi_cca_z1.0_n20.last,${TEST_TOP_PATH}/RESULT/basin_query_mpi_cca_z1.0_n20.secondOnly,${TEST_TOP_PATH}/RESULT/basin_query_mpi_cca_z1.0_n20.threeLast -o ${TEST_TOP_PATH}/RESULT/basin_query_mpi_cca_z1.0_n20.result -f ucvm.conf -m cca -i 20 -v 1000 -l 33.35,-123.0 -s 0.0 05 -x 1551 -y 1201

resulting filename were renamed for clarity

and the plotting commands that were used are:

./plot_z25_map.py -f cca_z2.5.firstOrSecond -o cca_z2.5_firstOrSecond_map.png -e "(first or second crossing)" -b 33.349998,-123.000000 -u 39.355000,-115.245003 -c cca -s 0.005000 -x 1551 -y 1201

and,

./plot_z10_map.py -f cca_z1.firstOrSecond -o cca_z1_firstOrSecond_map.png -e "(first or second crossing)" -b 33.349998,-123.000000 -u 39.355000,-115.245003 -c cca -s 0.005000 -x 1551 -y 1201


Related Entries