diff --git a/DESCRIPTION b/DESCRIPTION index a24e72e318619897af00c58fcf4ce2b30d1f3f1c..9bcac62f718892d2de3c8dd9216214d5f5c90e71 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.79 +Version: 1.0.10.0 Date: 2018-05-22 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl")), diff --git a/NEWS.rmd b/NEWS.rmd index f6efeeb64095d0d6cd108d32c0839347b65b8437..de0315e23ee40357d8012e3b3ace6fe8be46a067 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -14,7 +14,7 @@ output: -### 1.0.9.79 Release Notes (2018-05-22) +### 1.0.10.0 Release Notes (2018-05-22) ____________________________________________________________________________________ diff --git a/src/frun_GR2M.f b/src/frun_GR2M.f index 98ecf1205d1215f467acbf7c93076cc36cb9aea9..99dd8920d4c64b5109d72d0488733f2b9315b24d 100644 --- a/src/frun_GR2M.f +++ b/src/frun_GR2M.f @@ -167,14 +167,15 @@ C Updating store level C Variables storage MISC( 1)=E ! PE ! [numeric] observed potential evapotranspiration [mm/month] - MISC( 2)=P1 ! Precip ! [numeric] observed total precipitation [mm/month] + MISC( 2)=P ! Precip ! [numeric] observed total precipitation [mm/month] MISC( 3)=AE ! AE ! [numeric] actual evapotranspiration [mm/month] - MISC( 4)=P2 ! P2 ! [numeric] percolation (P2) [mm/month] - MISC( 5)=P3 ! P3 ! [numeric] P3=P1+P2 [mm/month] - MISC( 6)=EXCH ! EXCH ! [numeric] groundwater exchange (EXCH) [mm/month] - MISC( 7)=St(1) ! Prod ! [numeric] production store level (St(1)) [mm] - MISC( 8)=St(2) ! Rout ! [numeric] routing store level (St(2)) [mm] - MISC( 9)=Q ! Qsim ! [numeric] simulated outflow at catchment outlet [mm/month] + MISC( 4)=P1 ! P1 ! [numeric] net rainfall (P1) [mm/month] + MISC( 5)=P2 ! P2 ! [numeric] percolation (P2) [mm/month] + MISC( 6)=P3 ! P3 ! [numeric] P3=P1+P2 [mm/month] + MISC( 7)=EXCH ! EXCH ! [numeric] groundwater exchange (EXCH) [mm/month] + MISC( 8)=St(1) ! Prod ! [numeric] production store level (St(1)) [mm] + MISC( 9)=St(2) ! Rout ! [numeric] routing store level (St(2)) [mm] + MISC(10)=Q ! Qsim ! [numeric] simulated outflow at catchment outlet [mm/month] ENDSUBROUTINE