environmental_cof_relay: Environmental cost of Failure for Relays

View source: R/cof_relay.R

environmental_cof_relayR Documentation

Environmental cost of Failure for Relays

Description

This function calculates environmental consequences of failure. Environmental consequences of failure is used in the derivation of consequences of failure see cof(). Outputted in DKK. Financial consequences of failure for relay

Usage

environmental_cof_relay(type_env_factor, prox_water, bunded)

Arguments

type_env_factor

String The type environment factor of HV asset category Options: type_env_factor = c("Oil", "SF6", "Neither", "Default").

prox_water

Numeric. Specify the proximity to a water course in meters. A setting of "Default" will result in a proximity factor of 1. Thus assume the proximity to a water course is between 80m and 120m

bunded

String. Options: bunded = c("Yes", "No", "Default"). A setting of "Default" will result in a bunding factor of 1.

Examples

environmental_cof_relay(
type_env_factor = "Oil",
prox_water = 95,
bunded = "Yes")

CNAIM documentation built on Aug. 31, 2022, 9:13 a.m.