Skip to content

Commit

Permalink
back to single domain
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcaceres committed Apr 15, 2024
1 parent 55c75cb commit d048c7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
- Single-domain and dual-permeability soil water flows
- Infiltration excess, saturation excess and capillarity rise reported
- Lateral water flows and water table depth as inputs
- Dual-permeability model for soil water balance set as default

# Version 4.0.0
- Options leafCavitationEffects and stemCavitationEffects for Sperry
Expand Down
4 changes: 2 additions & 2 deletions R/defaultControl.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#' \item{\code{unfoldingDD [= 300]}: Degree-days for complete leaf unfolding after budburst has occurred.}
#' \item{\code{interceptionMode [= "Gash1995"]}: Infiltration model, either "Gash1995" or "Liu2001".}
#' \item{\code{infiltrationMode [= "GreenAmpt1911"]}: Infiltration model, either "GreenAmpt1911" or "Boughton1989".}
#' \item{\code{soilDomains [= "dual"]}: Either 'single' (for single-domain) or 'dual' (for dual-permeability).}
#' \item{\code{soilDomains [= "single"]}: Either 'single' (for single-domain) or 'dual' (for dual-permeability).}
#' \item{\code{rhizosphereOverlap [= "total"]}: A string indicating the degree of rhizosphere spatial overlap between plant cohorts:
#' \itemize{
#' \item{"none" - no overlap (independent water pools).}
Expand Down Expand Up @@ -207,7 +207,7 @@ defaultControl<-function(transpirationMode = "Granier") {
unlimitedSoilWater = FALSE,
interceptionMode = "Gash1995",
infiltrationMode = "GreenAmpt1911",
soilDomains = "dual",
soilDomains = "single",
rhizosphereOverlap = "total",
unfoldingDD = 300,
verticalLayerSize = 100,
Expand Down
2 changes: 1 addition & 1 deletion man/defaultControl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d048c7b

Please sign in to comment.