| aemo_dlf | R Documentation |
Returns the Distribution Loss Factor for NEM connection
points from the MMSDM LOSSFACTORMODEL table. DLFs measure
the average energy loss on the distribution network between
a connection point and the transmission network boundary; a
DLF of 1.02 means the generator must produce 2% more energy
than it delivers to the transmission system.
aemo_dlf(year = NULL, connection_point_id = NULL)
year |
Financial year(s) as |
connection_point_id |
Optional character vector of connection point IDs. |
DLFs are published annually by AEMO (NER 3.6.3) and combined with MLFs in settlement to give the total loss factor (TLF = MLF x DLF) used in energy payments.
An aemo_tbl with at minimum financial_year,
connectionpointid, and dlf.
AEMO MMSDM archive, LOSSFACTORMODEL table. AEMO Copyright Permissions Notice.
Other reference:
aemo_interconnectors(),
aemo_mlf(),
aemo_participants(),
aemo_price_caps(),
aemo_regions(),
aemo_settlement(),
aemo_snapshot(),
aemo_units()
op <- options(aemo.cache_dir = tempdir())
try({
dlf <- aemo_dlf(year = "2024-25")
head(dlf)
})
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.