Abstract:
Iceberg harmonic tremor (IHT) emanating from tabular icebergs in the Southern Ocean and around the coast of Antarctica is observed as seismoacoustic signals on islands in the equatorial Pacific, as hydro-acoustic signals in the Indian Ocean, and in local and regional Antarctic seismograms. To identify the IHT source mechanism and to understand the relevance of IHT to iceberg calving, drift and ... break-up, we deployed seismometers on a 25 km by 50 km iceberg called C16 in the Ross Sea, Antarctica. The seismic observations reveal that the IHT signal consists of extended episodes of stick-slip icequakes (typically thousands per hour) generated when the ice-cliff edges of two tabular icebergs rub together during glancing, strike/slip type iceberg collisions (e.g., between C16 and B15A). With the source mechanism revealed, IHT may provide a promising signal useful for the study of iceberg behavior and iceberg-related processes such as climate-induced ice-shelf disintegration. Here, a single day of seismometer data for a single station on iceberg C16 is provided as an example of "a day in the life of an iceberg" for use by scientists and students wishing to know more about IHT. The station data is from C16 "B" site on C16's northeast corner, and the day is 27 December, 2003, a day when B15A struck C16 and caused an episode of tremor that was particularly easy to identify and understand.
This represents only a small fraction of the total data that exist for the seismic program on iceberg C16. The full data are archived at the IRIS data center (where seismic data is commonly archived). This one-day data set is to provide glaciologists with ready access to a good example of IHT that they can use for teaching and for demonstration purposes.
The seismometer instrument was a Guralp 40T digitized by a Quanterra Q330 on loan from the PASSCAL instrument center. Data were collected on 3 channels (east, north and vertical) at a sample rate of 100 Hz. The data for each channel are stored as Albuquerque Seismic Lab (ASL) format in an ascii text file. To read the data, the header gives the station name, channel, start time and sample rate. Following the header (one line only) is the time series.
An example of Matlab code used to read the data is provided as follows:
% Read ASL files: clear all fname='/Users/doug/Sea_ice_2006_data/XV_C17_11070346xx.HHZ'; fid=fopen(fname); fseek(fid, 0, 'eof'); filesize = ftell(fid) fclose(fid); fid=fopen(fname);
Please refer to the PASSCAL website for information on how to turn the data (raw instrument counts, units of each channel are "counts") into ground displacement.
To convert the "counts" (raw instrument data provided in the files here) to ground velocity, use this formula:
MacAyeal, D. R., E. A. Okal, R. C. Aster, and J. N. Bassis (2008), Seismic and hydroacoustic tremor generated by colliding icebergs, J. Geophys. Res., 113, F03011, doi:10.1029/2008JF001005.