S5.HPC.SolarSim.run_ss#

S5.HPC.SolarSim.run_ss(executable_location: str | PathLike, control: str | PathLike, summary: str | PathLike, history: str | PathLike, solartotals: str | PathLike, lock: Lock | None = None) None[source]#

Run solar sim

Parameters:
  • executable_location – Path to SolarSim to execute.

  • control – Pth to control file.

  • summary – Path to write summary file.

  • history – Path to write history file.

  • solartotals – Path to write solartotals file.

  • lockmultiprocessing.Lock for parallel computing.

Returns:

None, lock is released when SolarSim have finished reading in the input files