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

v0.2.10.14 BUG: new range values for the GR2M X2 slider in the GUI #14

Showing with 5 additions and 5 deletions
+5 -5
Package: airGRteaching
Type: Package
Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included)
Version: 0.2.10.13
Version: 0.2.10.14
Date: 2020-04-14
Authors@R: c(
person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"),
......
......@@ -4,7 +4,7 @@
### 0.2.10.13 Release Notes (2020-04-14)
### 0.2.10.14 Release Notes (2020-04-14)
#### New features
......
......@@ -66,10 +66,10 @@ navbarPage(title = div("airGRteaching",
conditionalPanel(condition = "input.HydroModel == 'GR2M'",
sliderInput("X2GR2M", label = "X2 (groundwater exchange coeff.)",
post = " [-]",
min = -5,
max = +5,
min = +0.05,
max = +4,
step = 0.05,
value = 0)),
value = 2)),
conditionalPanel(condition = "input.HydroModel != 'GR2M'",
sliderInput("X2", label = "X2 (intercatchment exchange coeff.)",
post = " [mm/d]",
......
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