From 9bbc28e0243d7e25239558d0306632ce8691744f Mon Sep 17 00:00:00 2001 From: EmilyDeardorff-NOAA <60829052+EmilyDeardorff@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:37:33 -0800 Subject: [PATCH] Update CHANGELOG.md --- docs/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4a955fd3..4640372f 100755 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,16 @@ 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.5.13._ - 2025-_____ - [PR#1405](https://github.com/NOAA-OWP/inundation-mapping/pull/1405) + +Removing the references to lid_to_run from CatFIM in order to keep the CatFIM scripts cleaner. + +### Changes +- `tools/catfim/generate_categorical_fim.py`: Remove references to `lid_to_run` variable. +- ` tools/catfim/generate_categorical_fim_flows.py`: Remove references to `lid_to_run` variable. + +

+ ## v4.5.13.7 - 2025-01-10 - [PR#1379](https://github.com/NOAA-OWP/inundation-mapping/pull/1379) There are many sites in non-CONUS regions (AK, PR, HI) where we would like to run CatFIM but they are being excluded because they are not NWM forecast points. This update brings back the double API pull and adds in some code to filter out duplicate (and NULL) lids from the metadata lists.