View source: R/fnc_soil_stok.R
| fnc_soil_stok | R Documentation | 
This function transforms data as currently stored in the LEITPROFIL-database and returns a list of soil data frames as recognised by LWFBrook90R. The list is further processed in fnc_get_soil by adding soil hydraulic information, humus, and fine roots and can then be read by run_multisite_LWFB90.
fnc_soil_stok(
  df,
  df.LEIT,
  PTF_to_use,
  limit_bodtief,
  parallel_processing = F,
  maxcores = parallel::detectCores() - 1
)
df | 
 A data frame containing the columns   | 
df.LEIT | 
 a data frame containing LEITPROFILE. At this stage of development, the comprehensive BW-wide database is not complete yet, so the test area needs to be assigned here. However, this is done automatically in    | 
PTF_to_use | 
 which PTF will later be used in   | 
limit_bodtief | 
 max soil depth, default is   | 
parallel_processing | 
 shall the process be run parallely  | 
maxcores | 
 if   | 
Returns a list of soil data frames.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.