, G0=66.7GPa, Ks=4.6Ks=4.6, G=1.1G=1.1. Using the elastic properties of epidote, we set up a model to better understand the velocity jumps in the subducted oceanic crusts concerning the blueschist-eclogite transition at 60-90 km depths. Our results indicate that the calculated P and S wave velocity jumps are in good agreement with those seismic observations in the typical subduction zones such as northeastern Japan and southwestern Japan. The eclogitization from epidote bearing blueschist may provide an explanation for the wave velocity anomalies occurred in those regions.

","articleId":62333,"qiUrl_en":"https://journal.hep.com.cn/gsf/EN/Y2025/V16/I1","risUrl_en":"https://journal.hep.com.cn/gsf/EN/article/getTxtFile.do?fileType=Ris&id=62333","authorNotesCorrespEn":["* E-mail address: cainao@ucas.ac.cn"],"hasPdf":"false"}}; if(metaData && metaData.article && metaData.article.abstractEn && !metaData.article.highlightEn){ if(metaData.article.abstractEn.match(/^

\s*\s*\s*.*?<\/ItemContent>\s*<\/ListItem>\s*<\/List>\s*<\/p>/g)){ //metaData.article.highlightEn = metaData.article.abstractEn.substring(0,metaData.article.abstractEn.indexOf("

")+"

".length); var _abstractEn = metaData.article.abstractEn; metaData.article.abstractEn = metaData.article.abstractEn.replace(/^

\s*\s*\s*.*?<\/ItemContent>\s*<\/ListItem>\s*<\/List>\s*<\/p>/g,""); metaData.article.highlightEn = _abstractEn.substring(0,_abstractEn.indexOf(metaData.article.abstractEn)); } } new mag_vue({ el: '#metaVue', //dataUrl: mag_currentQikanUrl() + '/EN/article/getRichHtmlJson.do?articleId='+$("#articleId").val(), data:metaData, loading:true, doTextFun:function(text){ return doDataJsonText(text,metaData); }, doAfterFun:function(selector,jsonData){doMagVueAfter(selector,jsonData);} }); var pars = {attachType:'PDF',id:$("#articleId").val(),json:true}; jQuery.post($("#mag-common-contextPath").val()+"/EN/article/showArticleFile.do?" + new Date().getTime(), pars, function(data){ var json=null; if(data.match(/^\[json\].*/g)){ json=eval("("+data.replace(/^\[json\]/g,"")+")"); } if(json && json.status == 1){ //有权限 }else{ //无权限 $("#no-access-div").show(); } }); mag_ajax({ url:mag_currentQikanUrl() + '/EN/article/getRichHtmlJsonToken.do', data:{articleId:$("#articleId").val()}, dataType:"json", async:false, success:function(jsonToken){ mag_ajax({ url:mag_currentQikanUrl() + '/EN/article/getRichHtmlJson.do', data:{articleId:$("#articleId").val(),token:jsonToken.token,referer:document.referrer}, dataType:"json", async:false, success:function(json){ if(json.article){ if(json.article.body && json.article.body.secL && json.article.body.secL.length && json.article.body.secL.length>0){ //隐藏掉第一段标题=‘Contents’的sec var sec = json.article.body.secL[0]; if(sec.type=='sec' && $.trim(sec.title)=='Contents'){ json.article.body.secL.splice(0,1); } } new mag_vue({ el: '#bodyVue', data:json, doTextFun:function(text){ return doDataJsonText(text,json); }, doAfterFun:function(selector,jsonData){doMagVueAfter(selector,jsonData);} }); //去掉参考文献label中多余的中括号 $(".main_content_center_left_one_cankaowenxian_tab_td").each(function(){ $(this).html($(this).html().replace(/(\[)+/g,'[').replace(/(\])+/g,']')); }); //将uri标签变成a链接 $("uri").each(function(){ var href = $(this).html(); var uriA = document.createElement("a"); uriA.setAttribute("href",href); uriA.setAttribute("target","_blank"); uriA.innerHTML=href; $(this)[0].parentNode.replaceChild(uriA,$(this)[0]); }); } } }); } }); //footnote $(".mag-xml-fn-sub").click(function(){ var uuid = $(this).attr("id").replace("mag-xml-fn-sub-",""); var contentId = "mag-xml-fn-content-"+uuid; piaofuFn(this,contentId); }); //altmetric if($.trim($("#article_doi").val())!=''){ mag_ajax({ url:mag_currentQikanUrl()+"/EN/article/getArticleAltmetricToken.do", data:{articleId:$("#articleId").val()}, dataType:"json", success:function(jsonToken){ mag_ajax({ url:mag_currentQikanUrl()+"/EN/article/getArticleAltmetric.do", data:{articleId:$("#articleId").val(),token:jsonToken.token}, dataType:"json", success:function(json){ if(json && json.request && json.request.doi){ window.altmetric_request=json.request; $.ajax({ url:'https://api.altmetric.com/v1/doi/'+$.trim(json.request.doi)+'?callback=altmetric_callback', dataType:'jsonp', jsonp:'callback', jsonpCallback:'altmetric_callback' }); } if(json && json.request && json.request.current_art){ // }else if(json && json.score){ showAltmetric(json.score,json.detailsUrl); } } }); } }); } //console.log("111="+new Date()); mag_rich_menu(jQuery); $(function(){ $('#autoMenu').autoMenu(); }) $("#autoMenu").niceScroll({ cursorcolor: "#ccc", //滚动条的颜色 cursoropacitymax: 0, //滚动条的透明度,从0-1 touchbehavior: false, //使光标拖动滚动像在台式电脑触摸设备 true滚动条拖动不可用 cursorwidth: "6px", //滚动条的宽度 单位默认px cursorborder: "0", // 游标边框css定义 cursorborderradius: "3px", //滚动条两头的圆角 autohidemode: true, //是否隐藏滚动条 true的时候默认不显示滚动条,当鼠标经过的时候显示滚动条 zindex: "auto", //给滚动条设置z-index值 railvalign:'defaul', railpadding: { top: 0, right: -6, left: 0, bottom: 0 }, //滚动条的位置 }); $("#relatedArticles").niceScroll({ cursorcolor: "#ccc", //滚动条的颜色 cursoropacitymax: 0, //滚动条的透明度,从0-1 touchbehavior: false, //使光标拖动滚动像在台式电脑触摸设备 true滚动条拖动不可用 cursorwidth: "6px", //滚动条的宽度 单位默认px cursorborder: "0", // 游标边框css定义 cursorborderradius: "3px", //滚动条两头的圆角 autohidemode: true, //是否隐藏滚动条 true的时候默认不显示滚动条,当鼠标经过的时候显示滚动条 zindex: "auto", //给滚动条设置z-index值 railvalign:'defaul', railpadding: { top: 0, right: -6, left: 0, bottom: 0 }, //滚动条的位置 }); $('body').click(function(){ $('.daochu_div').hide(); $('.qipao').hide(); }) $('.qipao').click(function(event){ event.stopPropagation(); }) //console.log("2222="+new Date()); //加载补充材料 mag_ajax_update({ ele_id:'showArticle_suppls', url:mag_currentQikanUrl() + '/EN/article/showArticleSuppls.do', data:{articleId:$("#articleId").val()} }); //加载专题 mag_ajax_update({ ele_id:'showArticle_subjects', url:mag_currentQikanUrl() + '/EN/subject/showSubjectListByArticle.do', data:{articleId:$("#articleId").val(),forwardJsp:'showArticle'} }); //加载相关视频 mag_ajax_update({ ele_id:'showRelatedArticleVideos', url:mag_currentQikanUrl() + '/EN/article/showRelatedArticleVideos.do', data:{articleId:$("#articleId").val()} }); //表格th align属性因为跟boostrap相关样式冲突,没有起作用,这里写js让align起作用 $(".mag_table_wrap_tab_div_table th[align]").each(function(){ $(this).css("text-align",$(this).attr("align")); }); $(".mag_table_wrap_tab_div_table td[align]").each(function(){ $(this).css("text-align",$(this).attr("align")); }); $(".mag_table_wrap_tab_div_table th[valign]").each(function(){ $(this).css("vertical-align",$(this).attr("valign")); }); $(".mag_table_wrap_tab_div_table td[valign]").each(function(){ $(this).css("vertical-align",$(this).attr("valign")); }); //渲染公式 mag_mathJax(); //trendmd if($("#trendmd-journal-id") && $("#trendmd-journal-id").length && $("#trendmd-journal-id").length>0){ window.setTimeout(function(){ var script = document.createElement("script"); script.type = "text/javascript"; script.src = "https://js.trendmd.com/trendmd.min.js"; script.setAttribute("defer",""); script.setAttribute("data-trendmdconfig",'{"journal_id":"'+$("#trendmd-journal-id").val()+'", "element":"#trendmd-suggestions"}'); document.getElementsByTagName("head")[0].appendChild(script); },1); } window.autoMenuFlag=true; }); function altmetric_callback(json){ if(json && json.score){ //window.altmetric_request 信息提交到服务器 mag_ajax({ url:mag_currentQikanUrl()+"/CN/article/submitArticleAltmetricInfo.do", data:{articleId:window.altmetric_request.articleId,token:window.altmetric_request.token,altmetricInfo:JSON.stringify(json)}, errorAlert:false }); if(window.altmetric_request.current_art){ var score = json.score; if(json.score - parseInt(json.score) > 0){ showAltmetric(parseInt(json.score)+1,json.details_url); }else{ showAltmetric(parseInt(json.score),json.details_url); } } } } function showAltmetric(score,detailsUrl){ $("#altmetric-score").html(score); $(".main_content_center_right_duoweidu_div").css("width","25%"); $("#altmetric-a").show(); $("#altmetric-a").attr("href",detailsUrl); } function richClickAuthor(name){ mag_window_location(mag_currentQikanUrl() + "/EN/searchresult",{searchSQL:"((((" +name+ "[Author]) AND All[Journal]) AND 10[PageSize]) AND year[Order])"}); } function richClickKeyword(keyword){ mag_window_location(mag_currentQikanUrl() + "/EN/searchresult",{searchSQL:"((((" +keyword+ "[Keyword]) AND All[Journal]) AND 10[PageSize]) AND year[Order])"}); } function mag_share(){ $("#bShare_more_a").click(); } function loadRelatedArticles(){ if($("#showRelatedArticles") && $("#showRelatedArticles").length>0){ //加载过了 }else{ mag_loading(); mag_ajax_update({ ele_id:'relatedArticles-content', url:mag_currentQikanUrl() + '/EN/article/showRelatedArticles.do', data:{articleId:$("#articleId").val()}, complete:function(){ mag_layer_close(); } }); } } function showMetrics(){ mag_window_location(mag_currentQikanUrl() + '/EN/article/metrics.do?articleId='+$("#articleId").val()); } function piaofuFn(a,eleId){ var content='

'+$("#"+eleId).prop("innerHTML")+'
'; piaofu(a,content); } function huoqukuanduimg(){ // } function doDataJsonText(text,jsonData){ var s = text.replace(/$/g,"$");; var richHtmlJson = $("#article_richHtmlJson").val(); var nlmDir = richHtmlJson.replace(/\/[^\/]+$/,''); if(jsonData && jsonData.xmlDir){ nlmDir = jsonData.xmlDir; } s = s.replace(/\{\{article\.nlmDir\}\}/g,$("#mag-mainWebUrl").val()+"/"+nlmDir); //引用上标 var arr = s.match(/(\[|\()((\s|\,|;|\-|–|(–)|(–)|(–)|(<\/?sup>))*]*)? rid=\"[^<>]*\"( [^<>]*)?>[^<>]+<\/a><\/sup>(\s|\,|;|\-|–|(–)|(–)|(–)|(<\/?sup>))*)+(\]|\))/g); if(arr && arr.length>0){ for(var i=0;i.+/g)){ //加上标,并添中上标标识 var sa1 = ""+sa.replace(/<\/?sup>/g,"").replace(/(]*)? rid=\"[^<>]*\"( [^<>]*)?)>/g,"$1 sup-flag=\"true\">")+""; s = s.replace(sa,sa1); }else{ //去掉上标 var sa1 = sa.replace(/(]*)? rid=\"[^<>]*\"( [^<>]*)?>[^<>]+<\/a>)<\/sup>/g,"$1"); s = s.replace(sa,sa1); } } } var arr1 = s.match(/(]*)? rid=\"[^<>]*\"( [^<>]*)?>[^<>]+<\/a>)<\/sup>/g); if(arr1 && arr1.length>0){ for(var i=0;i]*\"( [^<>]*)?>[^<>]+<\/a>)<\/sup>/g,"$1"); s = s.replace(sa,s1); } } } return s; } function doMagVueAfter(selector,jsonData){ var richHtmlJson = $("#article_richHtmlJson").val(); var magDir = richHtmlJson.replace(/\/[^\/]+$/,''); if(jsonData.xmlDir){ magDir = jsonData.xmlDir; } //处理fig $(selector + " .mag-rich-fig[magid]").each(function(){ var magId = $(this).attr("magid"); for(var j=0;j"; ss += ""; ss += ""; var shuomingTitle = ""; var shuomingContent = ''; if(fig.titleCn && fig.titleCn!=''){ shuomingTitle = fig.titleCn; if(fig.titleContentCn && fig.titleContentCn!=''){ shuomingContent += fig.titleContentCn; } } if(shuomingTitle==''){ if(fig.titleEn && fig.titleEn!=''){ shuomingTitle = fig.titleEn; } if(fig.titleContentEn && fig.titleContentEn!=''){ shuomingContent += fig.titleContentEn; } }else{ if(fig.titleEn && fig.titleEn!=''){ shuomingContent += "

"+fig.titleEn+"

"; } if(fig.titleContentEn && fig.titleContentEn!=''){ shuomingContent += fig.titleContentEn; } } ss += '
'+shuomingTitle+'
'; if(shuomingContent!=''){ ss += shuomingContent; } ss += '
'; ss += '

Full size|PPT slide

'; $(this).html(ss); break; } } }); //处理表格 $(selector + " .mag_main_table[magid]").each(function(){ var magId = $(this).attr("magid"); for(var i=0;i"; } if(tab.titleContentEn && tab.titleContentEn!=''){ shuomingContent += tab.titleContentEn; } } ss += '
'+shuomingTitle+'
'; if(shuomingContent!=''){ ss += shuomingContent; } ss += ''; ss += ''; if(tab.table != ''){ ss += '
'; ss += doDataJsonText(tab.table); ss += '
'; } if(tab.footFnList && tab.footFnList.length>0){ ss += '
'; for(var j=0;j0){ for(var k=0;k"); mag_ajax({ url:mag_currentQikanUrl() + '/CN/article/showArticleAiQuickRead.do', data:{id:62333,sointech:'true'}, dataType:'json', success:function(result){ if(result.code == 200){ window.setTimeout(function(){printQuickReadContentCn(result.remark)},1500); }else{ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); window.quickreadCnDoing=false; } }, error:function(){ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); window.quickreadCnDoing=false; }, errorAlert:false }); } } }else if(lang=='EN'){ $("#showArticle_quickread_cn").show(); $("#showArticle_quickread_en").hide(); $("#showArticle_quickread_content_cn").hide(); $("#showArticle_quickread_content_en").show(); }else{ window.newquickreadCn=true; $('.main_content_center_right').hide(); $("#showArticle_quickread").show(300); $("#showArticle_quickread_cn").show(); $("#showArticle_quickread_en").hide(); $("#showArticle_quickread_content_cn").hide(); $("#showArticle_quickread_content_en").show(); if(window.quickreadEnDoing){ // }else{ window.quickreadEnDoing=true; $("#showArticle_quickread_content_en").html(""); mag_ajax({ url:mag_currentQikanUrl() + '/EN/article/showArticleAiQuickRead.do', data:{id:62333,sointech:'true'}, dataType:'json', success:function(result){ if(result.code == 200){ window.setTimeout(function(){printQuickReadContentEn(result.remark)},1500); }else{ $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); window.quickreadEnDoing=false; } }, error:function(){ $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); window.quickreadEnDoing=false; }, errorAlert:false }); } } } function closeQuickread(){ $("#showArticle_quickread").hide(300); $('.main_content_center_right').show(); } function printQuickReadContentEn(remark){ mag_ajax({ url:mag_currentQikanUrl() + '/EN/article/showArticleAiQuickRead.do', data:{remark:remark,sointech:'true'}, dataType:'json', success:function(result){ if(result.code == 200){ if(result.content){ var md = new remarkable.Remarkable({html:true}); $("#showArticle_quickread_content_en").html(md.render(result.content+"")); } if(result.complete){ if(result.content && $.trim(result.content)!=''){ //正常内容 $("#showArticle_quickread_content_en .ai_print").hide(); }else{ $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); } window.quickreadEnDoing=false; }else{ window.setTimeout(function(){printQuickReadContentEn(remark)},1500); } }else{ // $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); window.quickreadEnDoing=false; } }, error:function(){ $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); window.quickreadEnDoing=false; }, errorAlert:false }); } function printQuickReadContentCn(remark){ mag_ajax({ url:mag_currentQikanUrl() + '/CN/article/showArticleAiQuickRead.do', data:{remark:remark,sointech:'true'}, dataType:'json', success:function(result){ if(result.code == 200){ if(result.content){ var md = new remarkable.Remarkable({html:true}); $("#showArticle_quickread_content_cn").html(md.render(result.content+"")); } if(result.complete){ if(result.content && $.trim(result.content)!=''){ //正常内容 $("#showArticle_quickread_content_cn .ai_print").hide(); }else{ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); } window.quickreadCnDoing=false; }else{ window.setTimeout(function(){printQuickReadContentCn(remark)},1500); } }else{ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); window.quickreadCnDoing=false; } }, error:function(){ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); window.quickreadCnDoing=false; }, errorAlert:false }); } function showOutline(lang){ if(lang=='CN'){ mag_layer({ type:4, title:' AI Mindmap
Note: Please note that the content below is AI-generated. Frontiers Journals website shall not be held liable for any consequences associated with the use of this content.
', src:mag_currentQikanUrl() + '/CN/article/showArticleOutline.do?id=62333', width:'85%' }); }else{ mag_layer({ type:4, title:' AI Mindmap
Note: Please note that the content below is AI-generated. Frontiers Journals website shall not be held liable for any consequences associated with the use of this content.
', src:mag_currentQikanUrl() + '/EN/article/showArticleOutline.do?id=62333', width:'85%' }); } }

Elasticity of epidote at high pressure and its implications for the velocity anomaly in subduction zone

Junsheng Ma, Nao Cai, Duojun Wang

Geoscience Frontiers ›› 2025, Vol. 16 ›› Issue (1) : 101933.

Geoscience Frontiers ›› 2025, Vol. 16 ›› Issue (1) : 101933. DOI: 10.1016/j.gsf.2024.101933

Elasticity of epidote at high pressure and its implications for the velocity anomaly in subduction zone

Author information +
History +
Published
01 Jan 2025
Issue Date
23 Mar 2025

Abstract

Hydrous minerals play a critical role in modifying the physical and chemical properties of the Earth’s interior. Among those, epidote is an important hydrous mineral in greenschist and blueschist phases of the metamorphosed subducting crust at shallow depth (30-60 km). Here, we measured the compressional (P) and shear (S) wave velocities of a polycrystalline epidote sample at pressures up to 7 GPa and room temperature by means of ultrasonic interferometry. The obtained sound velocities and elastic moduli of epidote increase monotonically with pressure. Finite strain analysis on those data set yielded the elastic moduli and their pressure derivatives of epidote at ambient condition as follows: KS0=115.2GPa, G0=66.7GPa, Ks=4.6Ks=4.6, G=1.1G=1.1. Using the elastic properties of epidote, we set up a model to better understand the velocity jumps in the subducted oceanic crusts concerning the blueschist-eclogite transition at 60-90 km depths. Our results indicate that the calculated P and S wave velocity jumps are in good agreement with those seismic observations in the typical subduction zones such as northeastern Japan and southwestern Japan. The eclogitization from epidote bearing blueschist may provide an explanation for the wave velocity anomalies occurred in those regions.

Keywords

Epidote / Hydrous mineral / Elasticity / Subduction zone

Cite this article

Download citation ▾
Junsheng Ma, Nao Cai, Duojun Wang. Elasticity of epidote at high pressure and its implications for the velocity anomaly in subduction zone. Geoscience Frontiers, 2025, 16(1): 101933 https://doi.org/10.1016/j.gsf.2024.101933

References

N. Cai, D. Wang. Sound velocity of (Mg0.91Fe0.09)2SiO4 wadsleyite and its implications to water distribution in mantle transition zone. Geophys. Res. Lett., 49 (2022), Article e2022GL100302,
CrossRef Google scholar
J. Chantel, M. Mookherjee, D.J. Frost. The elasticity of lawsonite at high pressure and the origin of low velocity layers in subduction zones. Earth Planet. Sci. Lett., 349 (2012), pp. 116-125,
CrossRef Google scholar
T. Chen, G.D. Gwanmesia, X.B. Wang, Y.T. Zou, R.C. Liebermann, C. Michaut, B.S. Li. Anomalous elastic properties of coesite at high pressure and implications for the upper mantle X-discontinuity. Earth Planet. Sci. Lett., 412 (2015), pp. 42-51,
CrossRef Google scholar
T. Chen, R.C. Liebermann, Y. Zou, Y. Li, X. Qi, B. Li. Tracking silica in Earth's upper mantle using new sound velocity data for coesite to 5.8 GPa and 1073 K. Geophys. Res. Lett., 44 (2017), pp. 7757-7765,
CrossRef Google scholar
P. Chen, D. Wang, N. Cai, J. Zhang, R. Zhang, Y. Cao. Anomalous sound velocities of talc at high pressure and implications for estimating water content in mantle wedge. J. Geophys Res. Solid Earth, 128 (2023), Article e2023JB027309,
CrossRef Google scholar
R.K. Cook. Variation of elastic constants and static strains with hydrostatic pressure; a method for calculation from ultrasonic measurements. J. Acoust. Soc. Am., 29 (1957), pp. 445-449,
CrossRef Google scholar
G.F. Davies, A.M. Dziewonski. Homogeneity and constitution of the earth's lower mantle and outer core. Phys. Earth Planet. Inter., 10 (1975), pp. 336-343,
CrossRef Google scholar
P.B. Davis, D.L. Whitney. Petrogenesis of lawsonite and epidote eclogite and blueschist, Sivrihisar Massif. Turkey. J. Metamorph. Geol., 24 (2006), pp. 823-849,
CrossRef Google scholar
G.D. Gatta, M. Merlini, Y. Lee, S. Poli. Behavior of epidote at high pressure and high temperature: a powder diffraction study up to 10 GPa and 1,200 K. Phys. Chem. Miner., 38 (2011), pp. 419-428,
CrossRef Google scholar
W.A. Dollase. Refinement of The Crystal Structures of Epidote, Allanite and Hancockite. Am. Mineral., 56 (1971), pp. 447-464
A.M. Dziewonski, D.L. Anderson. Preliminary reference Earth model. Phys. Earth Planet. Inter., 25 (1981), pp. 297-356,
CrossRef Google scholar
M. Enami, J.G. Liou, C.G. Mattinson. Epidote Minerals in High P/T Metamorphic Terranes: Subduction Zone and High- to Ultrahigh-Pressure Metamorphism. Rev. Mineral. Geochem., 56 (2004), pp. 347-398,
CrossRef Google scholar
S. Endo, A. Yoneda, M. Ichikawa, S. Tanaka, S. Kawabe. High-pressure study of transition in ZnTe by manganin coil method. J. Phys. Soc. Jpn., 51 (1982), pp. 138-140,
CrossRef Google scholar
B.W. Evans. Phase-Relations of Epidote-Blueschists. Lithos, 25 (1990), pp. 3-23,
CrossRef Google scholar
D.-W. Fan, M.-N. Ma, J.-J. Yang, S.-Y. Wei, Z.-Q. Chen, H.-S. Xie. In Situ High-Pressure Synchrotron X-Ray Diffraction Study of Clinozoisite. Chin. Phys. Lett., 28 (2011), Article 126103,
CrossRef Google scholar
D. Fan, J. Xu, S. Wei, Z. Chen, H. Xie. In-Situ High-Pressure Synchrotron X-Ray Diffraction of Natural Epidote. Chin. J. High Press. Phys., 28 (2014), pp. 257-267, 10.11858/gywlxb.2014.03.001
J. Gonzalez-Platas, M. Alvaro, F. Nestola, R. Angel. EosFit7-GUI: a new graphical user interface for equation of state calculations, analyses and teaching. J. Appl. Crystallogr., 49 (2016), pp. 1377-1382,
CrossRef Google scholar
G.D. Gwanmesia, L. Wang, A. Heady, R.C. Liebermann. Elasticity and sound velocities of polycrystalline grossular garnet (Ca3Al2Si3O12) at simultaneous high pressures and high temperatures. Phys. Earth Planet. Inter., 228 (2014), pp. 80-87,
CrossRef Google scholar
G.D. Gwanmesia, M.L. Whitaker, L. Dai, A. James, H. Chen, R.S. Triplett, N. Cai. The Elastic Properties of β-Mg2SiO4 Containing 0.73 wt.% of H2O to 10 GPa and 600 K by Ultrasonic Interferometry with Synchrotron X-Radiation. Minerals, 10 (2020), p. 209,
CrossRef Google scholar
R.T.J. Hansen, M.G. Bostock, N.I. Christensen. Nature of the low velocity zone in Cascadia from receiver function waveform inversion. Earth Planet. Sci. Lett., 337–338 (2012), pp. 25-38,
CrossRef Google scholar
M. Hao, J.S. Zhang, C.E. Pierotti, Z.Y. Ren, D. Zhang. High-pressure single-crystal elasticity and thermal equation of state of omphacite and their implications for the seismic properties of eclogite in the Earth's interior. J. Geophys. Res. Solid Earth, 124 (2019), pp. 2368-2377,
CrossRef Google scholar
T.J.B. Holland, S.A.T. Redfern, A.R. Pawley. Volume behavior of hydrous minerals at high pressure and temperature; II, Compressibilities of lawsonite, zoisite, clinozoisite, and epidote. Am. Mineral., 81 (1996), pp. 341-348,
CrossRef Google scholar
M. Ivandic, I. Grevemeyer, J. Bialas, C.J. Petersen. Serpentinization in the trench-outer rise region offshore of Nicaragua: constraints from seismic refraction and wide-angle data. Geophys. J. Int., 180 (2010), pp. 1253-1264,
CrossRef Google scholar
T. Katsura, H. Yamada, O. Nishikawa, M. Song, A. Kubo, T. Shinmei, S. Yokoshi, Y. Aizawa, T. Yoshino, M.J. Walter, E. Ito, K.I. Funakoshi. Olivine-wadsleyite transition in the system (Mg, Fe)2SiO4. J. Geophys. Res. Solid Earth, 109 (2004), Article B02209,
CrossRef Google scholar
B.L.N. Kennett, E.R. Engdahl, R. Buland. Constraints on seismic velocities in the Earth from traveltimes. Geophys. J. Int., 122 (1995), pp. 108-124,
CrossRef Google scholar
J.-I. Kimura, J. Nakajima. Behaviour of subducted water and its role in magma genesis in the NE Japan arc: A combined geophysical and geochemical approach. Geochim. Cosmochim. Acta, 143 (2014), pp. 165-188,
CrossRef Google scholar
S.H. Kirby, S. Stein, E.A. Okal, D.C. Rubie. Metastable mantle phase transformations and deep earthquakes in subducting oceanic lithosphere. Rev. Geophys., 34 (1996), pp. 261-306,
CrossRef Google scholar
S. Kita, T. Okada, A. Hasegawa, J. Nakajima, T. Matsuzawa. Anomalous deepening of a seismic belt in the upper-plane of the double seismic zone in the Pacific slab beneath the Hokkaido corner: Possible evidence for thermal shielding caused by subducted forearc crust materials. Earth Planet. Sci. Lett., 290 (2010), pp. 415-426,
CrossRef Google scholar
J.S. Knibbe, S.M. Luginbuhl, R. Stoevelaar, W. van der Plas, D.M. van Harlingen, N. Rai, E.S. Steenstra, R. van de Geer, W. van Westrenen. Calibration of a multi-anvil high-pressure apparatus to simulate planetary interior conditions. EPJ Tech Instrum, 5 (2018), p. 5,
CrossRef Google scholar
Y. Kono, S. Greaux, Y. Higo, H. Ohfuji, T. Irifune. Pressure and Temperature Dependences of Elastic Properties of Grossular Garnet up to 17 GPa and 1 650 K. J. Earth Sci., 21 (2010), pp. 782-791,
CrossRef Google scholar
E.J. Krogh, C.W. Oh, J.G. Liou. Polyphase and Anticlockwise P-T Evolution for Franciscan Eclogites and Blueschists from Jenner, California. USA. J. Metamorph. Geol., 12 (1994), pp. 121-134,
CrossRef Google scholar
D.L. Lakshtanov, S.V. Sinogeikin, J.D. Bass. High-temperature phase transitions and elasticity of silica polymorphs. Phys. Chem. Miner., 34 (2006), pp. 11-22,
CrossRef Google scholar
M. Lefeldt, I. Grevemeyer, J. Goßler, J. Bialas. Intraplate seismicity and related mantle hydration at the Nicaraguan trench outer rise. Geophys. J. Int., 178 (2009), pp. 742-752,
CrossRef Google scholar
B. Li, R.C. Liebermann. Study of the Earth’s interior using measurements of sound velocities in minerals by ultrasonic interferometry. Phys. Earth Planet. Inter., 233 (2014), pp. 135-153,
CrossRef Google scholar
B. Li, J.G. Xu, D.Z. Zhang, Z.L. Ye, S.J. Huang, D.W. Fan, W.G. Zhou, H.S. Xie. Thermoelasticity and stability of natural epidote at high pressure and high temperature: Implications for water transport during cold slab subduction. Geosci. Front., 12 (2021), pp. 921-928,
CrossRef Google scholar
T. Liu, D.J. Wang, K.W. Shen, C.J. Liu, L. Yi. Kinetics of antigorite dehydration: Rapid dehydration as a trigger for lower-plane seismicity in subduction zones. Am. Mineral., 104 (2019), pp. 282-290,
CrossRef Google scholar
Y. Masumoto, M. Enami, M. Tsuboi, M. Hong. Magmatic zoisite and epidote in tonalite of the Ryoke belt, central Japan. Eur. J. Mineral., 26 (2014), pp. 279-291,
CrossRef Google scholar
M. Matsubara, K. Obara, K. Kasahara. Three-dimensional P- and S-wave velocity structures beneath the Japan Islands obtained by high-density seismic stations by seismic tomography. Tectonophysics, 454 (2008), pp. 86-103,
CrossRef Google scholar
M. Matsumoto, S. Wallis, M. Aoya, M. Enami, J. Kawano, Y. Seto, N. Shimobayashi. Petrological constraints on the formation conditions and retrograde P-T path of the Kotsu eclogite unit, central Shikoku. J. Metamorph. Geol., 21 (2003), pp. 363-376,
CrossRef Google scholar
S. Milani, R.J. Angel, L. Scandolo, M.L. Mazzucchelli, T.B. Ballaran, S. Klemme, M.C. Domeneghetti, R. Miletich, K.S. Scheidl, M. Derzsi, K. Tokár, M. Prencipe, M. Alvaro, F. Nestola. Thermo-elastic behavior of grossular garnet at high pressures and temperatures. Am. Mineral., 102 (2017), pp. 851-859,
CrossRef Google scholar
Nakajima, J., Hasegawa, A., Kita, S., 2011. Seismic evidence for reactivation of a buried hydrated fault in the Pacific slab by the 2011 M9.0 Tohoku earthquake. Geophys. Res. Lett. 38(7), L00G06. https://doi.org/10.1029/2011gl048432.
E.P. Papadakis. New, compact instrument for pulse-echo-overlap measurements of ultrasonic wave transit times. Rev. Sci. Instrum., 47 (1976), pp. 806-813,
CrossRef Google scholar
A. Pavese, V. Diella, V. Pischedda, M. Merli, R. Bocchio, M. Mezouar. Pressure-volume-temperature equation of state of andradite and grossular, by high-pressure and -temperature powder diffraction. Phys. Chem. Miner., 28 (2001), pp. 242-248,
CrossRef Google scholar
A.R. Pawley, S.A.T. Redfern, T.J.B. Holland. Volume behavior of hydrous minerals at high pressure and temperature.1. Thermal expansion of lawsonite, zoisite, clinozoisite, and diaspore. Am. Mineral., 81 (1996), pp. 335-340,
CrossRef Google scholar
S.A. Peacock. Fluid processes in subduction zones. Science, 248 (1990), pp. 329-337,
CrossRef Google scholar
S.M. Peacock, K. Wang. Seismic consequences of warm versus cool subduction metamorphism: examples from southwest and northeast Japan. Science, 286 (1999), pp. 937-939,
CrossRef Google scholar
S.M. Peacock, P.E.V. Keken, S.D. Holloway, B.R. Hacker, G.A. Abers, R.L. Fergason. Thermal structure of the Costa Rica – Nicaragua subduction zone. Phys. Earth Planet. Inter., 149 (2005), pp. 187-200,
CrossRef Google scholar
Y. Peng, M. Mookherjee. Thermoelasticity of tremolite amphibole: Geophysical implications. Am. Mineral., 105 (2020), pp. 904-916,
CrossRef Google scholar
S. Poli. The amphibolite-eclogite transformation; an experimental study on basalt. Am. J. Sci., 293 (1993), pp. 1061-1107,
CrossRef Google scholar
S. Poli, E. Franzolin, P. Fumagalli, A. Crottini. The transport of carbon and hydrogen in subducted oceanic crust: An experimental study to 5 GPa. Earth Planet. Sci. Lett., 278 (2009), pp. 350-360,
CrossRef Google scholar
S. Poli, M.W. Schmidt. H2O transport and release in subduction zones - experimental constraints on basaltic and andesitic systems. J. Geophys. Res. Solid Earth, 100 (1995), pp. 22299-22314,
CrossRef Google scholar
S.S. Poli, M.W. Schmidt. Experimental subsolidus studies on epidote minerals. Epidotes, 56 (2004), pp. 171-195,
CrossRef Google scholar
F. Qin, X. Wu, Y. Wang, D.W. Fan, S. Qin, K. Yang, J.P. Townsend, S.D. Jacobsen. High-pressure behavior of natural single-crystal epidote and clinozoisite up to 40 GPa. Phys. Chem. Miner., 43 (2016), pp. 649-659,
CrossRef Google scholar
C.R. Ranero, V. Sallarès. Geophysical evidence for hydration of the crust and mantle of the Nazca plate during bending at the north Chile trench. Geology, 32 (7) (2004), pp. 549-552,
CrossRef Google scholar
J. Ridley. Evidence of a Temperature-Dependent Blueschist to Eclogite Transformation in High-Pressure Metamorphism of Metabasic Rocks. J. Petrol., 25 (1984), pp. 852-870,
CrossRef Google scholar
F.R. Schilling, S.V. Sinogeikin, J.D. Bass. Single-crystal elastic properties of lawsonite and their variation with temperature. Phys. Earth Planet. Inter., 136 (2003), pp. 107-118,
CrossRef Google scholar
M.W. Schmidt, S. Poli. Experimentally based water budgets for dehydrating slabs and consequences for arc magma generation. Earth Planet. Sci. Lett., 163 (1998), pp. 361-379,
CrossRef Google scholar
M.W. Schmidt, S. Poli. Devolatilization During Subduction. D.H. Heinrich, K.T. Karl (Eds.), Treatise on Geochemistry (Second Edition), E-Publishing Inc, New York (2014), pp. 669-701
Q. Shan, W. Xiang, L. Jun, L. Jing, W. Zi-Yu, L. Xiao-Dong, L. An-Huai. Compressibility of Epidote up to 20 GPa at 298 K. Chin. Phys. Lett., 20 (2003), pp. 1172-1174,
CrossRef Google scholar
T.-R.-A. Song, D.V. Helmberger, M.R. Brudzinski, R.W. Clayton, P. Davis, X. Pérez-Campos, S.K. Singh. Subducting Slab Ultra-Slow Velocity Layer Coincident with Silent Earthquakes in Southern Mexico. Science, 324 (2009), pp. 502-506,
CrossRef Google scholar
R.J. Stern. Subduction zones. Rev. Geophys., 40 (2002), Article 3–1-3-38,
CrossRef Google scholar
R.G.J. Strens. Some Relationships between Members of the Epidote Group. Nature, 198 (1963), pp. 80-81,
CrossRef Google scholar
C. Su, Y. Liu, D. Fan, W. Song, G. Yang. Self-consistent thermodynamic parameters of pyrope and almandine at high-temperature and high-pressure conditions: Implication on the adiabatic temperature gradient. Phys. Earth Planet. Inter., 322 (2022), Article 106789,
CrossRef Google scholar
E.M. Syracuse, G.A. Abers, K. Fischer, L. MacKenzie, C. Rychert, M. Protti, V. González, W. Strauch. Seismic tomography and earthquake locations in the Nicaraguan and Costa Rican upper mantle. Geochem. Geophys. Geosyst., 9 (2008), p. Q07S08,
CrossRef Google scholar
E.M. Syracuse, P.E. van Keken, G.A. Abers. The global range of subduction zone thermal models. Phys. Earth Planet. Inter., 183 (2010), pp. 73-90,
CrossRef Google scholar
Y. Tsuji, J. Nakajima, A. Hasegawa. Tomographic evidence for hydrated oceanic crust of the Pacific slab beneath northeastern Japan: Implications for water transportation in subduction zones. Geophys. Res. Lett., 35 (2008), p. L14308,
CrossRef Google scholar
T. Tsujimori, T. Itaya. Blueschist-facies metamorphism during Paleozoic orogeny in southwestern Japan: Phengite K-Ar ages of blueschist-facies tectonic blocks in a serpentinite melange beneath early Paleozoic Oeyama ophiolite. Isl. Arc, 8 (2002), pp. 190-205,
CrossRef Google scholar
T. Tsujimori, J.G. Liou. Eclogite-Facies Mineral Inclusions in Clinozoisite from Paleozoic Blueschist, Central Chugoku Mountains, Southwest Japan: Evidence of Regional Eclogite-Facies Metamorphism. Int. Geol. Rev., 47 (2010), pp. 215-232,
CrossRef Google scholar
X. Wang, T. Chen, X. Qi, Y. Zou, J. Kung, T. Yu, Y. Wang, R.C. Liebermann, B. Li. Acoustic travel time gauges for in-situ determination of pressure and temperature in multi-anvil apparatus. J. Appl. Phys., 118 (2015), Article 065901,
CrossRef Google scholar
Z.C. Wang, S.C. Ji. Elasticity of six polycrystalline silicate garnets at pressure up to 3.0 GPa. Am. Mineral., 86 (2001), pp. 1209-1218,
CrossRef Google scholar
J. Wang, Z. Mao, F. Jiang, T.S. Duffy. Elasticity of single-crystal quartz to 10 GPa. Phys. Chem. Miner., 42 (2014), pp. 203-212,
CrossRef Google scholar
D.J. Wang, L.B. Wang, R. Zhang, N. Cai, J.K. Zhang, P. Chen, Y. Cao. Mantle wedge water contents estimated from ultrasonic laboratory measurements of olivine-antigorite aggregates. Geophys. Res. Lett., 49 (2022), Article e2022GL098226,
CrossRef Google scholar
X. Wang, D. Zhao, H. Suzuki, J. Li, A. Ruan. Eclogitization of the Subducted Oceanic Crust and Its Implications for the Mechanism of Slow Earthquakes. Geophys. Res. Lett., 44 (2017), pp. 12125-112132,
CrossRef Google scholar
J. Zhang, B. Li, W. Utsumi, R.C. Liebermann. In situ X-ray observations of the coesite stishovite transition: Reversed phase boundary and kinetics. Phys. Chem. Miner., 23 (1996), pp. 1-10,
CrossRef Google scholar
D. Zhao, K. Yamashita, G. Toyokuni. Tomography of the 2016 Kumamoto earthquake area and the Beppu-Shimabara graben. Sci Rep, 8 (2018), p. 15488,
CrossRef Google scholar
Y. Zou, T. Irifune, S. Gréaux, M.L. Whitaker, T. Shinmei, H. Ohfuji, R. Negishi, Y. Higo. Elasticity and sound velocities of polycrystalline Mg3Al2(SiO4)3 garnet up to 20 GPa and 1700 K. J. Appl. Phys., 112 (2012), Article 014910,
CrossRef Google scholar

Accesses

Citations

Detail

Sections
Recommended

/