Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
Commits
e25d6bc4
Commit
e25d6bc4
authored
Jan 06, 2021
by
Delaigue Olivier
Browse files
v1.6.3.76 docs(man): improve description of SnowPack Output from RunModel_CemaNeige functions
Refs
#79
parent
87e2d48c
Pipeline
#18845
passed with stages
in 12 minutes and 21 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
e25d6bc4
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.6.3.7
5
Date: 2021-01-0
4
Version: 1.6.3.7
6
Date: 2021-01-0
5
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@inrae.fr"),
...
...
NEWS.md
View file @
e25d6bc4
...
...
@@ -4,7 +4,7 @@
### 1.6.3.7
5
Release Notes (2021-01-0
4
)
### 1.6.3.7
6
Release Notes (2021-01-0
5
)
#### New features
...
...
man/RunModel_CemaNeige.Rd
View file @
e25d6bc4
...
...
@@ -40,7 +40,7 @@ CemaNeige X4 \tab (optional) percentage (between 0 and 1) of annual snowfall def
\emph{$CemaNeigeLayers} \tab [list] list of CemaNeige outputs (1 list per layer) \cr
\emph{$CemaNeigeLayers[[iLayer]]$Pliq } \tab [numeric] series of liquid precip. [mm/time step] \cr
\emph{$CemaNeigeLayers[[iLayer]]$Psol } \tab [numeric] series of solid precip. [mm/time step] \cr
\emph{$CemaNeigeLayers[[iLayer]]$SnowPack } \tab [numeric] series of snow pack
[mm]
\cr
\emph{$CemaNeigeLayers[[iLayer]]$SnowPack } \tab [numeric] series of snow pack
(snow water equivalent) [mm]
\cr
\emph{$CemaNeigeLayers[[iLayer]]$ThermalState} \tab [numeric] series of snow pack thermal state [°C] \cr
\emph{$CemaNeigeLayers[[iLayer]]$Gratio } \tab [numeric] series of Gratio [0-1] \cr
\emph{$CemaNeigeLayers[[iLayer]]$PotMelt } \tab [numeric] series of potential snow melt [mm/time step] \cr
...
...
man/RunModel_CemaNeigeGR4H.Rd
View file @
e25d6bc4
...
...
@@ -40,29 +40,29 @@ CemaNeige X4 \tab (optional) percentage (between 0 and 1) of annual snowfall def
\value{
[list] list containing the function outputs organised as follows:
\tabular{ll}{
\emph{$DatesR } \tab [POSIXlt] series of dates \cr
\emph{$PotEvap } \tab [numeric] series of input potential evapotranspiration [mm/h] \cr
\emph{$Precip } \tab [numeric] series of input total precipitation [mm/h] \cr
\emph{$Prod } \tab [numeric] series of production store level [mm] \cr
\emph{$Pn } \tab [numeric] series of net rainfall [mm/h] \cr
\emph{$Ps } \tab [numeric] series of the part of Pn filling the production store [mm/h] \cr
\emph{$AE } \tab [numeric] series of actual evapotranspiration [mm/h] \cr
\emph{$Perc } \tab [numeric] series of percolation (PERC) [mm/h] \cr
\emph{$PR } \tab [numeric] series of PR=Pn-Ps+Perc [mm/h] \cr
\emph{$Q9 } \tab [numeric] series of UH1 outflow (Q9) [mm/h] \cr
\emph{$Q1 } \tab [numeric] series of UH2 outflow (Q1) [mm/h] \cr
\emph{$Rout } \tab [numeric] series of routing store level [mm] \cr
\emph{$Exch } \tab [numeric] series of potential semi-exchange between catchments [mm/h] \cr
\emph{$AExch1 } \tab [numeric] series of actual exchange between catchments for branch 1 [mm/h] \cr
\emph{$AExch2 } \tab [numeric] series of actual exchange between catchments for branch 2 [mm/h] \cr
\emph{$AExch } \tab [numeric] series of actual exchange between catchments (1+2) [mm/h] \cr
\emph{$QR } \tab [numeric] series of routing store outflow (QR) [mm/h] \cr
\emph{$QD } \tab [numeric] series of direct flow from UH2 after exchange (QD) [mm/h] \cr
\emph{$Qsim } \tab [numeric] series of simulated discharge [mm/h] \cr
\emph{$CemaNeigeLayers} \tab [list] list of CemaNeige outputs (1 list per layer) \cr
\emph{$DatesR } \tab [POSIXlt] series of dates
\cr
\emph{$PotEvap } \tab [numeric] series of input potential evapotranspiration [mm/h]
\cr
\emph{$Precip } \tab [numeric] series of input total precipitation [mm/h]
\cr
\emph{$Prod } \tab [numeric] series of production store level [mm]
\cr
\emph{$Pn } \tab [numeric] series of net rainfall [mm/h]
\cr
\emph{$Ps } \tab [numeric] series of the part of Pn filling the production store [mm/h]
\cr
\emph{$AE } \tab [numeric] series of actual evapotranspiration [mm/h]
\cr
\emph{$Perc } \tab [numeric] series of percolation (PERC) [mm/h]
\cr
\emph{$PR } \tab [numeric] series of PR=Pn-Ps+Perc [mm/h]
\cr
\emph{$Q9 } \tab [numeric] series of UH1 outflow (Q9) [mm/h]
\cr
\emph{$Q1 } \tab [numeric] series of UH2 outflow (Q1) [mm/h]
\cr
\emph{$Rout } \tab [numeric] series of routing store level [mm]
\cr
\emph{$Exch } \tab [numeric] series of potential semi-exchange between catchments [mm/h]
\cr
\emph{$AExch1 } \tab [numeric] series of actual exchange between catchments for branch 1 [mm/h]
\cr
\emph{$AExch2 } \tab [numeric] series of actual exchange between catchments for branch 2 [mm/h]
\cr
\emph{$AExch } \tab [numeric] series of actual exchange between catchments (1+2) [mm/h]
\cr
\emph{$QR } \tab [numeric] series of routing store outflow (QR) [mm/h]
\cr
\emph{$QD } \tab [numeric] series of direct flow from UH2 after exchange (QD) [mm/h]
\cr
\emph{$Qsim } \tab [numeric] series of simulated discharge [mm/h]
\cr
\emph{$CemaNeigeLayers} \tab [list] list of CemaNeige outputs (1 list per layer)
\cr
\emph{$CemaNeigeLayers[[iLayer]]$Pliq } \tab [numeric] series of liquid precip. [mm/h] \cr
\emph{$CemaNeigeLayers[[iLayer]]$Psol } \tab [numeric] series of solid precip. [mm/h] \cr
\emph{$CemaNeigeLayers[[iLayer]]$SnowPack } \tab [numeric] series of snow pack
[mm]
\cr
\emph{$CemaNeigeLayers[[iLayer]]$SnowPack } \tab [numeric] series of snow pack
(snow water equivalent)[mm]
\cr
\emph{$CemaNeigeLayers[[iLayer]]$ThermalState } \tab [numeric] series of snow pack thermal state [°C] \cr
\emph{$CemaNeigeLayers[[iLayer]]$Gratio } \tab [numeric] series of Gratio [0-1] \cr
\emph{$CemaNeigeLayers[[iLayer]]$PotMelt } \tab [numeric] series of potential snow melt [mm/h] \cr
...
...
man/RunModel_CemaNeigeGR4J.Rd
View file @
e25d6bc4
...
...
@@ -40,29 +40,29 @@ CemaNeige X4 \tab (optional) percentage (between 0 and 1) of annual snowfall def
\value{
[list] list containing the function outputs organised as follows:
\tabular{ll}{
\emph{$DatesR } \tab [POSIXlt] series of dates \cr
\emph{$PotEvap } \tab [numeric] series of input potential evapotranspiration [mm/d] \cr
\emph{$Precip } \tab [numeric] series of input total precipitation [mm/d] \cr
\emph{$Prod } \tab [numeric] series of production store level [mm] \cr
\emph{$Pn } \tab [numeric] series of net rainfall [mm/d] \cr
\emph{$Ps } \tab [numeric] series of the part of Pn filling the production store [mm/d] \cr
\emph{$AE } \tab [numeric] series of actual evapotranspiration [mm/d] \cr
\emph{$Perc } \tab [numeric] series of percolation (PERC) [mm/d] \cr
\emph{$PR } \tab [numeric] series of PR=Pn-Ps+Perc [mm/d] \cr
\emph{$Q9 } \tab [numeric] series of UH1 outflow (Q9) [mm/d] \cr
\emph{$Q1 } \tab [numeric] series of UH2 outflow (Q1) [mm/d] \cr
\emph{$Rout } \tab [numeric] series of routing store level [mm] \cr
\emph{$Exch } \tab [numeric] series of potential semi-exchange between catchments [mm/d] \cr
\emph{$AExch1 } \tab [numeric] series of actual exchange between catchments for branch 1 [mm/d] \cr
\emph{$AExch2 } \tab [numeric] series of actual exchange between catchments for branch 2 [mm/d] \cr
\emph{$AExch } \tab [numeric] series of actual exchange between catchments (1+2) [mm/d] \cr
\emph{$QR } \tab [numeric] series of routing store outflow (QR) [mm/d] \cr
\emph{$QD } \tab [numeric] series of direct flow from UH2 after exchange (QD) [mm/d] \cr
\emph{$Qsim } \tab [numeric] series of simulated discharge [mm/d] \cr
\emph{$CemaNeigeLayers} \tab [list] list of CemaNeige outputs (1 list per layer) \cr
\emph{$DatesR } \tab [POSIXlt] series of dates
\cr
\emph{$PotEvap } \tab [numeric] series of input potential evapotranspiration [mm/d]
\cr
\emph{$Precip } \tab [numeric] series of input total precipitation [mm/d]
\cr
\emph{$Prod } \tab [numeric] series of production store level [mm]
\cr
\emph{$Pn } \tab [numeric] series of net rainfall [mm/d]
\cr
\emph{$Ps } \tab [numeric] series of the part of Pn filling the production store [mm/d]
\cr
\emph{$AE } \tab [numeric] series of actual evapotranspiration [mm/d]
\cr
\emph{$Perc } \tab [numeric] series of percolation (PERC) [mm/d]
\cr
\emph{$PR } \tab [numeric] series of PR=Pn-Ps+Perc [mm/d]
\cr
\emph{$Q9 } \tab [numeric] series of UH1 outflow (Q9) [mm/d]
\cr
\emph{$Q1 } \tab [numeric] series of UH2 outflow (Q1) [mm/d]
\cr
\emph{$Rout } \tab [numeric] series of routing store level [mm]
\cr
\emph{$Exch } \tab [numeric] series of potential semi-exchange between catchments [mm/d]
\cr
\emph{$AExch1 } \tab [numeric] series of actual exchange between catchments for branch 1 [mm/d]
\cr
\emph{$AExch2 } \tab [numeric] series of actual exchange between catchments for branch 2 [mm/d]
\cr
\emph{$AExch } \tab [numeric] series of actual exchange between catchments (1+2) [mm/d]
\cr
\emph{$QR } \tab [numeric] series of routing store outflow (QR) [mm/d]
\cr
\emph{$QD } \tab [numeric] series of direct flow from UH2 after exchange (QD) [mm/d]
\cr
\emph{$Qsim } \tab [numeric] series of simulated discharge [mm/d]
\cr
\emph{$CemaNeigeLayers} \tab [list] list of CemaNeige outputs (1 list per layer)
\cr
\emph{$CemaNeigeLayers[[iLayer]]$Pliq } \tab [numeric] series of liquid precip. [mm/d] \cr
\emph{$CemaNeigeLayers[[iLayer]]$Psol } \tab [numeric] series of solid precip. [mm/d] \cr
\emph{$CemaNeigeLayers[[iLayer]]$SnowPack } \tab [numeric] series of snow pack
[mm]
\cr
\emph{$CemaNeigeLayers[[iLayer]]$SnowPack } \tab [numeric] series of snow pack
(snow water equivalent) [mm]
\cr
\emph{$CemaNeigeLayers[[iLayer]]$ThermalState } \tab [numeric] series of snow pack thermal state [°C] \cr
\emph{$CemaNeigeLayers[[iLayer]]$Gratio } \tab [numeric] series of Gratio [0-1] \cr
\emph{$CemaNeigeLayers[[iLayer]]$PotMelt } \tab [numeric] series of potential snow melt [mm/d] \cr
...
...
man/RunModel_CemaNeigeGR5H.Rd
View file @
e25d6bc4
...
...
@@ -65,7 +65,7 @@ CemaNeige X4 \tab (optional) percentage (between 0 and 1) of annual snowfall def
\emph{$Qsim } \tab [numeric] series of simulated discharge [mm/h] \cr
\emph{$CemaNeigeLayers[[iLayer]]$Pliq } \tab [numeric] series of liquid precip. [mm/h] \cr
\emph{$CemaNeigeLayers[[iLayer]]$Psol } \tab [numeric] series of solid precip. [mm/h] \cr
\emph{$CemaNeigeLayers[[iLayer]]$SnowPack } \tab [numeric] series of snow pack
[mm]
\cr
\emph{$CemaNeigeLayers[[iLayer]]$SnowPack } \tab [numeric] series of snow pack
(snow water equivalent) [mm]
\cr
\emph{$CemaNeigeLayers[[iLayer]]$ThermalState } \tab [numeric] series of snow pack thermal state [°C] \cr
\emph{$CemaNeigeLayers[[iLayer]]$Gratio } \tab [numeric] series of Gratio [0-1] \cr
\emph{$CemaNeigeLayers[[iLayer]]$PotMelt } \tab [numeric] series of potential snow melt [mm/h] \cr
...
...
man/RunModel_CemaNeigeGR5J.Rd
View file @
e25d6bc4
...
...
@@ -41,29 +41,29 @@ CemaNeige X4 \tab (optional) percentage (between 0 and 1) of annual snowfall def
\value{
[list] list containing the function outputs organised as follows:
\tabular{ll}{
\emph{$DatesR } \tab [POSIXlt] series of dates \cr
\emph{$PotEvap } \tab [numeric] series of input potential evapotranspiration [mm/d] \cr
\emph{$Precip } \tab [numeric] series of input total precipitation [mm/d] \cr
\emph{$Prod } \tab [numeric] series of production store level [mm] \cr
\emph{$Pn } \tab [numeric] series of net rainfall [mm/d] \cr
\emph{$Ps } \tab [numeric] series of the part of Pn filling the production store [mm/d] \cr
\emph{$AE } \tab [numeric] series of actual evapotranspiration [mm/d] \cr
\emph{$Perc } \tab [numeric] series of percolation (PERC) [mm/d] \cr
\emph{$PR } \tab [numeric] series of PR=Pn-Ps+Perc [mm/d] \cr
\emph{$Q9 } \tab [numeric] series of UH1 outflow (Q9) [mm/d] \cr
\emph{$Q1 } \tab [numeric] series of UH2 outflow (Q1) [mm/d] \cr
\emph{$Rout } \tab [numeric] series of routing store level [mm] \cr
\emph{$Exch } \tab [numeric] series of potential semi-exchange between catchments [mm/d] \cr
\emph{$AExch1 } \tab [numeric] series of actual exchange between catchments for branch 1 [mm/d] \cr
\emph{$AExch2 } \tab [numeric] series of actual exchange between catchments for branch 2 [mm/d] \cr
\emph{$AExch } \tab [numeric] series of actual exchange between catchments (1+2) [mm/d] \cr
\emph{$QR } \tab [numeric] series of routing store outflow (QR) [mm/d] \cr
\emph{$QD } \tab [numeric] series of direct flow from UH2 after exchange (QD) [mm/d] \cr
\emph{$Qsim } \tab [numeric] series of simulated discharge [mm/d] \cr
\emph{$CemaNeigeLayers} \tab [list] list of CemaNeige outputs (1 list per layer) \cr
\emph{$DatesR } \tab [POSIXlt] series of dates
\cr
\emph{$PotEvap } \tab [numeric] series of input potential evapotranspiration [mm/d]
\cr
\emph{$Precip } \tab [numeric] series of input total precipitation [mm/d]
\cr
\emph{$Prod } \tab [numeric] series of production store level [mm]
\cr
\emph{$Pn } \tab [numeric] series of net rainfall [mm/d]
\cr
\emph{$Ps } \tab [numeric] series of the part of Pn filling the production store [mm/d]
\cr
\emph{$AE } \tab [numeric] series of actual evapotranspiration [mm/d]
\cr
\emph{$Perc } \tab [numeric] series of percolation (PERC) [mm/d]
\cr
\emph{$PR } \tab [numeric] series of PR=Pn-Ps+Perc [mm/d]
\cr
\emph{$Q9 } \tab [numeric] series of UH1 outflow (Q9) [mm/d]
\cr
\emph{$Q1 } \tab [numeric] series of UH2 outflow (Q1) [mm/d]
\cr
\emph{$Rout } \tab [numeric] series of routing store level [mm]
\cr
\emph{$Exch } \tab [numeric] series of potential semi-exchange between catchments [mm/d]
\cr
\emph{$AExch1 } \tab [numeric] series of actual exchange between catchments for branch 1 [mm/d]
\cr
\emph{$AExch2 } \tab [numeric] series of actual exchange between catchments for branch 2 [mm/d]
\cr
\emph{$AExch } \tab [numeric] series of actual exchange between catchments (1+2) [mm/d]
\cr
\emph{$QR } \tab [numeric] series of routing store outflow (QR) [mm/d]
\cr
\emph{$QD } \tab [numeric] series of direct flow from UH2 after exchange (QD) [mm/d]
\cr
\emph{$Qsim } \tab [numeric] series of simulated discharge [mm/d]
\cr
\emph{$CemaNeigeLayers} \tab [list] list of CemaNeige outputs (1 list per layer)
\cr
\emph{$CemaNeigeLayers[[iLayer]]$Pliq } \tab [numeric] series of liquid precip. [mm/d] \cr
\emph{$CemaNeigeLayers[[iLayer]]$Psol } \tab [numeric] series of solid precip. [mm/d] \cr
\emph{$CemaNeigeLayers[[iLayer]]$SnowPack } \tab [numeric] series of snow pack
[mm]
\cr
\emph{$CemaNeigeLayers[[iLayer]]$SnowPack } \tab [numeric] series of snow pack
(snow water equivalent) [mm]
\cr
\emph{$CemaNeigeLayers[[iLayer]]$ThermalState } \tab [numeric] series of snow pack thermal state [°C] \cr
\emph{$CemaNeigeLayers[[iLayer]]$Gratio } \tab [numeric] series of Gratio [0-1] \cr
\emph{$CemaNeigeLayers[[iLayer]]$PotMelt } \tab [numeric] series of potential snow melt [mm/d] \cr
...
...
man/RunModel_CemaNeigeGR6J.Rd
View file @
e25d6bc4
...
...
@@ -66,7 +66,7 @@ CemaNeige X4 \tab (optional) percentage (between 0 and 1) of annual snowfall def
\emph{$CemaNeigeLayers} \tab [list] list of CemaNeige outputs (1 list per layer) \cr
\emph{$CemaNeigeLayers[[iLayer]]$Pliq } \tab [numeric] series of liquid precip. [mm/d] \cr
\emph{$CemaNeigeLayers[[iLayer]]$Psol } \tab [numeric] series of solid precip. [mm/d] \cr
\emph{$CemaNeigeLayers[[iLayer]]$SnowPack } \tab [numeric] series of snow pack
[mm]
\cr
\emph{$CemaNeigeLayers[[iLayer]]$SnowPack } \tab [numeric] series of snow pack
(snow water equivalent) [mm]
\cr
\emph{$CemaNeigeLayers[[iLayer]]$ThermalState } \tab [numeric] series of snow pack thermal state [°C] \cr
\emph{$CemaNeigeLayers[[iLayer]]$Gratio } \tab [numeric] series of Gratio [0-1] \cr
\emph{$CemaNeigeLayers[[iLayer]]$PotMelt } \tab [numeric] series of potential snow melt [mm/d] \cr
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment