compute_fcast_short_scores: compute_fcast_short_scores

Description Usage Arguments Details Value

View source: R/horizon_search_daily.R

Description

compute_fcast_short_scores

Usage

1
2
3
4
5
6
7
8
compute_fcast_short_scores(
  dam,
  max_fill_gap = 3,
  data_dir = NULL,
  cutoff_year = NULL,
  min_allowable_points = 10,
  method = "spearman"
)

Arguments

dam

name of dam to be analyzed

max_fill_gap

maximum gap (days) allowed for storage and inflow data

min_allowable_points

minimum number of points for building r-a function (default = 10)

water_week

water week

horizon

look ahead horizon (1 <= h <= 52)

compute_from

variable (i, r) from which to back calculate

Details

compute availability for given week of year and horizon (in weeks)

Value

tibble of release versus availability for given water week and horizon


swd-turner/horizon documentation built on Oct. 29, 2020, 11:23 a.m.