floodresilience.dynamic_boundary_conditions.tide.tide_slr_model_input
Generates the requested water level uniform boundary model input for BG-Flood.
Attributes
Functions
|
Remove existing uniform boundary input files from the specified directory. |
|
Generate the requested water level uniform boundary model input for BG-Flood. |
Module Contents
- floodresilience.dynamic_boundary_conditions.tide.tide_slr_model_input.log
- floodresilience.dynamic_boundary_conditions.tide.tide_slr_model_input.remove_existing_boundary_inputs(bg_flood_dir: pathlib.Path) None
Remove existing uniform boundary input files from the specified directory.
- Parameters:
bg_flood_dir (pathlib.Path) – BG-Flood model directory containing the uniform boundary input files.
- floodresilience.dynamic_boundary_conditions.tide.tide_slr_model_input.generate_uniform_boundary_input(bg_flood_dir: pathlib.Path, tide_slr_data: pandas.DataFrame) None
Generate 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.