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
Copy file name to clipboardExpand all lines: R/CreateFlownet.R
+22-6Lines changed: 22 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
#' @param readin readin indicates the maps to be used. If CreateFlowmet.R is run it's own, this should point to the template which references the maps(or values)
6
6
#' used for the various levels and statevars. Otherwise, if run inside of RHESSysPreprocess, readin will use the map data from world_gen.R,
7
7
#' Streams map, and other optional maps, still need to be specified.
8
-
#' @param asp_list List of aspatial structure and inputs. Used internally
8
+
#' @param asp_rules List of aspatial structure and inputs. Also can be path to rules file - must be used along with template input.
} elseif (wrapper| (!wrapper& is.matrix(readin))) { # map info is passsed directly from world gen - either in wrapper or outside of wrapper and readin is matrix
Copy file name to clipboardExpand all lines: R/RHESSysPreprocess.R
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@
35
35
#' @param make_stream The maximum distance (cell lengths) away from an existing stream that a patch can be automatically coerced to be a stream.
36
36
#' Setting to TRUE will include patches at any distance. This is needed for hillslope parallelization, as all hillslopes must have an outlet stream patch.
37
37
#' Default is 4.
38
+
#' @param skip_hillslope_check TRUE/FALSE to skip the recursive check for segmented hillslopes. Segmented hillslopes will break the routing, but the
39
+
#' recursive check can trigger various recursion protections when hillslopes are large.
38
40
#' @param wrapper internal argument to track if being run as all-in-one
0 commit comments