phydrus.model.Model.set_executable

Model.set_executable(exe_name)[source]

Method to set the path to the Hydrus-1D executable.

Parameters

exe_name (str) – String with the path to the Hydrus-1D executable.

Examples

>>> exe = os.path.join(os.getcwd(), 'hydrus.exe')
>>> ml.set_executable(exe)

Notes

This method may also be used to re-set the path to the executable.