environmentaltools.processes.run_coastalme

environmentaltools.processes.run_coastalme(coastalme_executable_path, working_directory)[source]

Run CoastalME model in the specified directory.

Parameters:
  • coastalme_executable_path (str) – Path to the CoastalME executable file

  • working_directory (str) – Path to the working directory where CoastalME will be executed

Return type:

None

Raises:

FileNotFoundError – If CoastalME executable is not found at the specified path