Microseism Variation with Pelagic Storms

I have been curious about the source of microseisms on my seismograph since I completed it in 2004. I initially dismissed the explanation that they originated from intense ocean storms but after watching those storms online and comparing to my seismograph traces there is convincing qualitative evidence for that explanation. This past winter I decided to try to collect some data for a closer look. I began collecting data on January 08, 2020 at 12:00 UTC. I have a continuous record of the significant wave height in the Atlantic Basin and a fairly complete record of the microseism record as described below through the end of April and will continue to collect data going forward. This post will describe what I am doing and will introduce the results obtained in January through a short video. I am working on merging datasets and starting a statistical evaluation of the data so I hope some interesting things will come out of it.

An article in Geophysical Research Letters titled ‘Stormquakes’ pointed me to the portal to NOAA’s WaveWatch III gridded ocean surfce model results. Information on the NOAA website showed how to access and use data from the model. I modified the example Python script to access and map the significant wave height data in the North Atlantic Ocean Basin. This runs every six hours as cron job, automatically acquiring, mapping, and filing this information.

I also wrote a small Python script to calculate the standard deviation of 30 minute segments of the seismic trace from the previous 24 hours. I use the trace standard deviation to characterize the amplitude of the microseisms.  The chart below shows the trace standard deviation changes, plotted in blue, for the month of January 2020.   Several earthquakes occurred which appear as the larger narrow spikes in the data.  The shorter spikes are due to foot traffic in the house.

Those spikes are of no interest in the present study.  What is really of interest is the envelope of the underside of this graph described by the minimum values.  Because I only have the ocean surface information at six hour intervals I evaluate the minimum value of the trace standard deviation on the eleven 30 minute trace segments centered on each of the hours 00, 06, 12, and 18 UTC.  These values are plotted as the red line in the graph.

A very near minimum and the maximum value of the red line occur only three days apart, on January 15 and January 18, respectively.  Here are the 24 hour helicorder charts for the two days.

 

And the Significant Wave Height during the same days:

 

The Geophysics Research Letters paper referenced earlier specifically associate The Grand Banks off the coast of Newfoundland with stormquakes.  This particular example seems to support that association.  I hope that my long term study will give a little more structure to what we see here.  In the meantime here is a short video showing the progression of January’s winter storms across the North Atlantic.

 

More on Microseisms

The previous post gave me some confidence to suspect that storms in the north Atlantic basin may give rise to much of the microseism activity I see on my seismograph. Earlier this winter I ran across a public US Navy web page that shows the results of computer modeling of significant wave height in the north Atlantic and have been visually comparing those plots to my microseism activity. At least on some qualitative level this new information continues to support the notion that the microseisms I see result from storms at sea. Take a look at the two examples below.

On Jan 14, 2017, the seismograph was quiet so I looked at the significant wave height model to find that it was also very quiet:

seis_jan14201701z

sigwav_jan14201700z

Today, Feb 14, 2017 the seismograph is very noisy:

seis_feb14201713z

Take a look at the Significant Wave Height now.  The wave heights at the center are in the upper 30 to mid 40 feet values!

sigwav_feb14201706z

I had actually predicted that this would happen on Feb 11, 2017 by looking ahead at the Significant Wave forecast given by the model.  If I can find access to the gridded data or come up with a way to at least roughly re-digitize these charts I will try to see if there is a simple relationship and correlation between the wave height, the distance from the seismograph to the center, etc. and the amplitude of the microseisms.

This suddenly makes the microseisms, which used to be more of an annoyance, now almost as interesting to watch as the earthquakes.

Whence Microseisms?

 

8_11_2016

Normal Seismogram

10_8_2016

Noisy Seismogram showing Microseisms

 

 

 

 

 

 

 

In the twelve years or so that I have been observing earth motions on my home built seismograph I have been puzzled by the occasional appearance of noisiness in the seismometer trace. I have read about these microseisms and tried unsuccessfully to identify a source of them. The literature always identifies storms at sea as the main cause but I discounted that explanation because of my location in Ohio and the fact that I don’t have a professional, broadband seismometer. So I looked at local wind speeds and wind gusts buffeting the house or moving the trees so much that their roots move. I have looked at local barometric pressure and temperature changes even monitoring the temperature inside the enclosure which contains my seismometer. I have wondered whether there is something in my amplifier electronics that might explain these tiny signals. Nothing worked out.

Earlier this month, I noticed that they were back and that they were growing quite strong. Then it occurred to me that Hurricane Matthew was approaching the east coast of Florida at the same time. Maybe the microseisms I see can be attributed to storms at sea!

I began a closer look at this by downloading time series data about the hurricane from the National Hurricane Center ftp site.  I wrote a python script to load the data from the downloaded file and plot the track of Hurricane Matthew and other information I thought might be important such as the maximum sustained wind, central pressure, and the distance of the eye from my home in Millersburg, Ohio which I calculated from the location data.

matthew_track

Note that P0 marks the location of the seismograph in Millersburg, Ohio.

I also downloaded a bundle of specialized microseism analysis tools from the IRIS (Incorporated Research Institutes for Seismology) software site.  This software is designed for advanced study using professional grade, broadband, multi-channel seismographs.  As such, I have most likely not applied it correctly, in fact bypassed important calculations, etc.  Having said that I hope that the “relative” analysis I did shows some direction toward a qualitative relationships between storms at sea and the microseisms I see recorded on my seismograph.  Here is what I found.

microseis_plot1

This data includes Local, Secondary, and Primary Microseism energy.  I chose to use the Primary band data since they all show similar qualitative response.  Hurricane Matthew dissipated  on Oct 10 and the NHC data file was closed and no more data was added.  More on that later.  I snipped the microseism graph off at Oct 10 and compared to the Hurricane central pressure and distance to the eye:

matthew_actualdata

Actual (non-inverted) data

This is a little hard to visualize in part because one would think that the microseism energy might be inversely related to both the distance and the central pressure.  We can look at the same information taking this into account by plotting the reciprocal of both quantities:

matthew_inverted

Inverted data (see text)

The last chart is the closest to correlated data that I have seen in twelve years or so of trying to figure this out.  Not perfect due to many known and unknown reasons but something for me now to be aware of when I see this noisiness show up.

The proximity of the storm seems predominant.  The central pressure seems to lead the microseism energy.  And finally, the original microseism graphs that went out to Oct 13 showed the noise staying high long after the NHC downgraded the storm.  Presumably, the ocean does not calm immediately after the storm dissipates.  An unmentioned complication in this study is that Hurricane Nicole was also present and strengthening during this time period further out in the Atlantic.