Parametric Configurations#
- class ORBIT.ParametricManager(base, params, funcs, weather=None, module=None, product=False, keep_inputs=None)[source]#
Class for configuring parametric ORBIT runs.
- run(**kwargs)[source]#
Run the configured parametric runs and save any requested results to self.results.
- _get_kept_inputs(config)[source]#
Extract inputs in self.keep from config.
- Parameters:
config (dict)
- property run_list#
Returns list of configured parametric runs.
- property num_runs#
Calculates the number of runs completed.
- static map_funcs(obj, funcs)[source]#
Map obj to list of funcs.
- Parameters:
obj (ProjectManager) -- Project instance to run through functions.
funcs (list) -- Functions used to pull results from obj.