Part of the clean-up I've done on this branch has been renaming "input files" to "settings files", and some of the python tools have changed to reflect that -- subroutine arguments are now settings_file instead of input_file and command line arguments are -s instead of -i. I don't think this affects any of the POP / CIME calls into the MARBL tools, but I should definitely run a test suite and make sure.
Part of the clean-up I've done on this branch has been renaming "input files" to "settings files", and some of the python tools have changed to reflect that -- subroutine arguments are now
settings_file
instead ofinput_file
and command line arguments are-s
instead of-i
. I don't think this affects any of the POP / CIME calls into the MARBL tools, but I should definitely run a test suite and make sure.