constraint_generator: Generate the list of constraint values of the link between...

View source: R/constraints_functions.R

constraint_generatorR Documentation

Generate the list of constraint values of the link between the fictive area and the real one Used to run simulations in runWaterValuesSimulation and also to estimate reward functions in functions such as Grid_Matrix and iterations_simulation_DP

Description

Generate the list of constraint values of the link between the fictive area and the real one Used to run simulations in runWaterValuesSimulation and also to estimate reward functions in functions such as Grid_Matrix and iterations_simulation_DP

Usage

constraint_generator(
  area,
  nb_disc_stock,
  pumping = F,
  pumping_efficiency = NULL,
  opts,
  max_hydro = NULL,
  inflow = NULL,
  mcyears = NULL
)

Arguments

area

The area concerned by the simulation.

nb_disc_stock

Number of constraint values wanted for each week

pumping

Boolean. True to take into account the pumping.

pumping_efficiency

between 0 and 1. the pumping efficiency ratio.

opts

List of simulation parameters returned by the function antaresRead::setSimulationPath

max_hydro

weekly pumping and turbining maximum powers, generated by get_max_hydro

inflow

weekly inflow

mcyears

Vector of years used to evaluate inflow


rte-antares-rpackage/antaresWaterValues documentation built on April 24, 2024, 7:25 a.m.