Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Extract daily data from sub-daily tidal data #64

Open
galengorski opened this issue Mar 3, 2022 · 3 comments
Open

Extract daily data from sub-daily tidal data #64

galengorski opened this issue Mar 3, 2022 · 3 comments

Comments

@galengorski
Copy link
Collaborator

galengorski commented Mar 3, 2022

This was converted from a discussion into an issue, I have copy and pasted the replies below:

Based on 2/15/22 meeting (notes here) trying to extract data from sub-daily tidal data so that it is usable on the daily time step seems like a more tractable approach.

One suggestion for capturing a sub-daily temporal signal in daily water level data from @aappling-usgs:

  • split the hourly water level data into 24 different "daily" datasets, so we would have water level at 1:00am, 2:00am etc at a daily time step. This seems like it might be worth a shot for modeling, but it will be less interpretable from an "analysis of the drivers" point of view
  • @ted80810 is looking into some daily summary statistics of tidal fluctuations that we might be able to use

Originally posted by @galengorski in #50 (comment)

@galengorski galengorski changed the title Based on 2/15/22 meeting ([notes here](https://doimspp.sharepoint.com/:w:/r/sites/usgs-GS-WMA-IWP-PUMP/_layouts/15/Doc.aspx?sourcedoc=%7Bd098b24e-51a6-451b-877a-8cfb9319a374%7D&action=edit&wdPid=334ddda0&cid=31bcb333-d07e-4fc0-a622-78979620f76c)) trying to extract data from sub-daily tidal data so that it is usable on the daily time step seems like a more tractable approach. Extract daily data from sub-daily tidal data Mar 3, 2022
@galengorski
Copy link
Collaborator Author

galengorski commented Mar 3, 2022

From Salme:

I really want to caution against using any sort of daily mean of tidal data. The major tidal frequencies are at 12, 12.42 hourly frequencies, and that signal will be aliased into other frequencies.

Taking a look at the NOAA tides and currents station at Lewes, DE: https://tidesandcurrents.noaa.gov/harcon.html?unit=0&timezone=0&id=8557380&name=Lewes&state=DE

Screen Shot 2022-02-17 at 11 44 15 AM

The higher the amplitude, the more important the constituent is in representing the total tidal signal. Let's take the first 6 tidal constituents and their frequencies:

M2 - 12.42 hours
S2 - 12 hours
N2 - 12.62 hours
K1 - 23.93 hours
M4 - 6.21, a harmonic of M2, generated from nonlinearities when tide approaches shallow water (ie continental shelf)
O1 - 25.81 hours
M6 - 4.14 hours, a second harmonic of M2, generated from nonlinearities when tide approaches shallow water (ie continental shelf), and interacts with itself

This is why we use hourly signals in tidal time series analysis - we can identify these harmonic frequencies, and a lot of them hover around the 12 hour or 1 day frequency. I can answer more questions on this at today's (2/17) meeting.

@galengorski
Copy link
Collaborator Author

From Galen:

Based on discussion from our meeting on 2/22, it seems like we might be able to pull out some daily statistics from the water level data based on the differences between the predicted and observed water level. For example in the plot below is water level data for Lewes, the blue line shows predicted water level while the green line shows observed. From 1/14-1/18 the observed water level is above the predicted likely due to an offshore storm event. This results in a net influx of water into the estuary. While the period from 1/18-1/20 observed < predicted indicating a net outflow from the estuary. @salme146 please correct me if I am misrepresenting the interpretations. A couple of ideas for daily statistics to pull out of this record:

  • sum(obs - predicted) water level indicative of flow into our out of the estuary
  • daily max water level - daily min water level: highs would indicate spring tides associated with the break up of salt front dynamics while lows would indicate neap tides associated with more stable behavior

@ted80810 I know you are working on developing some daily summaries of tidal data, maybe this could be a place to start?

tides

@galengorski
Copy link
Collaborator Author

I did a quick analysis to see what it would look like to extract some of these daily metrics on a chunk of tidal data. Here is the hourly data, I put gray dotted lines to show day markers:
tidalsignal_lines_extended

Here is the same period with the daily metric overlaid:
tidalsignal_lines_extended_metrics

One thing to think about is that the min-max is so much larger than the fluctuations in the tidal data because it is summed over the entire day. This might be something to think about changing, I'm not sure

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant