Payu currently requires several UM configuration files which aren't required and duplicate settings in the required ones, making it confusing to modify the correct namelists.
I've removed the unneeded files from the config_files in um.py, though kept parexe as an optional_configuration_file in case it is needed by older configurations.
Changes related to #419.
Payu currently requires several UM configuration files which aren't required and duplicate settings in the required ones, making it confusing to modify the correct namelists.
I've removed the unneeded files from the
config_files
inum.py
, though keptparexe
as anoptional_configuration_file
in case it is needed by older configurations.