metobs_toolkit.Modeldata.import_modeldata#

Modeldata.import_modeldata(folder_path=None, filename='saved_modeldata.pkl')[source]#

Import a modeldata instance from a (pickle) file.

Parameters:
  • folder_path (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’.

Returns:

The modeldata instance.

Return type:

metobs_toolkit.Modeldata