Difference between revisions of "Product Backlog - Mei"

From SCECpedia
Jump to navigationJump to search
Line 11: Line 11:
  
 
DONE
 
DONE
#create a pull request to official UCVM-C, fix up each models that is in github -- pull merged into official UCVMC's dev branch
+
#create a pull request to official UCVM-C, fix up each models that is in github -- merged into official UCVMC's dev branch
 
#Ran tests tiling cencal+cca+cvms5+bbp1d, the 1d part gets surface gtl
 
#Ran tests tiling cencal+cca+cvms5+bbp1d, the 1d part gets surface gtl
 
#Tiling cencal+cca(with gtl)+cvms5(with gtl)+1d tested and verified
 
#Tiling cencal+cca(with gtl)+cvms5(with gtl)+1d tested and verified
 
#GTL for CCA06- verified by generating identical plots to CyberShake_Study_18.5
 
#GTL for CCA06- verified by generating identical plots to CyberShake_Study_18.5
#Fixed plugin/dynamic loading of modules, Scott's interleaving bug fix for cvmsi is also needed for the plugin module. There was the missed case for left-over points in chunking/processing code. Also the code was not setup to take more than one dynamic library
+
#Fixed plugin/dynamic loading of modules, Scott's interleaving bug, fixes for cvmsi is also needed for the plugin module. There was the missed case for left-over points in chunking/processing code, fixed that. Also the code was not setup to take more than one dynamic library
 
#Setup to run my latest UCVMC on blue water - query works but plotting scripts do not work with BW's installed default pthread library(too old, conflicting with matplotlib's pyplot from Anaconda2)
 
#Setup to run my latest UCVMC on blue water - query works but plotting scripts do not work with BW's installed default pthread library(too old, conflicting with matplotlib's pyplot from Anaconda2)
 
#Fixed segfaults flagged from a working ucvmc installation on local mac (fixed cs173_final(), cca_final()), (mac gdb installation hints: https://gist.github.com/gravitylow/fb595186ce6068537a6e9da6d8b5b96d)
 
#Fixed segfaults flagged from a working ucvmc installation on local mac (fixed cs173_final(), cca_final()), (mac gdb installation hints: https://gist.github.com/gravitylow/fb595186ce6068537a6e9da6d8b5b96d)

Revision as of 22:08, 13 April 2018

Mei-Hui Su's Project/Product Backlog

Project/Product Backlog

  1. rework basin_query tests in slurm on hpc
  2. More crossing data for Kevin, Kevin said CCA06 plot looks more fuzzier than Scott's UCVMpython generated one
  3. Compare UCVM python CCA06 with UCVM C CCA06
  4. Register new Central California Basin Model from Havard with CS173 **pending incoming data**
  5. Discuss mesh plotting Scripts with Scott Cal.
  6. Generate large (100M+ point) AWP mesh using ucvmc and ucvmp and compare meshes


DONE

  1. create a pull request to official UCVM-C, fix up each models that is in github -- merged into official UCVMC's dev branch
  2. Ran tests tiling cencal+cca+cvms5+bbp1d, the 1d part gets surface gtl
  3. Tiling cencal+cca(with gtl)+cvms5(with gtl)+1d tested and verified
  4. GTL for CCA06- verified by generating identical plots to CyberShake_Study_18.5
  5. Fixed plugin/dynamic loading of modules, Scott's interleaving bug, fixes for cvmsi is also needed for the plugin module. There was the missed case for left-over points in chunking/processing code, fixed that. Also the code was not setup to take more than one dynamic library
  6. Setup to run my latest UCVMC on blue water - query works but plotting scripts do not work with BW's installed default pthread library(too old, conflicting with matplotlib's pyplot from Anaconda2)
  7. Fixed segfaults flagged from a working ucvmc installation on local mac (fixed cs173_final(), cca_final()), (mac gdb installation hints: https://gist.github.com/gravitylow/fb595186ce6068537a6e9da6d8b5b96d)
  8. Ran basin_query_mpi on hpc with SLURM
  9. Doc projection fix on scecpedia, https://scec.usc.edu/scecpedia/Final_Projection_Review_Result
  10. Add the fixed config file into CCA's github, also edits from below(pending moving to scec space): https://github.com/meihuisu/CCA.git
  11. Copy the CCA06 data on scec-01/Intensity to hypocenter, change the dependency to hypocenter in the make-data script
  12. adding elygtl to CCA06
  13. new cs173 github location(pending moving to scec space):https://github.com/meihuisu/cs173.git
  14. Register Scott NorCal model into UCVM
 - CS173, compare CS173 plots from ScottC with my version
  15. Doc CCA06 Crossing review, https://scec.usc.edu/scecpedia/Final_CCA06_Crossings_Result
  16. Update basin_query_mpi to return list of crossing per grid point, also return one crossing output file for each algorithm.
  17. To check projection fix, trace processing from en-jui data files to configuration files
  18. Cross section plots showing 0-10km depth through CCA06, showing velocity inversions, starting at one end of region at 5km spacing to other end of region. **No need, posted inversion plot in scecpedia**

Related Entries