metobs_toolkit.Modeldata.save_modeldata#
- Modeldata.save_modeldata(outputfolder=None, filename='saved_modeldata.pkl')[source]#
Save a Modeldata instance to a (pickle) file.
- Parameters:
outputfolder (str or None, optional) – The path to the folder to save the file. If None, the outputfolder from the Settings is used. The default is None.
filename (str, optional) – The name of the output file. The default is ‘saved_modeldata.pkl’.
- Return type:
None.