2019.1.10 L223
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的更多相关文章
- Java学习之JDBC 2019/3/10
Java学习之JDBC 大部分的程序都是用来通过处理数据来达到人们预期的效果,数据是粮食,没有数据操作的程序就像helloworld程序一样没有用处.因此数据库操作是重中之重,是程序发挥功能的基石,j ...
- SPSS 2019年10月24日 今日学习总结
2019年10月24日今日课上内容1.SPSS掌握基于键值的一对多合并2.掌握重构数据3.掌握汇总功能 内容: 1.基于键值的一对多合并 合并文件 添加变量 合并方法:基于键值的一对多合并 变量 2. ...
- 终端、mac等小技巧——2019年10月18日
1.新建finder窗口 cmd+N 2.查看文件夹结构 brew install tree tree命令行参数(只实用与安装了tree命令行工具): -a 显示所有文件和目录. -A 使用ASNI绘 ...
- mac文本操作小技巧——2019年10月17日
声明:看的别人博主写的,自己整理的,非原创,只是自用. mac文本操作技巧 官方指导文档:https://support.apple.com/zh-cn/HT201236 1.光标移动 1.1 行首. ...
- Linux自用指令——2019年10月23日
1.ls ls命令是列出目录内容(List Directory Contents)的意思.运行它就是列出文件夹里的内容,可能是文件也可能是文件夹. ls -a 列出目录所有文件,包含以.开始的隐藏文件 ...
- Gitbook环境搭建及制作——2019年10月24日
1.gitbook介绍 GitBook 是一个基于 Node.js 的命令行工具,支持 Markdown 和 AsciiDoc 两种语法格式,可以输出 HTML.PDF.eBook 等格式的电子书.可 ...
- Visual Studio 2019 v16.10 和 v16.11 Preview 1 现已推出!
Visual Studio 2019 v16.10有什么新功能? 我们很高兴地宣布Visual Studio 2019 v16.10 GA 和 v16.11 preview 1发布.此版本使我们的主题 ...
- 开机时自动启动的AutoHotkey脚本 2019年10月09日
;;; 开机时自动启动的AutoHotkey脚本 2019年10月09日;; http://www.autoahk.com/archives/16600; https://www.cnblogs.co ...
- ;~ 小部分AutoHotkey源代码片段测试模板2019年10月9日.ahk
;~ 小部分AutoHotkey源代码片段测试模板2019年10月9日.ahk ;~ 此脚本用于测试执行一行或多行AHK脚本源代码的效果;~ 此脚本最后修改于2019年9月22日20时03分;~ 把此 ...
随机推荐
- Unity3D学习笔记(三):V3、运动、帧率、OnGUI
盯着看:盯住一个点 transform.LookAt(Vector3 worldPosition); using System.Collections; using System.Collection ...
- NRF24L01 射频收发 使用方法
在干啥 这两天在调nrf24l01,最终还是参考正点原子的例程才调通,看芯片手册太难了 还要说啥废话 废话说到这,接下来上代码 SPI协议 spi.c #include "spi.h&quo ...
- Codeforces Beta Round #95 (Div. 2) C. The World is a Theatre 组合数学
C. The World is a Theatre There are n boys and m girls attending a theatre club. To set a play " ...
- 会话技术及jsp概述
一.会话技术 1.概念:在一次会话中共享数据,在web中指,浏览器和服务器的一次通信.包含多次请求,和多次响应. 可以在一次会话的多次请求中共享数据. 2.客户端会话技术:Cookie 将数据保存在客 ...
- Linux - 命令重定向
命令重定向, 就是将目前得到的数据转移到指定的地方.分为以下几种: >>>1>2>1>>2>>< 1. > 与 >>先看一 ...
- 原生js的博客
原生js一里边还有很多二三等http://www.cnblogs.com/charling/p/3527561.html 选区器 http://wenku.baidu.com/link?url=zr2 ...
- JavaScript--Array; Array.prototype
Array: Javascritp中Array的方法: findIndex()方法返回数组中满足提供的测试函数的第一个元素的索引.否则返回-1. find() 方法返回数组中满足提供的测试函数的第一个 ...
- SQL 进阶视频课程。Udacity: Intro to Relational Databases和 PostgreSQL语法文档。
Udacity: Intro to Relational Databases The syntax of the select statement with a where clause: selec ...
- sgu 126 Boxes
题意:较大的容量减较小的容量,较小的容量翻倍.问操作几回其中一个空. 开始用set判重,重复就不可行.不过状态最多有2e18种.不仅爆内存,还超时.然后找规律.发现只有比例为1:1,1:3,1:7,3 ...
- codeforces 578b//"Or" Game// Codeforces Round #320 (Div. 1)
题意:n个数字,最多操作k次,每次乘x,要使结果数组的与值最大. 能推断出结果是对一个元素操作k次,并且这个元素的二进制最高位比较大.并不一定是取最大的,比如1100和1010,乘以一次2,两种选法分 ...