ogs5py.tools.download.add_exe

ogs5py.tools.download.add_exe(ogs_exe, dest_name=None)[source]

Add an OGS5 exe to OGS5PY_CONFIG.

Parameters:
  • ogs_exe (str) – Path to the ogs executable to be copied.

  • dest_name (str, optional) – Destination file name. Default: basename of ogs_exe

Returns:

dest – If an OGS5 executable was successfully copied, the file-path is returned.

Return type:

str