From 97e32d46d0cbfef9fb29d9dfcf607ec4fc35887b Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald Date: Mon, 22 Oct 2018 14:00:45 -0600 Subject: [PATCH 1/2] Update version file --- trunk/NDHMS/.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/NDHMS/.version b/trunk/NDHMS/.version index 872033a8c..5f81b6abf 100644 --- a/trunk/NDHMS/.version +++ b/trunk/NDHMS/.version @@ -1 +1 @@ -v5.0.2 \ No newline at end of file +v5.0.3 From cedd6948358f875173285f9b9b4c966935795929 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald Date: Mon, 22 Oct 2018 14:02:15 -0600 Subject: [PATCH 2/2] Update NEWS.md to new version --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index c816e34c5..0ed00609a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# WRF-Hydro v5.0.3 + ## Bug fixes - Gridded routing lake inflows were not preserved in restarts, therefore solution to the level-pool scheme on intial timestep after model restart had slightly different initial conditions. This was fixed by preserving last timestep lake inflows in the restart files. - The lake level-pool scheme had a number of internal bugs fixed, which should improve lake level and outflow behavior.