get_epoch: Retrieve the tidal epoch

Description Usage Arguments Details Value See Also Examples

View source: R/get_epoch.R

Description

For most US tidal stations, the function currently returns c(start = 1983, end = 2001) but some stations on the Gulf Coast and Alaska have "anomalously high" sea level rise rates, and so tidal forecasts have been calibrated based on a more recent five year period, usually 2012 through 2016. For those Stations, this function will return c(start = 2012, end = 2016).

Usage

1
get_epoch(.station)

Arguments

.station

Details

The function is especially useful for international stations, where the period used to calculate tidal statistics my be different. NOAA is expected to adopt a revised tidal datum in 2025.

Value

A named list of two integers, representing the starting and ending years of the official tidal epoch.

See Also

Other station information access functions: get_availability(), get_datums(), get_hat(), get_sl_trend(), get_tz()

Examples

1
2
3
Retrieve HAT for Portland, Maine
portland_id <- 8418150
get_epoch(portland_id)   # c(start = 1983, end = 2001)

ccb60/SLRSIM documentation built on Jan. 21, 2022, 1:31 a.m.