pywr.parameters.DailyProfileParameter

class pywr.parameters.DailyProfileParameter

An annual profile consisting of daily values.

This parameter provides a repeating annual profile with a daily resolution. A total of 366 values must be provided. These values are coerced to a numpy.array internally.

Parameters:
values : iterable, array

The 366 values that represent the daily profile.

__init__($self, /, *args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Methods

after
before
finish
get_all_values
get_double_lower_bounds
get_double_upper_bounds
get_double_variables
get_integer_lower_bounds
get_integer_upper_bounds
get_integer_variables
get_value
load
lower_bounds
register
reset
set_double_variables
set_integer_variables
setup
unregister
update
upper_bounds
value

Attributes

children
comment
double_size
integer_size
is_variable
model
name
parents
size