clean.settings.Rd
This will try and clean the settings file so it is ready for a new run. This will remove all run specific information and set the outdir to be 'pecan' for the next run.
clean.settings(inputfile = "pecan.xml", outputfile = "pecan.xml", write = TRUE)
list of all settings as saved to the XML file(s)
if (FALSE) { # \dontrun{
clean.settings('output/PEcAn_1/pecan.xml', 'pecan.xml')
} # }