Update adequacy parameters of an Antares study
updateAdequacySettings(
include_adq_patch = NULL,
set_to_null_ntc_from_physical_out_to_physical_in_for_first_step = NULL,
set_to_null_ntc_between_physical_out_for_first_step = NULL,
include_hurdle_cost_csr = NULL,
check_csr_cost_function = NULL,
enable_first_step = NULL,
price_taking_order = NULL,
threshold_initiate_curtailment_sharing_rule = NULL,
threshold_display_local_matching_rule_violations = NULL,
threshold_csr_variable_bounds_relaxation = NULL,
opts = antaresRead::simOptions()
)
An updated list containing various information about the simulation.
Logical. If TRUE, will run Adequacy Patch
Logical. default to TRUE
Logical. default to TRUE
Logical. default to FALSE
Logical. default to FALSE
Logical. default to TRUE
Character. can take values DENS (default value) and Load.
Double. default to 0.0
Double. default to 0.0
Integer. default to 3
List of simulation parameters returned by the function
antaresRead::setSimulationPath()
if (FALSE) {
updateAdequacySettings(
include_adq_patch = TRUE,
set_to_null_ntc_from_physical_out_to_physical_in_for_first_step = TRUE,
set_to_null_ntc_between_physical_out_for_first_step = TRUE
)
}
Run the code above in your browser using DataLab