Skip to contents

Loads NRKW1 or SFLN2 bundled example data and runs the full NWSRFS model chain.

Usage

load_example(lid = "NRKW1", forcing_adj = TRUE, shift_sf = TRUE)

Arguments

lid

Station identifier: "NRKW1" or "SFLN2"

forcing_adj

Logical; apply forcing adjustments. Default TRUE.

shift_sf

Logical; shift UH flow forward one timestep. Default TRUE.

Value

A list with class "nwsrfs_run" (see nwsrfs_run())

Examples

# \donttest{
run = load_example("NRKW1")
plot(run$sim, type = "l")

# }