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分;~ 把此 ...
随机推荐
- Java LinkedList源码剖析
LinkedList 本文github地址 总体介绍 LinkedList同时实现了List接口和Deque接口,也就是说它既可以看作一个顺序容器,又可以看作一个队列(Queue),同时又可以看作一个 ...
- Nexus Repository 搭建及使用
Nexus Repository 是搭建maven的镜像的工具之一,在全球范围内使用挺广的. 一.Nexus 搭建过程 Nexus 镜像的搭建还是相对简单的,将下载的文件解压到相应的目录下,然后进入. ...
- HDU 6129 Just do it(杨辉三角)
http://acm.hdu.edu.cn/showproblem.php?pid=6129 题意: 给出数组a,并且bi=a1^a2^a3...^ai,并且现在会重复m次,求出最后的b数组. 思路: ...
- HDU 6060 RXD and dividing(思维+计算贡献值)
http://acm.hdu.edu.cn/showproblem.php?pid=6060 题意: 给定一棵 n 个节点的树,1 为根.现要将节点 2 ~ n 划分为 k 块,使得每一块与根节点形成 ...
- UVa 1347 旅行
https://vjudge.net/problem/UVA-1347 思路:用d(i,j)表示第一个人走到i,第二个人走到j,还需要走多长的距离.在这里强制定义i>j,并且每次只能走到i+1. ...
- mvc ---- ajax 提交 (ckeditor)富文本框 提示潜在危险 Request.Form
ajax 提交 ckeditor 中的内容怎么提交都提交不了,折腾半天,后来终于找到问题 在你的方法头上加 [HttpPost] [ValidateInput(false)] public Actio ...
- PHP生成缩略图的一个方法类(转)
//使用如下类就可以生成图片缩略图 class resizeimage { //图片类型 var $type; //实际宽度 var $width; //实际高度 var $height; //改变后 ...
- JavaScript中对象数组 作业题目以及作业
var BaiduUsers = [], WechatUsers = []; var User = function(id, name, phone, gender, age, salary) { t ...
- 怎么运行cocos2dx 3.x simulator?
1.simulator的好处是: 快速切换分辨率:F5快速重新启动项目: 这对于脚本语言来说都是很方便快捷的. 2.涉及到显示参数的文件有两个: ①lang,这个是菜单的语言文件,如果没有这个文件的话 ...
- 手动添加 launcher 到 Ubuntu Unity
本来,启动程序之后,在左边的launcher bar点右键,[Lock to Launcher]就可以的. 但是,有时候因为某种原因,需要手工添加. 这时候,就要参考下面的文章了 http://ask ...