zhafen / linefinder

A tool for finding and classifying the worldlines of Lagrangian parcels of mass, in the context of hydrodynamic simulations of galaxy formation.
https://zhafen.github.io/linefinder
MIT License
0 stars 1 forks source link

Create automatic argument fetcher #89

Closed zhafen closed 6 years ago

zhafen commented 6 years ago

Originally reported by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)


This will allow me to easily run suites of data. I think the basic structure is...

  1. Input parameters and formatting ->
  2. get_argument_combinations() ->
  3. get_data_tags() ->
  4. identify_uncompleted_runs() ->
  5. get_next_arguments_to_run()

zhafen commented 6 years ago

Original comment by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)


Fixed Issue #89 !

zhafen commented 6 years ago

Original comment by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)


This is now working at least for "troves" (i.e. suites) of data that are within a simulation. So snapshot and such can be varied. See galaxy_diver.data_management.trove_management for more.

This does not yet work for troves that span different simulations, because that involves changing the output directory, which is not yet supported.