svalinn / r2s-act

Rigorous 2 Step Activation Workflow
4 stars 7 forks source link

r2s_step2setup.py improvments #33

Closed makeclean closed 11 years ago

makeclean commented 11 years ago

r2s_step2setup.py should either write a script/or there should be another python script r2s_step2_batch.py (or whatever) which should perform the r2s_step2.py calculation in each cooling step subdirectory.

In the ideal world I would like to see some summary of the total photon source rate for each cooling step at the end of this processing step.

erelson commented 11 years ago

I've got this feature implemented, but the commit isn't pushed yet since I need to test it.

erelson commented 11 years ago

Committed, seems to work well.

The script r2s_run_all_step2.sh is created.

The total photon source info is output to the terminal, and also to the file phtn_src_totals.

Also, the (verbally requested) ability to put "all" for phtn_cooling in r2s.cfg has been implemented, and will be committed in the morning once updated tests and documentation are taken care of.