Package: LWFBrook90R Title: Simulate Evapotranspiration and Soil Moisture with the SVAT Model LWF-Brook90 Version: 0.6.3 Authors@R: c(person("Paul", "Schmidt-Walter", , "paulsw@posteo.de", role = c("aut", "cre"),comment=c(ORCID="0000-0003-2699-0893")), person("Volodymyr", "Trotsiuk", , ,role = c("aut"),comment=c(ORCID="0000-0002-8363-656X")), person("Klaus", "Hammel", , ,role = c("aut")), person("Martin", "Kennel", , ,role = c("aut")), person("Anthony", "Federer", , , role = c("aut")), person("Tobias", "Hohenbrink", role=c("aut"), comment=c(ORCID="0000-0002-5227-0171")), person("Gisbert", "Hetkamp", role=c("aut")), person("Michael", "Köhler", role=c("aut"),comment=c(ORCID="0000-0002-7593-5471")), person("Robert", "Nuske", role=c("ctb"), comment=c(ORCID="0000-0001-9773-2061")), person("Bavarian State Institute of Forestry (LWF)", , role=c("cph", "fnd")), person("Northwest German Forest Research Institute (NW-FVA)", , role=c("cph", "fnd"))) Description: Provides a flexible and easy-to use interface for the soil vegetation atmosphere transport (SVAT) model LWF-BROOK90, written in Fortran. The model simulates daily transpiration, interception, soil and snow evaporation, streamflow and soil water fluxes through a soil profile covered with vegetation, as described in Hammel & Kennel (2001, ISBN:978-3-933506-16-0) and Federer et al. (2003) . A set of high-level functions for model set up, execution and parallelization provides easy access to plot-level SVAT simulations, as well as multi-run and large-scale applications. License: GPL-3 Encoding: UTF-8 URL: https://pschmidtwalter.github.io/LWFBrook90R/, https://github.com/pschmidtwalter/LWFBrook90R BugReports: https://github.com/pschmidtwalter/LWFBrook90R/issues NeedsCompilation: yes Depends: R (>= 3.4.0) Imports: methods, data.table (>= 1.10.4), vegperiod (>= 0.3.0), foreach (>= 1.5.0), iterators (>= 1.0.12), doFuture (>= 0.10.0), future (>= 1.19.0), parallelly (>= 1.30.0), progressr (>= 0.6.0) Suggests: knitr, rmarkdown, roxygen2, testthat LazyData: true RoxygenNote: 7.3.3 VignetteBuilder: knitr Repository: https://pschmidtwalter.r-universe.dev Date/Publication: 2025-11-18 07:59:42 UTC RemoteUrl: https://github.com/pschmidtwalter/lwfbrook90r RemoteRef: HEAD RemoteSha: be8575ffea1493bf2296ae868049f4329e144681 Packaged: 2026-07-04 06:07:39 UTC; root Author: Paul Schmidt-Walter [aut, cre] (ORCID: ), Volodymyr Trotsiuk [aut] (ORCID: ), Klaus Hammel [aut], Martin Kennel [aut], Anthony Federer [aut], Tobias Hohenbrink [aut] (ORCID: ), Gisbert Hetkamp [aut], Michael Köhler [aut] (ORCID: ), Robert Nuske [ctb] (ORCID: ), Bavarian State Institute of Forestry (LWF) [cph, fnd], Northwest German Forest Research Institute (NW-FVA) [cph, fnd] Maintainer: Paul Schmidt-Walter