com1DFA.deriveParameterSet.getVariationDict

getVariationDict(avaDir, fullCfg, modDict)[source]

Create a dictionary with all the parameters that shall be varied from the standard configuration; ONLY accounts for variations in section GENERAL and INPUT/releaseScenario

Parameters
  • avaDir (str) – path to avalanche directory

  • fullCfg (configParser object) – full configuration potentially including variations of parameter

  • modDict (dict) – info on modifications to standard configuration

Returns

variationDict – dictionary with the parameters that shall be varied and the chosen flags for the run

Return type

dict