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. Sql 最简单的Sqlserver连接

    string name = txtUserName.Text.Trim();//移除用户名前部和后部的空格 string pwd = txtUserPwd.Text.Trim();//移除密码前部和后 ...

  2. CMD与AMD区别

  3. MongoDB树形结构表示法

    http://docs.mongodb.org/manual/tutorial/model-tree-structures/ MongoDB五种树形结构表示法 第一种:父链接结构 db.categor ...

  4. 线程面试top50题

    转载:java线程面试题: 不管你是新程序员还是老手,你一定在面试中遇到过有关线程的问题.Java语言一个重要的特点就是内置了对并发的支持,让Java大受企业和程序员的欢迎.大多数待遇丰厚的Java开 ...

  5. 为什么mongo中不能用int作为key

    为什么mongo中不能用int作为key??

  6. nodejs+gulpjs压缩js代码

    1.安装node.js 下载地址:nodejs.org  或者  nodejs.cn 2.安装gulp之前我们需要安装nodejs的环境,检测能够正常使用npm后,我们用npm对gulp进行一次全局安 ...

  7. ubuntu14.04上 nginx启动停止

    sudo service nginx stop  停止 sudo nginx   启动

  8. JavaMai——邮箱验证用户注册

    这篇文章简单的模拟了网上利用邮箱激活用户注册这样的一个功能 1. 呈现给用户的注册界面:(为了简单起见,就剩下两个输入域,邮箱和昵称) <%@ page language="java& ...

  9. 获取scrollTop始终为0问题

    $(obj ).scrollTop()获取为 0 解决思路: 1.不设置 obj 高度 div{ height:auto; } 2.强制还原高度 $(obj).css({"height&qu ...

  10. angular惰性加载拓展剖析

    最近把一个比较旧的业余项目重新升级了下,将主文件进行了剥离,增加了些惰性加载的配置,将过程中一些零散的知识点做个总结,同时尽量深入原理实现层面. 项目环境: 前端框架:angular2.0.0-bet ...