Skip to content

Commit 08ead1b

Browse files
authored
Merge pull request #193 from USEPA/io_updates_eem
Github page updates for v4.1
2 parents 2ff36f4 + a3ef8e8 commit 08ead1b

File tree

280 files changed

+2200
-2059
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

280 files changed

+2200
-2059
lines changed

FrEDI/DESCRIPTION

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: FrEDI
22
Title: The Framework for Evaluating Damages and Impacts (FrEDI)
3-
Version: 4.1.0
3+
Version: 4.1.1
44
Authors@R: c(person("Corinne", "Hartin",
55
email = "hartin.corinne@epa.gov",
66
role = c("aut","cre"),
@@ -11,6 +11,11 @@ Authors@R: c(person("Corinne", "Hartin",
1111
role = c("aut","ctb"),
1212
comment = c(ORCID = "0000-0002-6845-6077",
1313
github = "emcduffie")),
14+
person("Marcus","Sarofim",
15+
email = "mcduffie.erin.e@epa.gov",
16+
role = c("aut","ctb"),
17+
comment = c(ORCID = "0000-0001-7753-1676",
18+
github = "emcduffie")),
1419
person("Karen","Noiva",
1520
role = c("aut","ctb"),
1621
comment = c(ORCID = "0000-0002-4412-5302",

FrEDI/NEWS.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
# FrEDI v4.1.1
2+
3+
_See FrEDI v4.1 for full release notes_
4+
5+
* Bug fixes - n/a
6+
* Updates -
7+
** Major updates: n/a
8+
** Minor updates include: updated the `includeaggregate` flag for the suicide sector in `run_fredi()` and `run_fredi_sv()`, to alert users of an alternative sector aggregation approach to avoid possible double counting with the impacts in the default temperature-related mortality sector; updated R package documentation to reflect updates; updated github page
9+
* Additional sectors added - n/a
10+
* Documentation fixes - n/a
11+
* New features - n/a
12+
13+
# FrEDI v4.1
14+
15+
This release corresponds to FrEDI v4.1, which accompanies the publication of the 2024 FrEDI Technical Documentation.
16+
17+
* Bug fixes - n/a
18+
* Updates -
19+
** Major updates: impacts and damages now calculated at the state-level (previously region-level) for all 25 impact-category sectors; FrEDI default max year was changed from 2090 to 2100
20+
** Minor updates include: updated import_inputs() to accept population datafiles containing U.S. national, contiguous U.S., or U.S. state populations and set temperature values outside the allowed range (<=0C and >= 30C) to zero; updated run_fredi_sv() to accept state-level population inputs; updated R package documentation to reflect new features
21+
* Additional sectors added - n/a
22+
* Documentation fixes - minor updates to account for new default max year and state-level population input formatting features
23+
* New features - FrEDI outputs include damages and impacts at the state-level (48 contiguous states and the District of Columbia) for all 25 impact category sectors; FrEDI default max year was changed from 2090 to 2100
24+
25+
# FrEDI v4.0.2 (peer-review)
26+
27+
Starting in February 2024, the FrEDI Technical Documentation and v4.0 of the FrEDI R package will be subject to a public review comment period and independent, external peer-review.
28+
This release corresponds to FrEDI v4.0.2, the peer-review release version.
29+
30+
* Bug fixes - fixes to GDP input reference in and meta data documentation in run_fredi()
31+
* Updates -
32+
** Major updates include: impacts and damages now calculated at the state-level (previously region-level) for 17 impact-category sectors
33+
** Minor updates include: n/a
34+
* Additional sectors added - n/a
35+
* Documentation fixes - n/a
36+
* New features - FrEDI outputs include damages and impacts at the state-level (48 contiguous states and the District of Columbia) for 17 impact category sectors.
37+
38+
# FrEDI v4.0.1 (public review)
39+
40+
Starting in February 2024, the FrEDI Technical Documentation and v4.0 of the FrEDI R package will be subject to a public review comment period and independent, external peer-review.
41+
This release corresponds to FrEDI v4.0.1, the public comment release version.
42+
43+
* Bug fixes - file paths in function documentation for run_fredi(), import_inputs(), and aggregate_impacts(); income elasticity for SLR sectors post-2090 in run_fredi() (no longer dependent on argument elasticity)
44+
* Updates -
45+
** Major updates include: impacts and damages now calculated at the state-level (previously region-level) for 12 impact-category sectors; population inputs for `run_fredi()` now requires state-level population instead of region-level inputs; damage function extrapolation approach for warmer temperatures for `run_fredi()` and `run_fredi_sv()`; default income elasticity (argument `elasticity` in `run_fredi()`) from 0.4 to 1.0; updated `run_fredi()` user inputs to remove options to calculate present values (arguments `pv`, `rate`, `baseYear`) and add option to output intermediate calculation columns
46+
** Minor updates include: `magrittr` pipe operator `%>%` to the native pipe operator `|>`; Added monitoring of default `run_fredi()` parameter use; output columns from `aggregate_impacts` (added columns `“sectorprimary”` and `“includeaggregate”` for all aggregation levels and added columns `“physical_impacts”`, `“physicalmeasure”` for all aggregation levels except `aggLevels=”impacttype”`); removed option to output `run_fredi_sv()` module results to an Excel template
47+
* Documentation fixes - this version corresponds to the February 2024 version of the FrEDI Technical Documentation (see https://www.epa.gov/cira/about-fredi). Function documentation updated to correspond to updates.
48+
* Additional sectors added - n/a
49+
* New features - FrEDI outputs include damages and impacts at the state-level (48 contiguous states and the District of Columbia) for 12 impact category sectors.
50+
151
# FrEDI v3.4
252

353
* Bug fixes - minor fixes to inputs used in run_fredi() and run_fredi_sv()

FrEDI/_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ footer:
5252
left: developed_by
5353
right: [built_with, date]
5454
components:
55-
date: "| July 2023"
55+
date: "| August 2024"
5656

5757
#destination: ../docs/

FrEDI/index.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ knitr::opts_chunk$set(echo = TRUE)
1919

2020
This repository is for FrEDI, the **Framework for Evaluating Damages and Impacts**, developed by the U.S. Environmental Protection Agency (EPA).
2121

22-
FrEDI is an open-source, reduced complexity model that rapidly projects the impacts of climate change within the United States, under any custom temperature or policy pathway.
22+
FrEDI is an open-source, reduced form model that rapidly projects the impacts of climate change within the United States, under any custom temperature or policy pathway.
2323

2424
FrEDI was developed to fill an important gap in assessing U.S. climate change impacts by incorporating a broad range of impact studies into a common, open-source framework. This allows FrEDI to facilitate comparability across impact studies, with the flexibility of facilitating custom scenario analyses.
2525

26-
FrEDI is continually developed and currently draws upon over 30 existing peer-reviewed studies, including from the [Climate Change Impacts and Risk Analysis (CIRA)](https://www.epa.gov/cira/) project, to estimate the relationship between future degrees of warming and impacts across more than 20 category sectors, 7 U.S. regions, and populations. When supplied with a user-defined temperature trajectory, FrEDI then applies these temperature-impact relationships to rapidly project annual climate change impacts and damages through the end of the 21st century.
26+
FrEDI is continually developed and currently draws upon over 30 existing peer-reviewed studies, including from the [Climate Change Impacts and Risk Analysis (CIRA)](https://www.epa.gov/cira/) project, to estimate the relationship between future degrees of warming and impacts across more than 20 category sectors, 48 U.S. states plus the District of Columbia, and population groups. When supplied with a user-defined temperature trajectory, FrEDI then applies these temperature-impact relationships to rapidly project annual climate change impacts and damages through the end of the 21st century (optionally through the year 2300).
2727
<br>
2828

2929

30-
**Recommended Citation:** EPA. 2021. Technical Documentation on the Framework for Evaluating Damages and Impacts (FrEDI). U.S. Environmental Protection Agency, EPA 430-R-21-004. Available at: https://www.epa.gov/cira/fredi.
30+
**Recommended Citation:** EPA 2024. Technical Documentation for the Framework for Evaluating Damages and Impacts (FrEDI). U.S. Environmental Protection Agency, EPA 430-R-24-001. Available at: https://www.epa.gov/cira/fredi.
3131

3232
---
3333
<font size="2">

FrEDI/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This repository is for FrEDI, the **Framework for Evaluating Damages and
55
Impacts**, developed by the U.S. Environmental Protection Agency (EPA).
66

7-
FrEDI is an open-source, reduced complexity model that rapidly projects
7+
FrEDI is an open-source, reduced form model that rapidly projects
88
the impacts of climate change within the United States, under any custom
99
temperature or policy pathway.
1010

@@ -18,14 +18,14 @@ FrEDI is continually developed and currently draws upon over 30 existing
1818
peer-reviewed studies, including from the [Climate Change Impacts and
1919
Risk Analysis (CIRA)](https://www.epa.gov/cira/) project, to estimate
2020
the relationship between future degrees of warming and impacts across
21-
more than 20 category sectors, 7 U.S. regions, and populations. When
22-
supplied with a user-defined temperature trajectory, FrEDI then applies
23-
these temperature-impact relationships to rapidly project annual climate
24-
change impacts and damages through the end of the 21st century. <br>
21+
more than 20 category sectors, 48 U.S. states plus the District of Columbia,
22+
and population groups. When supplied with a user-defined temperature trajectory,
23+
FrEDI then applies these temperature-impact relationships to rapidly project annual
24+
climate change impacts and damages through the end of the 21st century. <br>
2525

26-
**Recommended Citation:** EPA. 2021. Technical Documentation on the
26+
**Recommended Citation:** EPA 2024. Technical Documentation on the
2727
Framework for Evaluating Damages and Impacts (FrEDI). U.S. Environmental
28-
Protection Agency, EPA 430-R-21-004. Available at:
28+
Protection Agency, EPA 430-R-24-001. Available at:
2929
<https://www.epa.gov/cira/fredi>.
3030

3131
-----

0 commit comments

Comments
 (0)