com1DFA.deriveParameterSet.createSimDict

createSimDict(avalancheDir, com1DFA, cfgInitial, inputSimFiles, simNameExisting)[source]

Create a simDict with all the simulations that shall be performed

Parameters
  • avalancheDir (pathlib path) – path to avalanche directory

  • com1DFA (module) – computational module

  • cfgStart (configparser object) – configuration settings for com1DFA

  • inputSimFiles (dict) – dictionary with info in input files (release area, dem, …)

  • simNameExisting (list) – list with names of sims that already exist in outputs

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