S5.HPC.SolarSim.file_sweep#

S5.HPC.SolarSim.file_sweep(file_list: List[str | PathLike], run_name: str | PathLike, executable_location: str | PathLike = '../SolarSim.X') None[source]#

Run a sweep of SolarSim with the files specified.

Sweep files by renaming each of the file in list to run_name and run SolarSim.

Parameters:
  • file_list – Filenames to be swapped in for SolarSim.

  • run_name – Name referenced in control file.

  • executable_location – Path to SolarSim to execute.

Returns:

None

See also

S5.SolarSim.file_swap_par : Run this function in parallel. S5.SolarSim.read_file_sweep : Read the results of a file sweep.