location_factor_sub {CNAIM} | R Documentation |
Location Factor (Excl.Submarine Cables)
Description
This function calculates the location factor for
submarine cables based in the specific location of the cable.
See section 6.5 on page 48 in CNAIM (2021). For calculating the location
factor for all other network assets please see the function
location_factor()
.
Usage
location_factor_sub(
topography = "Default",
situation = "Default",
wind_wave = "Default",
intensity = "Default",
landlocked = "no"
)
Arguments
topography |
String. Describe the topography around the submarine cable.
Options:
|
situation |
String. Descibes how the submarine cable af fixed to the
sea floor.
Options:
|
wind_wave |
Numeric.
Options:
|
intensity |
String. Combined wave and current energy factor.
Options:
|
landlocked |
String. Options: |
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 non-landlocked submarine cable
location_factor_sub(topography = "Default",
situation = "Default",
wind_wave = "Default",
intensity = "Default",
landlocked = "no")