powered by
Synthesizes a tide table, built with BuildTT().
SynTT(tmodel = NULL, ssdate, sstime, sedate, setime)
The model you built with BuildTT()
Start date of the synthesis. Format: "yyyy/mm/dd"
Start time of the synthesis Format: "hh:mm:ss".
End date of the synthesis. Format: "yyyy/mm/dd"
End time of the synthesis. Format: "hh:mm:ss"
Returns a tide table as a data.table, which is identical to c.table computed with TideTable().
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 { SynTT(tmodel = tt_model, ssdate = "1991/01/01", sstime = "12:00:00", sedate = "1992/01/01", setime = "12:00:00") # }
Run the code above in your browser using DataLab