View source: R/location_factor_sub.R
location_factor_sub | R Documentation |
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()
.
location_factor_sub( topography = "Default", situation = "Default", wind_wave = "Default", intensity = "Default", landlocked = "no" )
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: |
Numeric. Location factor
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
# Location factor for a non-landlocked submarine cable location_factor_sub(topography = "Default", situation = "Default", wind_wave = "Default", intensity = "Default", landlocked = "no")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.