Skip to contents

Conduct NWRFC style forcing adjustments

Usage

fa_adj_nwrfc(
  dt_hours,
  forcing,
  pars,
  climo = NULL,
  dry_run = 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_climo

Return the computed climo, instead of adjustments

Value

Matrix (1 column per zone) of unrouted channel inflow

Examples

# \donttest{
data(nrkw1_forcing)
data(nrkw1_pars)
dt_hours <- 6
adj <- fa_adj_nwrfc(dt_hours, nrkw1_forcing, nrkw1_pars)
# }