predictLunarNodalCycle: Predict lunar nodal cycle

View source: R/predictLunarNodalCycle.R

predictLunarNodalCycleR Documentation

Predict lunar nodal cycle

Description

This function builds a high tide level based on the 18.61 year lunar nodal cycle.

Usage

predictLunarNodalCycle(
  year,
  floodElv,
  meanSeaLevelDatum,
  meanSeaLevel,
  lunarNodalAmp,
  lunarNodalPhase = 2011.181
)

Arguments

year

a numeric, the current year

floodElv

a numeric, high tide level over the last complete 18 year datum period

meanSeaLevelDatum

a numeric, mean sea-level over the last complete 18 year datum period

meanSeaLevel

a vector, mean sea-level for each year of the scenario we are predicting

lunarNodalAmp

a numeric, the amplitude of the 18 year lunar nodal cycle

lunarNodalPhase

a numeric, in decimal years (YYYY) the start year of the sine wave representing the lunar nodal cycle

References

Morris, J. T., Sundberg, K., & Hopkinson, C. S.- (2013). Salt marsh primary production and its responses to relative sea level and nutrients in estuaries at Plum Island, Massachusetts, and North Inlet, South Carolina, USA. Oceanography, 26(3), 78-84.

Rochlin, I., & Morris, J. T. (2017). Regulation of salt marsh mosquito populations by the 18.6‐yr lunar‐nodal cycle. Ecology, 98(8), 2059-2068.


tilbud/rCTM documentation built on March 30, 2024, 10:06 a.m.