Fiber-Optic Distributed Acoustic Sensing for Seismic Monitoring in Chiba, Japan

👨‍💻 DASLab is an open-source software (written in Python) for digital signal processing and analysis of DAS fiber-optic data that I developed for this research project.

This project was done in RITE during the COVID-19 pandemic of 2021. I was involved in the CO2 Storage Group led by Dr. Ziqiu Xue. In August, I was given the opportunity to present this research in a workshop organized by the Incorporated Research Institutions for Seismology (IRIS) in USA. It was expected that our research could set a new direction for utilizing DAS to monitor seismic activities in Japan.

Three DAS optical fiber cables were installed down-hole; two cables are straight cables in a 250-meter well and 880-meter well, and one cable is helical in the 250-meter well. Figure below shows the vertical section of our installed cables and Silixa iDAS interrogator in Chiba. Notice there is a difference between cables installed in the 250-meter and 880-meter well. For the straight (STC) and helical cables (HWC) in the 250-meter well, they were installed along the cement (thus denoted as STC250 and HWC250). For the straight cable in the 880-meter well, it was installed behind casing (thus denoted as HWC880).

drawing

With DAS, we recorded continuous seismic records of natural earthquakes. At least, we could identify different wave types in the record as shown below.

drawing

First, we compared the waveform response of each of the three DAS configurations (STC250, HWC250, and HC880) to the natural earthquakes. Shown below are the waveform displays of each DAS. There is a small difference between the straight cables STC250 and BC880, but notice less occurrence of multiples in BC880 as shown by the yellow arrow. The straight cables show stronger and clearer amplitude response but noisier compared to the helical cable HWC250.

drawing

We zoomed in the portion of the records that show P-wave arrival as shown in the two figures below. The noise at near-surface appears in STC250 and BC880 at depth below 50 m. The characteristics of this noise are very strong amplitudes, low frequency, and random. This is likely the noise caused by the strong amplification of ground motion. The HWC250 does not show this noise too much at the same depth. However, notice the amplitude reduction in the HWC250 record between depth of 30 and 80 meter. The cause of this reduction is still unknown.

drawing

Next, we implemented automated picking technique to pick P-wave and S-wave arrivals using four methods; Kurtosis, Short-Term Average/Long-Term Average (STA/LTA), Akaike Information Criterion (AIC), and Short-Time Fourier Transform (STFT). In general, we favored STA/LTA method because the computation is speedy. Later we found that Kurtosis and AIC result more peaking values at the arrivals and their ability to distinguish the upgoing and downgoing arrivals although they take longer time to compute. STFT is able to identify P-wave and S-wave arrivals comparably fast because it is based on frequency-based Fourier transform. Shown below are the results of STA/LTA and STFT for automated PS picking.

drawing

We made a waterfall plot of frequency vs. depth with spectral amplitude as color to identify different types of noise in the data. Shown below is the waterfall plot for each DAS. We could identify at least four key frequencies; ~5 Hz is background noise, ~10 and ~15 Hz are the signals (P or S), and ~30 Hz is completion noise. We also found an interesting observation of unique stripe patterns forming acute angle in the f-z plot which exists in shallow part of BC880. Our interpretation is that this noise is likely caused by poorly cemented (completion) part of the well. Therefore, the shallower part of below 400 m appears to be poorly cemented. In addition, there are horizontal stripes which are likely the optical noise.

drawing

Finally, we found an interesting observation on the dependence of DAS detectability on azimuth and incidence angle, as shown in the figure below. It is evident that DAS can detect natural earthquakes with magnitude down to 0.8! Interestingly, the 0.8-magnitude record has weaker amplitude of P-wave arrival than larger 1.3 and 1.4-magnitude. When we plotted in the azimuth-incidence angle polar plot and correlated with the map of the Japanese Bōsō Peninsula, the 0.8-magnitude earthquake is located in azimuth near 270 degrees (in Kujukuri) and the larger earthquakes are in azimuth near 0 degree (in Bōsō). The difference in azimuthal dependency is most likely caused by the velocity anisotropy in the subsurface.

drawing