To support tunning of parameters defined in .xml forcing files (e.g., access-om3), the following components need to be implemented:
xml parser (temporary choice) located at src/experiment_generator/tmp_parser. This will eventually be replaced by ACCESS-NRI/access-parsers
This will read, interpret and write *xml namelist-style content
xml updater
A wrapper to update xml parameter values based on the YAML input file.
integration with perturbation_experiment.py
Enable generation of control/perturbation experiments by modifying xml as required.
To support tunning of parameters defined in
.xmlforcing files (e.g., access-om3), the following components need to be implemented:xmlparser (temporary choice) located at src/experiment_generator/tmp_parser. This will eventually be replaced by ACCESS-NRI/access-parsersThis will read, interpret and write
*xmlnamelist-style contentxml updater
A wrapper to update
xmlparameter values based on the YAML input file.integration with perturbation_experiment.py
Enable generation of control/perturbation experiments by modifying xml as required.