Run grid across any of the core pump functions
run_grid(
  args,
  pum_function,
  verbose = FALSE,
  drop.unique.columns,
  ...,
  use.furrr = FALSE
)list of scenario arguments
pump_mdes, pump_sample, pump_power
print out detailed diagnostics
logical; drop all parameter columns that did not vary across the grid.
Extra arguments passed to the underlying pump_power, pump_sample, or pump_mdes functions.
not currently implemented; whether to use furr package for parallelization