From ead17ece922040041440f26153ba40ad117c414f Mon Sep 17 00:00:00 2001
From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv>
Date: Thu, 26 Oct 2017 10:15:53 +0200
Subject: [PATCH] v1.0.9.54 minor revision of Calibration_Michel documentation

---
 DESCRIPTION               | 2 +-
 NEWS.rmd                  | 2 +-
 man/Calibration_Michel.Rd | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 3dd58968..7b68150d 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.0.9.53
+Version: 1.0.9.54
 Date: 2017-10-26
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 49112002..c2690415 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.0.9.53 Release Notes (2017-10-26) 
+### 1.0.9.54 Release Notes (2017-10-26) 
 
 #### New features
 
diff --git a/man/Calibration_Michel.Rd b/man/Calibration_Michel.Rd
index 12ac9176..dc534fae 100644
--- a/man/Calibration_Michel.Rd
+++ b/man/Calibration_Michel.Rd
@@ -52,9 +52,9 @@ Calibration_Michel(InputsModel, RunOptions, InputsCrit, CalibOptions,
 \description{
 Calibration algorithm optimises the error criterion selected as objective function. \cr
 \cr
-The algorithm is based on a local search procedure. 
-First, a screening is performed using either a rough predefined grid or a list of parameter sets
-and then a simple steepest descent local search algorithm is performed.
+The algorithm combines a global and a local approach. 
+First, a screening is performed using either a rough predefined grid or a list of parameter sets.
+Then a steepest descent local search algorithm is performed, starting from the result of the screening procedure.
 }
 
 
-- 
GitLab