location_factor {CNAIM} | R Documentation |
Location Factor (Excl.Submarine Cables)
Description
This function calculates the location factor for
an electric network asset based in the specific location of the asset.
See section 6.4 on page 46 in CNAIM (2021). For calculating the location
factor for submarine cables please see the function
location_factor_sub()
. Note the location factor for all other
cables are always equal to 1 hence the function will return a location
factor of 1 for other cables than submarine cables.
Usage
location_factor(
placement = "Default",
altitude_m = "Default",
distance_from_coast_km = "Default",
corrosion_category_index = "Default",
asset_type = "6.6/11kV Transformer (GM)",
sub_division = NULL
)
Arguments
placement |
String. Specify if the asset is located outdoor or indoor.
A setting of |
altitude_m |
Numeric. Specify the altitude location for
the asset measured in meters from sea level. |
distance_from_coast_km |
Numeric. Specify the distance from the
coast measured in kilometers. |
corrosion_category_index |
Integer.
Specify the corrosion index category, 1-5.
|
asset_type |
String.
A sting that refers to the specific asset category.
For LV UGB and non-submarine cables a location factor of 1 is assigned.
See See page 17, table 1 in CNAIM (2021).
Options:
|
sub_division |
String. Refers to material the sub division in the asset category |
Value
Numeric. Location factor
Source
DNO Common Network Asset Indices Methodology (CNAIM), Health & Criticality - Version 2.1, 2021: https://www.ofgem.gov.uk/sites/default/files/docs/2021/04/dno_common_network_asset_indices_methodology_v2.1_final_01-04-2021.pdf
Examples
# Location factor for a 6.6/11 kV Transformer with default values
location_factor(placement = "Default", altitude_m = "Default",
distance_from_coast_km = "Default",
corrosion_category_index = "Default",
asset_type = "6.6/11kV Transformer (GM)")