This script, building on the minimal one defined in #240 , will load the SA file, a template config file for VR and create a collection of also valid configuration files differing from one another in the value of just one (or more) parameters. Specific tasks that this script will perform are:
| Config file |
parameter_1 |
parameter_2 |
| madagascar01.toml |
15 |
20 |
| madagascar02.toml |
15 |
30 |
| madagascar03.toml |
15 |
40 |
| madagascar04.toml |
20 |
20 |
| madagascar05.toml |
20 |
30 |
| madagascar06.toml |
20 |
40 |
| madagascar07.toml |
25 |
20 |
| madagascar08.toml |
25 |
30 |
| madagascar09.toml |
25 |
40 |
The naming convention of the new config files will be such that they can be easily ingested by the submission script for the Imperial's HPC (see #242 ).
Question:
- How would be best to handle the case of configuration spread across multiple config files?
This script, building on the minimal one defined in #240 , will load the SA file, a template config file for VR and create a collection of also valid configuration files differing from one another in the value of just one (or more) parameters. Specific tasks that this script will perform are:
The naming convention of the new config files will be such that they can be easily ingested by the submission script for the Imperial's HPC (see #242 ).
Question: