You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Background:

New Cybershake install structure (realization/[HF|LF|BB]) with yaml only and params*.py removed (prams_vel.py.template and params.py.template still present because they are not genareted by install) now available.

Parameter Folder Structure: Parameters and locations in new folder hierarchy

Tasks: 

  1. Clean up the manual workflow and testing code.  1d
  2. Then merge params branch into master and do benchmark testing   6h
  3. Create dummy templates for each level of yaml     6h
  4. Discuss dummy templates with team      2h
  5. Create functionalities to revtrive dummpy templates by user specified verison  4h
  6. Benchmark testing 4h

Progress:

 1-6 done. Currently only find defaults in root_params.yaml

Sample dummy template:

slurm_gm_workflow/templates/gmsim/16.1/root_defaults.yaml

hf:
  hf_dt: 0.005
  hf_rvfac: 0.8
  hf_sdrop: 50
  hf_path_dur: 1
  hf_kappa: 0.045
bb:
  site_specific: false
  fmin: 0.2
  fmidbot: 0.5
flo: 0.25

Todo:

Add more defaults according to researchers' request

make the automatic workflow work.

  • No labels