You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug fixes: ChemClass variable was missing as input in two functions, and
Fakelib was not read in correctly in parallel functions
Enhancement: Rescale FRACinf in k_Leaching if inputs are very high
Copy file name to clipboardExpand all lines: R/k_Leaching.R
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,23 @@
6
6
#'@param SpeciesName considered species
7
7
#'@param penetration_depth_s penetration depth for correction factor, based on Hollander et al. (2007) https://doi.org/10.1016/j.envpol.2006.09.018 [m]
#'@return Leaching of aggregated (A) or free (S) enp species from natural soil #[s-1]
9
+
#'@description Note: The fraction infiltration (FRACinf) is rescaled to the rest of inflow from rain based on the fraction rain going to runoff (FRACrun).
10
+
#'@return Leaching rate constant of compound from soil out of the system (e.g. no deep(er) soil layer considered). [s-1]
0 commit comments