File changes:

  • Added extra steps for adv_IM in qcore.const.processes
  • main function in submit_sim_imcal.py has been extended to accept adv_IM arguments.
    (simple IM_calc related are removed while adv_IM args != None)
  • added simple testing to check if the aggregated CSV is there
    (also check for blanks, to check if previous runs crashed)
  • extended auto_submit.py to take extra arguments for Adv_IM

Behavior changes:

  • automated workflow can now handle Adv_IM .
  1. auto_submit.py --adv_im [model_name+]
    will run the automated workflow with models provided.
  • adv_im in auto_submit is set to have None in default
    adv_im will not be ran if not supplied
  • if adv_im are not None, adv_im step will be submitted
    (only depends on BB, not simple_IM)

TODO:

  • update/extend the run_cybershake.py to take adv_im related stuffs in task_config.yaml
  • adv_IM in conf has to be treated as special case, since it has to match both 'fault/rels' and 'adv_im_models'
  • No labels