-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: AdequacyPatch
Title: Applies the Adequacy Patch Curtailment Sharing Rules to an Antares Study
Version: 1.0
Authors@R:
person(given = "Alex",
family = "Fauduet",
role = c("aut", "cre"),
email = "alex.fauduet@rte-france.com")
Description: This package provides tools to apply the Adequacy patch on an
Antares study.
It provides functions to import:
- an Antares study, and in particular the time-steps where at least one
country is in loss of load
- the flow-based related files (time-serires, weigths and second-members)
- the NTC links, formatted like the flow-based ones
It also defines the main Adequacy patch function, taking the previously
imported data and applying the following rules:
- Local matching: a country in loss of load cannot be globally exporting
(it can on certain of its borders though)
- Curtailment sharing: the "curtailment ratios" of countries in loss of
load should be relatively close
The optimization process of the patch is delegated to the optimization
modelling langugage AMPL, and to the solver XPRESS.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
data.table,
antaresRead (>= 2.4.2),
stats,
rAMPL,
doParallel,
plyr,
antaresEditObject (>= 0.5.0),
fs,
pipeR,
logger
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr