R/sac-snow-uh.R
forcing_adjust_mat.Rd
description
forcing_adjust_mat( climo, pars, ll = climo * ifelse(climo > 0, 0.9, 1.1), ul = climo * ifelse(climo > 0, 1.1, 0.9), return_climo = FALSE )
blah
stuff
climo <- rep(2, 12) pars <- c(.5, 0, 10, 0) forcing_adjust_mat(climo, pars) #> [1] -0.2 -0.2 -0.2 -0.2 -0.2 -0.2 -0.2 -0.2 -0.2 -0.2 -0.2 -0.2