environmentaltools.processes.run_copla

environmentaltools.processes.run_copla(copla_executable_path, working_directory)[source]

Execute COPLA (Coastal Profile Algorithm) model.

Runs the COPLA morphodynamic model which simulates cross-shore profile evolution in the specified working directory.

Parameters:
  • copla_executable_path (str) – Path to the COPLA executable file

  • working_directory (str) – Path to the working directory containing COPLA input files

Return type:

None

Raises:

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