input_output_functions.save_input_parameters#
- input_output_functions.save_input_parameters(SIMULATION_PARAMETERS: dict[str, Any]) None #
Saves the simulation parameters in a text file.
The text file is saved in directory
SIMULATION_OUTPUT_DIRECTORY
with nameRUN_PARAMETERS_FILE_NAME
.- Parameters:
SIMULATION_PARAMETERS (dict[str, Any]) – The simulation parameters. The parameters
SIMULATION_OUTPUT_DIRECTORY
andRUN_PARAMETERS_FILE_NAME
are at least necessary. Seemain.py
for parameter explanations.