powered by
Builds a TideTable model of class "tidetable".
BuildTT( dataInput, otz = 1, asdate, astime, aedate, aetime, hwi = "99:99", sharp_hwi = TRUE )
the data frame with observation date, observation time and height.
time zone of the observations. Default is 1 (UTC + 1)
The start date.Format: "yyyy/mm/dd"
The start time. Format: "hh:mm:ss"
The end date. Format: "yyyy/mm/dd"
The end time. Format: "hh:mm:ss"
The high water interval. Format: "hh::mm"
should the hwi computation be sharp? Default is TRUE
Returns a object of class "tidetable" which contains following elements:
Coefficients for the eight fitted linear models used in the synthesis
Time in days spanning the analysis
Return value of FindOmega()
Internal constant
Mean high water interval
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 { BuildTT(dataInput = observation, asdate = "1991/01/01", astime ="12:00:00", aedate = "1992/01/01", aetime = "12:00:00") # }
Run the code above in your browser using DataLab