8.5.2.4. parflow.tools.core.Run.write

Run.write(file_name=None, file_format='pfidb', working_directory=None)

Method to write database file to disk

Parameters:
  • file_name (str) – Name of the file to write. If not provided, the name of the run will be used.

  • file_format (str) – File extension which also represent the output format to use. (pfidb, yaml, json) The default is pfidb.

Returns:

The full path to the written file. (str): The full path of the run which is what should be

given to ParFlow executable.

Return type:

(str)