src.dynamic_boundary_conditions.tide.tide_slr_model_input

Generates the requested water level uniform boundary model input for BG-Flood.

Attributes

log

Functions

generate_uniform_boundary_input(→ None)

Generates the requested water level uniform boundary model input for BG-Flood.

Module Contents

src.dynamic_boundary_conditions.tide.tide_slr_model_input.log
src.dynamic_boundary_conditions.tide.tide_slr_model_input.generate_uniform_boundary_input(bg_flood_dir: pathlib.Path, tide_slr_data: pandas.DataFrame) None

Generates the requested water level uniform boundary model input for BG-Flood.

Parameters:
  • bg_flood_dir (pathlib.Path) – The BG-Flood model directory.

  • tide_slr_data (pd.DataFrame) – A DataFrame containing the combined tide and sea level rise data.

Returns:

This function does not return any value.

Return type:

None