From 512953c39de9ca6218a7661b875ad58107af1304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CMattLuck-NOAA=E2=80=9D?= Date: Fri, 29 Dec 2023 08:57:16 -0500 Subject: [PATCH] Update CHANGELOG.md --- docs/CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 45689b40b..dc5ce1056 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,20 @@ All notable changes to this project will be documented in this file. We follow the [Semantic Versioning 2.0.0](http://semver.org/) format. +## v4.4.x.x - 2023-12-29 - [PR#1059](https://github.com/NOAA-OWP/inundation-mapping/pull/1059) + +Fixes erroneous branch inundation in levee-protected areas. + +Levees disrupt the natural hydrology and can create large catchments that contain low-lying areas in levee-protected areas that are subject to being inundated in the REM (HAND) grid. However, these low-lying areas are hydrologically disconnected from the stream associated with the catchment and can be erroneously inundated. Branch inundation in levee-protected areas is now confined to the catchment for the levelpath. + +### Changes + +- `src/` + - `delineate_hydros_and_produce_HAND.sh`: Adds input argument for catchments. + - `mask_dem.py`: Adds DEM masking for areas of levee-protected areas that are not in the levelpath catchment. + +

+ ## v4.4.8.2 - 2023-12-12 - [PR#1052](https://github.com/NOAA-OWP/inundation-mapping/pull/1052) The alpha test for v4.4.8.1 came back with a large degradation in skill and we noticed that the global manning's roughness file was changed in v4.4.7.1 - likely in error.