From ca783ed19756137673679d0a7d09d11c15101049 Mon Sep 17 00:00:00 2001 From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv> Date: Fri, 20 Jan 2017 19:05:29 +0100 Subject: [PATCH] test problem pdf documentation (unexpected newpages) --- man/DataAltiExtrapolation_Valery.Rd | 14 +++++++------- man/RunModel_CemaNeige.Rd | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/man/DataAltiExtrapolation_Valery.Rd b/man/DataAltiExtrapolation_Valery.Rd index c2988f54..d1be130a 100644 --- a/man/DataAltiExtrapolation_Valery.Rd +++ b/man/DataAltiExtrapolation_Valery.Rd @@ -4,8 +4,8 @@ \title{Altitudinal extrapolation of precipitation and temperature series described by A. Valery} \usage{ DataAltiExtrapolation_Valery(DatesR, Precip, PrecipScale = TRUE, - TempMean, TempMin = NULL, TempMax = NULL, - ZInputs, HypsoData, NLayers, verbose = TRUE) +TempMean, TempMin = NULL, TempMax = NULL, +ZInputs, HypsoData, NLayers, verbose = TRUE) } \arguments{ \item{DatesR}{[POSIXt] vector of dates} @@ -54,11 +54,11 @@ Laurent Coron, Audrey Valéry, Pierre Brigode, Olivier Delaigue, Guillaume Thire } \references{ Turcotte, R., L.-G. Fortin, V. Fortin, J.-P. Fortin and J.-P. Villeneuve (2007), - Operational analysis of the spatial distribution and the temporal evolution of the snowpack water equivalent - in southern Quebec, Canada, Nordic Hydrology, 38(3), 211, doi:10.2166/nh.2007.009. \cr -Valéry, A. (2010), Modélisation précipitations-débit sous influence nivale ? : Elaboration d'un module neige - et évaluation sur 380 bassins versants, PhD thesis (in french), AgroParisTech, Paris, France. \cr -USACE (1956), Snow Hydrology, pp. 437, U.S. Army Coprs of Engineers (USACE) North Pacific Division, Portland, Oregon, USA. + Operational analysis of the spatial distribution and the temporal evolution of the snowpack water equivalent + in southern Quebec, Canada, Nordic Hydrology, 38(3), 211, doi:10.2166/nh.2007.009. \cr + Valéry, A. (2010), Modélisation précipitations-débit sous influence nivale ? : Elaboration d'un module neige + et évaluation sur 380 bassins versants, PhD thesis (in french), AgroParisTech, Paris, France. \cr + USACE (1956), Snow Hydrology, pp. 437, U.S. Army Coprs of Engineers (USACE) North Pacific Division, Portland, Oregon, USA. } \seealso{ \code{\link{CreateInputsModel}}, \code{\link{RunModel_CemaNeigeGR4J}} diff --git a/man/RunModel_CemaNeige.Rd b/man/RunModel_CemaNeige.Rd index 8cba0b94..33507b4c 100644 --- a/man/RunModel_CemaNeige.Rd +++ b/man/RunModel_CemaNeige.Rd @@ -29,7 +29,7 @@ CemaNeige X2 \tab degree-day melt coefficient [mm/°C/d] \ \emph{$CemaNeigeLayers[[iLayer]]$PotMelt } \tab [numeric] series of potential snow melt [mm] \cr \emph{$CemaNeigeLayers[[iLayer]]$Melt } \tab [numeric] series of actual snow melt [mm] \cr \emph{$CemaNeigeLayers[[iLayer]]$PliqAndMelt } \tab [numeric] series of liquid precip. + actual snow melt [mm] \cr - \emph{$CemaNeigeLayers[[iLayer]]$Temp } \tab [numeric] series of air temperature [°C] \cr + \emph{$CemaNeigeLayers[[iLayer]]$Temp } \tab [numeric] series of air temperature [°C] \cr \emph{$StateEnd} \tab [numeric] states at the end of the run: CemaNeige states [mm & °C] \cr } (refer to the provided references or to the package source code for further details on these model outputs) -- GitLab