$(document).ready(function() $(".nav02 li").hover(function() $(this).addClass("on"); , function() $(this).removeClass("on"); ) ); $(document).ready(function() $(".nav02 li").hover(function() $(this).parent("ul").siblings("h3").addClass("choice"); , function() $(this).parent("ul").siblings("h3").removeClass("choice"); ) ); $(document).ready(function() if ($(".nav02 li").find("ul") .html()!="") $(".nav02 li").parent("ul").siblings("h3").append(""); );
您当前所在位置: 首页» 院所新闻» 头条新闻

盐碱地改良团队研究揭示保护性耕作土壤固碳机制

发布者:管理员发布时间:2023-07-21作者:来源:盐碱地改良团队点击量:

近日,我所盐碱地改良创新团队在保护性耕作土壤固碳机制研究中取得重要进展,相关成果以“Understanding how conservation tillage promotes soil carbon accumulation: Insights into extracellular enzyme activities and carbon flows between aggregate fractions”为题发表在中科院1区Top期刊《Science of The Total Environment》(IF = 9.8)上。

保护性耕作能够通过促进农业生态系统土壤碳固存来应对和减缓气候变化。然而,有关保护性耕作如何促进土壤有机碳积累的机制研究仍然相当有限,尤其是在土壤团聚体尺度上。

研究团队基于农业部洛阳旱地农业重点野外科学观测试验站21年保护性耕作田间定位试验,通过测定0–10 cm土层团聚体中的水解酶和氧化酶活性和土壤有机碳矿化水平,并利用13C自然丰度法量化了团聚体间碳流路径与强度,从而阐明保护性耕作对土壤有机碳积累的影响机制。研究结果表明,与常规耕作和少耕秸秆移除相比,免耕和深松秸秆覆盖通过降低大团聚体中的水解酶和氧化酶活性以及碳从大团聚体流向小团聚体的强度,从而将新碳更好地保护在大团聚体中,减少有机碳损失,进而促进土壤碳积累。研究成果有助于深化对保护性耕作土壤固碳机制的理解,也可为应对气候变化提供科技支撑。

糖心vlog刘晓彤博士为本文第一作者,武雪萍研究员为通讯作者。本研究得到了糖心vlog科技创新工程项目资助。

【引文方式及原文链接】:

Liu, X T., Song, X J., Li, S P., Liang, G P., Wu, X P., 2023. Understanding how conservation tillage promotes soil carbon accumulation: Insights into extracellular enzyme activities and carbon flows between aggregate fractions. Science of The Total Environment 897, 165408. DOI: 10.1016/j.scitotenv.2023.165408

原文链接:https://www.sciencedirect.com/science/article/pii/S0048969723040317


打印』『关闭

function showLocale(objD) var str,colorhead,colorfoot; var yy = objD.getYear(); if(yy<1900) yy = yy+1900; var MM = objD.getMonth()+1; if(MM<10) MM = '0' + MM; var dd = objD.getDate(); if(dd<10) dd = '0' + dd; var hh = objD.getHours(); if(hh<10) hh = '0' + hh; var mm = objD.getMinutes(); if(mm<10) mm = '0' + mm; var ss = objD.getSeconds(); if(ss<10) ss = '0' + ss; var ww = objD.getDay(); if ( ww==0 ) colorhead=""; if ( ww > 0 && ww < 6 ) colorhead=""; if ( ww==6 ) colorhead=""; if (ww==0) ww="星期日"; if (ww==1) ww="星期一"; if (ww==2) ww="星期二"; if (ww==3) ww="星期三"; if (ww==4) ww="星期四"; if (ww==5) ww="星期五"; if (ww==6) ww="星期六"; colorfoot="" str = colorhead + yy + "年" + MM + "月" + dd + "日 " + " " + ww + colorfoot; return(str); function tick() var today; today = new Date(); document.getElementById("localtime").innerHTML = showLocale(today); window.setTimeout("tick()", 1000); tick();