Write the ouptut list to disk either under a unique .RData
file or three separated
files:
Model Output (csv file)
Meteoroloy output (input to the model, csv file)
Model parameters (txt file)
write.results( FinalList, output = ".RData", Simulation_Name = NULL, Outpath = "Outputs", ... )
FinalList | The model output list |
---|---|
output | Output format. Character. |
Simulation_Name | The name of the simulation. Used for the name of the outputs. Default: |
Outpath | The path to the folder to write on. |
... | Further parameters to pass to |
To re-import the output, the user should use base::readRDS()