Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Code Block
baes@mahuika02: /nesi/project/nesi00213/deploy/seisfinder2/CLI/hazard$ for sl in `ls parallel_hazard*.sl`; do sbatch $sl; done
Submitted batch job 69390
Submitted batch job 69391
Submitted batch job 69392
Submitted batch job 69393
Submitted batch job 69394
Submitted batch job 69395
Submitted batch job 69396
Submitted batch job 69397
Submitted batch job 69398
Submitted batch job 69399
Submitted batch job 69400
Submitted batch job 69401
Submitted batch job 69402
Submitted batch job 69403
Submitted batch job 69404
Submitted batch job 69405
Submitted batch job 69406
Submitted batch job 69407
Submitted batch job 69408

 

13. Hazard map. When everything is completed, you can plot hazard map. For details, see https://github.com/ucgmsim/seisfinder2/tree/master/CLI/hazard

 

 

To do

  1. hazard_search.py should contain python commands with the full path to hazard_calc.py with all PYTHONPATH sorted.  This will remove the need for copying .sl back to the code directory, enabling us to separate the code and working environment.
  2. HAZARD_CALC_SH in parallel_hazard_sl.template can be automatically set by split_sh.sh

  3. hazard_search.py can also copy .sl.tempalte and machine_env etc to the temp dir.