文献阅读 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

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈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还是往更好的方向进化了。 本文以一些目前的视频教程加自己的实际上手…