com1DFA.com1DFA.prepareVarSimDict

prepareVarSimDict(standardCfg, inputSimFiles, variationDict, simNameExisting='')[source]

Prepare a dictionary with simulations that shall be run with varying parameters following the variation dict

Parameters
  • standardCfg (configParser object) – default configuration or local configuration

  • inputSimFiles (dict) – info dict on available input data

  • variationDict (dict) – dictionary with parameter to be varied as key and list of it’s values

  • simNameExisting (list) – list of simulation names that already exist (optional). If provided, only carry on simulations that do not exist

Returns

simDict – dicionary with info on simHash, releaseScenario, release area file path, simType and contains full configuration configparser object for simulation run

Return type

dict