Commit 01322853 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.2.11.11 BUG: check on setting parameter values added in frun_CEMANEIGE FORTRAN file

Showing with 5 additions and 4 deletions
+5 -4
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.2.11.10
Version: 1.2.11.11
Date: 2019-03-25
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
......@@ -13,7 +13,7 @@ output:
### 1.2.11.10 Release Notes (2019-03-25)
### 1.2.11.11 Release Notes (2019-03-25)
......
......@@ -70,8 +70,9 @@
Gacc=Param(3)
prct=Param(4)
Gthreshold=prct*MeanAnSolidPrecip
Glocalmax=Gthreshold
IF (Gthreshold .EQ. 0.) Gthreshold=prct*MeanAnSolidPrecip
IF (Glocalmax .EQ. 0.) Glocalmax=Gthreshold
ELSE
Gthreshold=0.9*MeanAnSolidPrecip
ENDIF
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment