文獻閱讀 250821-When and where soil dryness matters to ecosystem photosynthesis

When and where soil dryness matters to ecosystem photosynthesis

來自 <When and where soil dryness matters to ecosystem photosynthesis | Nature Plants>

## Abstract:

  1. Background: Projected increases in the intensity and frequency of droughts in the twenty-first century are expected to cause a substantial negative impact on terrestrial gross primary productivity (GPP). Yet, the relative role of soil water supply (indicated by soil moisture) and atmospheric water demand (indicated by vapour pressure deficit, VPD) on GPP remains debated, primarily due to their strong covariations, the presence of confounding factors and unresolved causal relationships among the interconnected hydrometeorological drivers of GPP.

  1. How this paper solved this question: Here using a causality-guided explainable artificial intelligence framework, we show that soil moisture is the dominant regulator of water stress, surpassing the role of VPD, when and where soil water supply limits ecosystem functions.
  2. Temporally, use in situ flux tower data to demonstrate that sm dominates the GPP response during periods of insufficient soil water supply. Spatially, assess the global spatial patterns of satellite sun-induced chlorophyll fluorescence (a proxy for GPP) in water-limited regions and demonstrate that they are mostly dominated by soil moisture.
  3. Conversely, VPD plays a greater role in controlling the temporal and spatial variations in GPP than sm when and where sm is not limited.

(Essentially, this is because soil moisture can regulate VPD.)

## Intro:

  • Terrestrial ecosystems offset approximately one-third of fossil fuel carbon dioxide (CO2) emissions, and this capacity depends on photosynthesis (indicated by the gross primary productivity, GPP).
  • On the one hand, water supply from soil moisture (SM), as quantified by volumetric soil water content (VWC), can determine the accessible water for plant growth and function2. On the other hand, the water demand by the atmosphere, as quantified by vapour pressure deficit (VPD), determines the diffusion of water vapour from plants to the atmosphere, and under conditions of intensified atmospheric dryness, stomata on leaves tend to close to avoid excessive water loss.
  • In addition, under conditions of low water availability, SM and VPD are highly (anti)correlated through land–atmosphere coupling.

Disentangling their impacts on GPP is challenging for several reasons:

first, SM and VPD often show strong covariations, particularly under water-limited conditions

second, there are confounding effects from other hydrometeorological drivers of GPP, particularly incoming shortwave radiation (SW) and air temperature (TA);

third, a less acknowledged aspect is that the causal relationships among GPP drivers vary notably between energy- versus water-limited conditions,

## Results:

A framework for quantifying SM and VPD impacts on GPP

use an XAI framework guided by causal chain graphs to disentangle the relative roles of SM and VPD in driving the temporal and spatial variations in GPP.

  • First, given the distinct causal structures between energy- and water-limited conditions (Fig. 1a,b), we identify these two regimes in our datasets over both time and space.
  • Second, we characterized the complex nonlinear dependency of GPP on its hydrometeorological drivers using Extreme Gradient Boosting (XGBoost) models38 across both water- and energy-limited conditions in time and space. used observed and reanalysis data of SW, TA, VPD and SM

Third, we used an approach called the causal Shapley value40, which incorporates causal relationships among GPP drivers based on Pearl’s causal inference do-calculus41, to interpret the XGBoost models for disentangling the respective effects of VPD and SM on GPP.

Causal Shapley values

Compared to other attribution methods, the Shapley value ensures a fair distribution in the sense that it can be proven to be the only solution that simultaneously satisfies the four favourable axioms (efficiency, additivity, symmetry and null player)75. Here the ‘total gain’ is the observed GPP or SIF, and players are their drivers (that is, SW, TA, VPD and SM). For an M-player game, we assume that there is a function v(S) that maps the gain of |S| players to a real number, where the coalition S??= {1,...,M } consists of a subset of players (j). Thus, the Shapley value (φ) of player j, that is, the weighted averages of marginal contributions of j, can be calculated as follows

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/web/93915.shtml
繁體地址,請注明出處:http://hk.pswp.cn/web/93915.shtml
英文地址,請注明出處:http://en.pswp.cn/web/93915.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

React學習(九)

目錄&#xff1a;1.react-進階-antd-新增2.react-進階-antd-刪除選中1.react-進階-antd-新增新增代碼&#xff0c;跟需改的代碼類似&#xff0c;直接copy修改組件代碼進行修改userEffect可以先帶著&#xff0c;沒啥用A6組件用到的函數跟修改的也類似&#xff1a;這個useEffect函…

零基礎從頭教學Linux(Day 17)

三層交換機一、三層交換機的配置1.關于如何配置三層交換機&#xff0c;首先我們應該先創建VLANSwitch>en Switch#vlan database % Warning: It is recommended to configure VLAN from config mode,as VLAN database mode is being deprecated. Please consult userdocument…

任務十四 推薦頁面接口開發

一、接口準備 在對接qq音樂接口之前,首先要將之前的項目,一定要記得備份一份; 備份完成之后,首先要在vscode終端安裝axios,這個是請求后端的工具,和之前的ajax一樣,都是請求后端的工具。只不過axios更專業化,跟強大 至于qq音樂接口怎么獲取,一般有兩個途徑,第一個是…

醫療AI與醫院數據倉庫的智能化升級:異構采集、精準評估與高效交互的融合方向(下)

核心功能創新詳解: 統一門戶與角色化工作臺: 統一入口: 用戶通過單一URL登錄,系統根據其角色和權限自動呈現專屬工作臺。 角色化工作臺: 臨床醫生工作臺: 首屏展示常用患者查詢入口、快速統計(如“我的患者檢驗異常趨勢”)、相關臨床文獻推薦、待處理任務(如報告審核)…

數據庫面試常見問題

數據庫 Delete Truncate Drop 區別 答:這三個操作都是針對數據庫的表進行操作,都有刪除表的功能,其中的區別在于: Delete:只將表中的數據進行刪除,不刪除定義不釋放空間,是dml語句,需要提交事務,如果不想刪除可以回滾。delete每次刪除一行,并在事務日志中為所刪除…

用nohup setsid繞過超時斷連,穩定反彈Shell

在We滲透過程中&#xff0c;我們常常會利用目標系統的遠程代碼執行&#xff08;RCE&#xff09;漏洞進行反彈Shell。然而&#xff0c;由于Web服務器&#xff08;如PHP、Python后端&#xff09;的執行環境通常存在超時限制&#xff08;如max_execution_time或進程管理策略&#…

Java設計模式-模板方法模式

Java設計模式-模板方法模式 模式概述 模板方法模式簡介 核心思想&#xff1a;定義一個操作中的算法骨架&#xff08;模板方法&#xff09;&#xff0c;將算法中某些步驟的具體實現延遲到子類中完成。子類可以在不改變算法整體結構的前提下&#xff0c;重定義這些步驟的行為&…

Centos7物理安裝 Redis8.2.0

Centos7物理安裝 Redis8.2.0一、準備依賴環境首先安裝編譯 Redis 所需的依賴&#xff1a;# CentOS/RHEL系統 yum install -y gcc gcc-c make wget 二、下載并編譯 Redis 8.2.0# 1. 下載Redis 8.2.0源碼包 wget https://download.redis.io/releases/redis-8.2.0.tar.gz# 2. 解壓…

牛津大學xDeepMind 自然語言處理(3)

條件語言模型無條件語言模型 概率計算&#xff1a;通過鏈式法則分解為預測下一詞概率&#xff08;將語言建模問題簡化為建模給定前面詞語歷史的下一個詞的概率&#xff09;基于循環神經網絡的無條件語言模型&#xff1a;根據歷史詞語預測下一個詞的概率條件語言模型 定義&#…

Vue2.x核心技術與實戰(一)

目錄 一、Vue2.x:快速上手+插值表達式+指令上 1.1 Vue快速上手 1.1.1 Vue概念 1.1.2 創建實例 1.1.3 插值表達式 { { }} 1.1.4 響應式特性 1.1.5 開發者工具 1.2 Vue指令 1.2.1 v-html 1.2.3 v-show / v-if v-show v-if 1.2.4 v-else / v-else-if 1.2.5 v-on v…

