Skip to contents

Conduct NWRFC style forcing adjustments

Usage

fa_nwrfc(
  dt_hours,
  forcing,
  pars,
  climo = NULL,
  dry_run = FALSE,
  return_adj = FALSE,
  return_climo = FALSE
)

Arguments

dt_hours

timestep in hours

forcing

data frame with with columns for forcing inputs

pars

sac parameters

climo

climotology matrix

dry_run

Do a run without any forcing adjustments, only compute pet and etd

return_adj

return monthly adjustment factors only

return_climo

return the computed monthly climo

Value

Matrix (1 column per zone) of unrouted channel inflow

Examples

# \donttest{
data(nrkw1_forcing)
data(nrkw1_pars)
dt_hours <- 6
forcing_adj <- fa_nwrfc(dt_hours, nrkw1_forcing, nrkw1_pars)
# }