From d5999c1a57c72b5d03948796c78d8f3b37aedd98 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Fri, 6 Nov 2020 11:18:01 +0100
Subject: [PATCH] v1.6.3.25 docs(NEWS): add explanations in the NEWS file Refs
 #65, 87be8b19

---
 DESCRIPTION | 2 +-
 NEWS.md     | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 9b871de5..449f047a 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.6.3.24
+Version: 1.6.3.25
 Date: 2020-11-05
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.md b/NEWS.md
index 6541b58c..d5a8a938 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,7 +4,7 @@
 
 
 
-### 1.6.3.24 Release Notes (2020-1&-05)
+### 1.6.3.25 Release Notes (2020-11-06)
 
 #### New features
 
@@ -20,6 +20,11 @@
 - The deprecated <code>RunSnowModule</code> argument has been removed from the <code>CreateRunOptions()</code> function. ([#23](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/23))
 
 
+#### Bug fixes
+
+- Fixed bug in <code>RunModel_GR1A()</code>. Reversed PotEvap and Precip outputs are now reordered (in the previous versions PotEvap contained the precipitation values and Precip contained the evapotranspiration values, the Qsim values were already correct).
+
+
 #### Major user-visible changes
 
 - Added output to <code>RunModel_GR2M()</code> function (Ps). ([#51](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/51))
-- 
GitLab