SynTC {TideCurves}R Documentation

Synthesizes a tide curve

Description

Synthesizes a tide curve; model built with BuildTC().

Usage

SynTC(tmodel = NULL, ssdate, sstime, sedate, setime, solar_syn = TRUE)

Arguments

tmodel

The model you built with BuildTC(). Please see examples.

ssdate

Synthesis start date. This indicates the date you want your tide curve to start with.

sstime

Synthesis start time. The starting time for your tide table.

sedate

Synthesis end date.

setime

Synthesis end time.

solar_syn

Compute a solar synthesis? Default is TRUE.

Value

Returns a list with two elements, which are of class data.table and data.frame.

synthesis.lunar

The lunar synthesis data as a data.table object in UTC.

tide.curve

The solar tide curve as a data.table or NULL object (time zone of the observations).

References

https://www.bsh.de/DE/PUBLIKATIONEN/_Anlagen/Downloads/Meer_und_Umwelt/Berichte-des-BSH/Berichte-des-BSH_50_de.pdf?__blob=publicationFile&v=13/

doi: 10.5194/os-15-1363-2019

Examples

## Not run: SynTC(tmodel = your_model, ssdate = "2015/12/17", sstime = "00:00:00",
sedate = "2015/12/31", setime = "23:30:00")
## End(Not run)


[Package TideCurves version 0.0.5 Index]