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. 论文笔记——Rethinking the Inception Architecture for Computer Vision

    1. 论文思想 factorized convolutions and aggressive regularization. 本文给出了一些网络设计的技巧. 2. 结果 用5G的计算量和25M的参数. ...

  2. 04_kafka python客户端_Producer模拟

    使用的python库: kafka-python 安装方式: pip install kafka-python 简单的模拟Producer """ Kafka Produ ...

  3. HDU 2874 Connections between cities(LCA离线算法实现)

    http://acm.hdu.edu.cn/showproblem.php?pid=2874 题意: 求两个城市之间的距离. 思路: LCA题,注意原图可能不连通. 如果不了解离线算法的话,可以看我之 ...

  4. booststrap select2的应用总结

    本身对前端js了解不是特别多,在项目中,遇到很多前端的问题,有时间整理一下,有不对的地方,不吝赐教,多多批评指正. 在项目中,遇到最多的select下拉框情景,莫过于多选和单选了 单选是很容易理解的, ...

  5. python PIL 图像处理库简介(一)

    1. Introduction     PIL(Python Image Library)是python的第三方图像处理库,但是由于其强大的功能与众多的使用人数,几乎已经被认为是python官方图像处 ...

  6. [STL][C++]STACK QUEUE

    参考:http://www.cnblogs.com/mfryf/archive/2012/08/09/2629992.html stackstack 模板类的定义在<stack>头文件中. ...

  7. 30 进程process

    进程模块  process Process([group [, target [, name [, args [, kwargs]]]]]),由该类实例化得到的对象,表示一个子进程中的任务(尚未启动) ...

  8. 快速排序的C++版

    int Partition(int a[], int low, int high) { int x = a[high];//将输入数组的最后一个数作为主元,用它来对数组进行划分 int i = low ...

  9. python-day8-元组的内置方法

    #为何要有元组,存放多个值,元组不可变,更多的是用来做查询# t=(1,[1,3],'sss',(1,2)) #t=tuple((1,[1,3],'sss',(1,2)))# print(type(t ...

  10. ccf消除类游戏

    问题描述 消除类游戏是深受大众欢迎的一种游戏,游戏在一个包含有n行m列的游戏棋盘上进行,棋盘的每一行每一列的方格上放着一个有颜色的棋子,当一行或一列上有连续三个或更多的相同颜色的棋子时,这些棋子都被消 ...