Skip to contents

Calculate Qualities

Usage

calculate_qualities(
  input,
  flows,
  network,
  config,
  max_sections = NULL,
  debug = TRUE
)

Arguments

input

input as retrieved by prepare_input

flows

flows as retrieved by xxxx

network

tibble with water cycle flow network data, as retrieved by {prepare_network}

config

list with config as imported with config_read

debug

print debug messages (default: TRUE)

max_section

restrict number of calculated sections in case problem occcur. Provide a number <= number of sections to be calculated. If NULL, all sections will be calculated (default: NULL).

Value

returns modelled flows in tibble format