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 name RUN_PARAMETERS_FILE_NAME.

Parameters:

SIMULATION_PARAMETERS (dict[str, Any]) – The simulation parameters. The parameters SIMULATION_OUTPUT_DIRECTORY and RUN_PARAMETERS_FILE_NAME are at least necessary. See main.py for parameter explanations.