R/createArea.R
nodalOptimizationOptions.Rd
Nodal optimization parameters for creating an area
nodalOptimizationOptions(
non_dispatchable_power = TRUE,
dispatchable_hydro_power = TRUE,
other_dispatchable_power = TRUE,
spread_unsupplied_energy_cost = 0,
spread_spilled_energy_cost = 0,
average_unsupplied_energy_cost = 0,
average_spilled_energy_cost = 0
)
logical, default to FALSE
logical, default to FALSE
logical, default to FALSE
numeric, default to 0
numeric, default to 0
numeric, default to 0
numeric, default to 0
a named list
nodalOptimizationOptions()
#> $`non-dispatchable-power`
#> [1] TRUE
#>
#> $`dispatchable-hydro-power`
#> [1] TRUE
#>
#> $`other-dispatchable-power`
#> [1] TRUE
#>
#> $`spread-unsupplied-energy-cost`
#> [1] 0
#>
#> $`spread-spilled-energy-cost`
#> [1] 0
#>
#> $unserverdenergycost
#> [1] 0
#>
#> $spilledenergycost
#> [1] 0
#>