addNetLoad {antaresProcessing} | R Documentation |
This function computes the net load of areas or districts and add it to an
antaresData
object. Net load is the load of an area minus productions
that are not controlled: wind, solar, hydraulic run of river, etc. the
production of clusters in must run mode is also subtracted by default.
addNetLoad(x, ignoreMustRun = FALSE)
x |
An |
ignoreMustRun |
If |
addNetLoad
modifies its input by adding to it a column "netLoad". For
convenience, it invisibly returns the modified input.
formula = LOAD - 'ROW BAL.' - PSP - 'MISC. NDG' - 'H. ROR' - WIND - SOLAR - mustRunTotal
## Not run: # Data required by the function showAliases("netLoad") mydata <- readAntares(select = "netLoad") addNetLoad(mydata) names(mydata) ## End(Not run)