pywr.parameters.ArrayIndexedScenarioMonthlyFactorsParameter¶
-
class
pywr.parameters.
ArrayIndexedScenarioMonthlyFactorsParameter
¶ Time varying parameter using an array and Timestep._index with multiplicative factors per Scenario
-
__init__
()¶ values is the baseline timeseries data that is perturbed by a factor. The factor is taken from factors which is shape (scenario.size, 12). Therefore factors vary with the individual scenarios in scenario and month.
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
-