powered by
Synthesizes a tide curve; model built with BuildTC().
SynTC(tmodel = NULL, ssdate, sstime, sedate, setime, solar_syn = TRUE)
The model you built with BuildTC(). Please see examples.
Synthesis start date. This indicates the date you want your tide curve to start with.
Synthesis start time. The starting time for your tide table.
Synthesis end date.
Synthesis end time.
Compute a solar synthesis? Default is TRUE.
Returns a list with two elements, which are of class data.table and data.frame.
The lunar synthesis data as a data.table object in UTC.
The solar tide curve as a data.table or NULL object (time zone of the observations).
https://www.bsh.de/DE/PUBLIKATIONEN/_Anlagen/Downloads/Meer_und_Umwelt/Berichte-des-BSH/Berichte-des-BSH_50_de.pdf?__blob=publicationFile&v=13/
https://doi.org/10.5194/os-15-1363-2019
# NOT RUN { SynTC(tmodel = your_model, ssdate = "2015/12/17", sstime = "00:00:00", sedate = "2015/12/31", setime = "23:30:00") # } # NOT RUN { # }
Run the code above in your browser using DataLab