Skip to content

Commit

Permalink
lfmcComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcaceres committed Jun 5, 2024
1 parent 61b562c commit 8ee10c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/defaultControl.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
#' }
#' }
#' \item{\code{cavitationRecoveryMaximumRate [= 0.05]}: Maximum rate of daily refilling of embolized conduits as sapwood area per leaf area (in cm2·m-2·day-1).}
#' \item{\code{lfmcComponent [= "leaf"]}: Plant component used to estimate LFMC, either "leaf" or "fine" (for fine fuel).}
#' \item{\code{lfmcComponent [= "fine"]}: Plant component used to estimate LFMC, either "leaf" or "fine" (for fine fuel).}
#' }
#' \bold{Water balance} (functions \code{\link{spwb}}, \code{\link{pwb}} or \code{\link{spwb_day}} when \code{traspirationMode = "Granier"} only):
#' \itemize{
Expand Down Expand Up @@ -219,7 +219,7 @@ defaultControl<-function(transpirationMode = "Granier") {
segmentedXylemVulnerability = TRUE,
stemCavitationRecovery = "annual",
leafCavitationRecovery = "annual",
lfmcComponent = "leaf",
lfmcComponent = "fine",

#spwb with granier
hydraulicRedistributionFraction = 0.1,
Expand Down

0 comments on commit 8ee10c9

Please sign in to comment.