Heavy rains that brought additional pollution downstream last year contributed to the first decline in a decade to the overall health of the Chesapeake Bay, according to a report released Monday.

The bay's health grade sank from a C-minus in 2016 to a D-plus in the 2018 State of the Bay, a biennial report issued by the nonprofit Chesapeake Bay Foundation.

The bay scored a 33 out of a possible 100 after scientists measured 13 indicators in three categories, including pollution, habitat and fisheries. The report cited record rains last year that brought large amounts of pollutants downstream, mostly from Pennsylvania, but also from other regions.

"Simply put, the bay suffered a massive assault in 2018," said Will Baker, the group's president. "The bay's sustained improvement was reversed in 2018, exposing just how fragile the recovery is."

Beth McGee, a senior scientist at the foundation, which has released the report on the bay's health since 1998, also highlighted the effect of the rains, which washed enormous amounts of debris from the Susquehanna River in Pennsylvania south into Maryland waters and into the nation's largest estuary.

"While some indicators improved or stayed the same, scores for the bay's two systemic pollutants — nitrogen and phosphorous — decreased substantially, reflecting increased loads caused by the high rainfall in 2018 and above average loads in 2017," McGee said. "The score for water clarity also dropped — another casualty of the record rain."

Still, Baker highlighted good news as well. Bay grasses remain intact, and recent studies have shown an improving trend in the long term for underwater dead zones, which are low-oxygen conditions that can suffocate underwater life and shrink habitat.

"The good news is there are signs the bay is developing a resilience that may help it overcome long-term damage caused by record storms and rainfall which dump polluted runoff into our waters," Baker said.

Baker said the bay is facing some of the most serious challenges ever seen. The Susquehanna River, which supplies about half of the bay's fresh water, is "severely polluted," Baker said, and pollution attached to sediment that once stayed largely behind the Conowingo Dam is no longer trapped behind the dam's walls.

Stormwater runoff from urban and suburban areas continue to be a source of growing pollution, Baker said, and he criticized President Donald Trump's policies affecting the environment and denial of climate change.

To improve the bay's health, Baker said jurisdictions in the bay's watershed, including Delaware, Maryland, New York, Pennsylvania, Virginia, West Virginia and the District of Columbia, must meet clean water goals set for 2025.

"Second, the Trump administration must stop trying to eliminate environmental laws and regulations that have enjoyed decades of bipartisan support, and third climate change must be addressed now," Baker said.

2019.1.10 L223的更多相关文章

  1. Java学习之JDBC 2019/3/10

    Java学习之JDBC 大部分的程序都是用来通过处理数据来达到人们预期的效果,数据是粮食,没有数据操作的程序就像helloworld程序一样没有用处.因此数据库操作是重中之重,是程序发挥功能的基石,j ...

  2. SPSS 2019年10月24日 今日学习总结

    2019年10月24日今日课上内容1.SPSS掌握基于键值的一对多合并2.掌握重构数据3.掌握汇总功能 内容: 1.基于键值的一对多合并 合并文件 添加变量 合并方法:基于键值的一对多合并 变量 2. ...

  3. 终端、mac等小技巧——2019年10月18日

    1.新建finder窗口 cmd+N 2.查看文件夹结构 brew install tree tree命令行参数(只实用与安装了tree命令行工具): -a 显示所有文件和目录. -A 使用ASNI绘 ...

  4. mac文本操作小技巧——2019年10月17日

    声明:看的别人博主写的,自己整理的,非原创,只是自用. mac文本操作技巧 官方指导文档:https://support.apple.com/zh-cn/HT201236 1.光标移动 1.1 行首. ...

  5. Linux自用指令——2019年10月23日

    1.ls ls命令是列出目录内容(List Directory Contents)的意思.运行它就是列出文件夹里的内容,可能是文件也可能是文件夹. ls -a 列出目录所有文件,包含以.开始的隐藏文件 ...

  6. Gitbook环境搭建及制作——2019年10月24日

    1.gitbook介绍 GitBook 是一个基于 Node.js 的命令行工具,支持 Markdown 和 AsciiDoc 两种语法格式,可以输出 HTML.PDF.eBook 等格式的电子书.可 ...

  7. Visual Studio 2019 v16.10 和 v16.11 Preview 1 现已推出!

    Visual Studio 2019 v16.10有什么新功能? 我们很高兴地宣布Visual Studio 2019 v16.10 GA 和 v16.11 preview 1发布.此版本使我们的主题 ...

  8. 开机时自动启动的AutoHotkey脚本 2019年10月09日

    ;;; 开机时自动启动的AutoHotkey脚本 2019年10月09日;; http://www.autoahk.com/archives/16600; https://www.cnblogs.co ...

  9. ;~ 小部分AutoHotkey源代码片段测试模板2019年10月9日.ahk

    ;~ 小部分AutoHotkey源代码片段测试模板2019年10月9日.ahk ;~ 此脚本用于测试执行一行或多行AHK脚本源代码的效果;~ 此脚本最后修改于2019年9月22日20时03分;~ 把此 ...

随机推荐

  1. Unity3D学习笔记(二十五):文件操作

    文件是什么? 存储在硬盘上的最后的节点. 文件夹是什么? 文件的上级单位称为文件夹. 文件夹的基本结构? 文件夹是层级化结构的,对于同级的文件夹不可以重名,父文件夹和子文件夹可以同名> IO:I ...

  2. Mac升级到EI Captain之后pip install 无法使用问题

    错误log: creating /System/Library/Frameworks/Python.framework/Versions/2.7/share error: could not crea ...

  3. 【TCP/IP详解 卷一:协议】第十九章 TCP的交互数据流

    19.1 引言 前一章我们介绍了TCP连接的建立与释放:三握四挥,以及状态转移图. TCP报文段分为:交互数据,以及成块数据(下一章介绍). 交互数据:例如telnet,ssh,这种类型的协议在大多数 ...

  4. 【Python】【元编程】【从协议到抽象基类】

    """class Vector2d: typecode = 'd' def __init__(self,x,y): self.__x = float(x) self.__ ...

  5. Python matplot画柱状图(一)

    图的存在,让数据变得形象化.无论多么复杂的东西,都是简单的组合. import matplotlib.pyplot as plt import numpy as np dict = {'A': 40, ...

  6. ros 启动launch文件,附带参数

    roslaunch cartographer_ros cartographer_ref.launch resolution:=0.07 #下面是cartographer_ref.launch的内容 & ...

  7. html 获取鼠标左键事件,滚轮点击事件,右键点击事件

    <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8&quo ...

  8. jenkins 插件,下载地址

    http://updates.jenkins-ci.org/download/plugins/ 通常我们需要下载的插件有如下几个:

  9. Spring AOP之使用注解创建切面

    上节中我们已经定义了Performance接口,他是切面中的切点的一个目标对象.那么现在就让我们使用AspectJ注解来定义切面吧. 1.定义切面 下面我们就来定义一场舞台剧中观众的切面类Audien ...

  10. Thunder团队Final版爱阅app发布视频

    视频链接:https://www.bilibili.com/video/av17008792/ 视频简介:首先出现的是我们团队的logo,接着是Final版爱阅app的功能展示,紧接着是我们团队的开发 ...