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

v1.3.2.29 CLEAN: lines moved to initialize Gthreshold and Glocalmax only when...

v1.3.2.29 CLEAN: lines moved to initialize Gthreshold and Glocalmax only when IsHyst in frun_CEMANEIGE.f
Showing with 5 additions and 5 deletions
+5 -5
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.3.2.28
Date: 2019-09-04
Version: 1.3.2.29
Date: 2019-09-06
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@irstea.fr"),
......
......@@ -14,7 +14,7 @@ output:
### 1.3.2.28 Release Notes (2019-09-04)
### 1.3.2.29 Release Notes (2019-09-06)
......
......@@ -58,8 +58,6 @@
!initialisation of model states using StateStart
G=StateStart(1)
eTG=StateStart(2)
Gthreshold=StateStart(3)
Glocalmax=StateStart(4)
Gratio=0.
PliqAndMelt=0.
......@@ -67,6 +65,8 @@
CTG=Param(1)
Kf=Param(2)
IF (IsHyst) THEN
Gthreshold=StateStart(3)
Glocalmax=StateStart(4)
Gacc=Param(3)
prct=Param(4)
......
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