environmentaltools.processes.run_cshore
- environmentaltools.processes.run_cshore(cshore_executable_path, working_directory)[source]
Execute CSHORE (Coastal Storm Hindcast of Reshaping and Erosion) model.
Runs the CSHORE model for simulating beach profile evolution and storm impacts in the specified working directory.
- Parameters:
cshore_executable_path (str) – Path to the CSHORE executable file
working_directory (str) – Path to the working directory containing CSHORE input files
- Return type:
None
- Raises:
FileNotFoundError – If CSHORE executable is not found at the specified path