Commit 896a03b7 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.2.13.15 CLEAN: unused variables removed from Fortran files

Showing with 8 additions and 7 deletions
+8 -7
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.2.13.14 Version: 1.2.13.15
Date: 2019-04-03 Date: 2019-04-03
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
...@@ -13,7 +13,7 @@ output: ...@@ -13,7 +13,7 @@ output:
### 1.2.13.14 Release Notes (2019-04-03) ### 1.2.13.15 Release Notes (2019-04-03)
#### Deprecated and defunct #### Deprecated and defunct
...@@ -27,7 +27,6 @@ output: ...@@ -27,7 +27,6 @@ output:
- The <code>plot_OutputsModel()</code> had been deprecated in airGR 1.0.4 (it had been replaced by the use of <code>plot.OutputsModel()</code> or <code>plot()</code>) and is defunct now. - The <code>plot_OutputsModel()</code> had been deprecated in airGR 1.0.4 (it had been replaced by the use of <code>plot.OutputsModel()</code> or <code>plot()</code>) and is defunct now.
#### New features #### New features
- <code>CreateInputsCrit()</code> now presents a <code>VarObs</code> argument in order to allow to prepare an <code>InputsCrit</code> object in order to run a criterion on other variables than observed discharges with the <code>ErrorCrit()</code> function (at the moment SCA and SWE). - <code>CreateInputsCrit()</code> now presents a <code>VarObs</code> argument in order to allow to prepare an <code>InputsCrit</code> object in order to run a criterion on other variables than observed discharges with the <code>ErrorCrit()</code> function (at the moment SCA and SWE).
...@@ -98,7 +97,7 @@ output: ...@@ -98,7 +97,7 @@ output:
#### CRAN-compatibility updates #### CRAN-compatibility updates
- Tabulation removed and variable statements fixed in Fortran files - Tabulation removed, unused variables removed and variable statements fixed in Fortran files.
____________________________________________________________________________________ ____________________________________________________________________________________
......
...@@ -93,7 +93,7 @@ c Outputs = -999.999 !initialisation made in R ...@@ -93,7 +93,7 @@ c Outputs = -999.999 !initialisation made in R
Psol=InputsFracSolidPrecip(k)*InputsPrecip(k) Psol=InputsFracSolidPrecip(k)*InputsPrecip(k)
!Snow pack volume before melt !Snow pack volume before melt
IF (IsHyst) Ginit=G Ginit=G
G=G+Psol G=G+Psol
......
...@@ -49,6 +49,8 @@ ...@@ -49,6 +49,8 @@
MISC = -999.999 MISC = -999.999
c Outputs = -999.999 !initialization made in R c Outputs = -999.999 !initialization made in R
StateStart = -999.999 ! CRAN-compatibility updates
StateEnd = -999.999 ! CRAN-compatibility updates
!-------------------------------------------------------------- !--------------------------------------------------------------
......
...@@ -117,7 +117,7 @@ C********************************************************************** ...@@ -117,7 +117,7 @@ C**********************************************************************
DOUBLEPRECISION WS,tanHyp,S1,S2 DOUBLEPRECISION WS,tanHyp,S1,S2
DOUBLEPRECISION P1,P2,P3,R1,R2,AE,EXCH DOUBLEPRECISION P1,P2,P3,R1,R2,AE,EXCH
DOUBLEPRECISION TWS, Sr, Rr ! speed-up DOUBLEPRECISION TWS, Sr ! speed-up
C Production store C Production store
WS=P/Param(1) WS=P/Param(1)
......
...@@ -139,7 +139,7 @@ C********************************************************************** ...@@ -139,7 +139,7 @@ C**********************************************************************
DOUBLEPRECISION MISC(NMISC) DOUBLEPRECISION MISC(NMISC)
DOUBLEPRECISION P1,E,Q DOUBLEPRECISION P1,E,Q
DOUBLEPRECISION A,B,EN,ER,PN,PR,PS,WS,tanHyp DOUBLEPRECISION A,B,EN,ER,PN,PR,PS,WS,tanHyp
DOUBLEPRECISION PERC,PRHU1,PRHU2,EXCH,QR,QD,Q1,Q9 DOUBLEPRECISION PERC,EXCH,QR,QD,Q1,Q9
DOUBLEPRECISION AE,AEXCH1,AEXCH2 DOUBLEPRECISION AE,AEXCH1,AEXCH2
INTEGER K INTEGER K
......
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