SCAU學習筆記 - 自科三面前端方向實戰演示

本來是準備寫完二面直接開始寫算法三面的&#xff0c;maimai那個封面圖我都做好了。但是可惡的出題人說要等我出完解析再針對性避開出題&#xff0c;所以swan決定把那個先擱置&#xff0c;本文我們先以2023年的自科三面前端方向題為例帶各位快速入門前端三件套&#xff08;因為…

前后端聯合實現文件上傳,實現 SQL Server image 類型文件上傳

1、前端 Vue3QualityFileInfoDialog.vue<script setup lang"ts" name"QualityFile"> ...... // 上傳&#xff0c;防抖 const onUploadClick debounce(() > {// 模擬點擊元素if (fileInputRef.value) {// 重置以允許重復選擇相同文件fileInputRef…

使用安卓平板,通過USB數據線(而不是Wi-Fi)來控制電腦(版本1)

這是一個對延遲和穩定性要求很高的場景。 核心原理是&#xff1a;利用USB數據線&#xff0c;在手機和電腦之間創建一個高速的“虛擬網絡連接”&#xff0c;然后在這個穩定的網絡通道上運行遠程控制軟件。 方案1&#xff1a; 在完全沒有無線網絡&#xff08;Wi-Fi&#xff09;和…

linux報permission denied問題

linux報permission denied問題 一般是沒有可執行權限&#xff0c;需要先添加執行權限 1. 確認文件權限 在你的項目目錄下執行&#xff1a; ls -l ./folder你可能會看到類似&#xff1a; -rw-r--r-- 1 user user 1234 Aug 18 12:00 script.sh注意&#xff1a;這里缺少 x&#xf…

Vue深入組件:組件事件詳解2

聲明觸發的事件 為了讓組件的用法更清晰(作為文檔),同時讓 Vue 能區分事件與透傳 attribute,推薦顯式聲明組件要觸發的事件。根據組件是否使用 <script setup>,聲明方式有所不同。 使用 <script setup> 時:defineEmits() 宏 在 <script setup> 中,…

FLASK項目快速構建

Flask 項目構建 exts.py # flask_sqlalchemy from flask_sqlalchemy import SQLAlchemy from flask_mail import Mail from flask_caching import Cache from flask_wtf import CSRFProtect from flask_avatars import Avatars from flask_jwt_extended import JWTManager from…

數據結構--2:ArrayList與順序表

1.順序表的創建 2.常見操作 3.遍歷 4.擴容機制 5.例子1.順序表的創建在集合框架中&#xff0c;ArrayList是?個普通的類&#xff0c;實現了List接口&#xff0c;具體框架圖如下&#xff1a;2.常見操作代碼…

【Kubesphere】K8s容器無法訪問內網xx網絡問題

問題遇到的現象和發生背景 Kubesphere中運行的一個容器&#xff0c;可以ping通我們公司內網網段172.16.XX.XX&#xff0c;但是在容器內無法ping通192.168.5.XX&#xff0c;但是我在宿主機是可以ping通192.168.5.XX&#xff0c;這個192.168.5.XX是通過xx設備接進來的&#xff0c…

【開發語言】Groovy語言:Java生態中的動態力量

博客目錄一、Groovy 的誕生與發展二、核心特性深度解析1. 與 Java 的無縫集成2. 動態類型與可選靜態類型3. 強大的集合操作三、Groovy 在實際開發中的應用場景1. 構建自動化&#xff08;Gradle&#xff09;2. 測試開發&#xff08;Spock 框架&#xff09;3. 腳本任務自動化四、…

Obsidian 1.9.10升級

概述 Obsidian發布了更新版本1.9.10&#xff0c;是一次比較大的升級&#xff0c;尤其是增加了一些以前沒有的核心插件&#xff0c;尤其是重磅的數據庫功能。雖然可能還是比較初期&#xff0c;但是這意味著OB還是往更好的方向進化了。 本文以一些目前的視頻教程加自己的實際上手…