NOAA sea-level rise scenarios
NOAA_SLR.Rd
Time (in years) for a specified amount of sea-level rise (SLR) to occur at Miami Beach according to the five SLR scenarios in NOAA 2017 report titled "Global and Regional Sea Level Rise Scenarios for the United States".
Usage
NOAA_SLR(
OsWL_req,
SLR_scen = c("High", "Intermediate", "Low"),
Input_unit = "m",
Year.Initial = 2020
)
Arguments
- OsWL_req
Numeric vector of SLR required.
- SLR_scen
Character vector specifying which of the NOAA (2017) scenarios to consider. Options include
High
, Intermediate highInt.High
,Intermediate
, Intermediate low (Int.Low
) andLow
.- Input_unit
Character vector of length one; specifying units of SLR. Default is meters
"m"
, other option is feet"ft"
.- Year.Initial
Character vector of length one; specifying the current year.