select_runs

select_runs.py: select runs from a list

usage:

  select_runs.py [ -q ] [ -n N ] [ -m MODE ] SCENARIO

where: SCENARIO is a location (for now, directory) containing run information

and:

  -m MODE tells what mode
     by default this is "drm" (output the DRM filenames within the SCENARIO)
  -n N tells how many runs to select.  Default is 10.  Non-negative, or T for all runs.
     It is not an error if N is larger than the number of runs.
  -q means to exit quietly if SCENARIO is not present

Typical usage: util/select_runs.py -n 5 sims/HabEx_4m_TSDD

turmon aug 2023