From 5ffff46b9b07a410f7490f10441cec6ffded58fa Mon Sep 17 00:00:00 2001 From: Hallie Dunham <70401017+hdunham@users.noreply.github.com> Date: Tue, 7 May 2024 16:44:56 -0600 Subject: [PATCH] Merge pull request #376 from NREL/update-easiur Update EASIUR years --- CHANGELOG.md | 5 +++++ test/runtests.jl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9cd933fc..4cb6d193c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,11 @@ Classify the change according to the following categories: ### Deprecated ### Removed +## Develop - 2024-04-22 +### Changed +- Updated `pop_year` and `income_year` used in call to EASIUR data (`get_EASIUR2005`) each to 2024, from 2020. +- Updated usd conversion used for EASIUR health cost calcs from USD_2010_to_2020 = 1.246 to USD_2010_to_2024 = 1.432 + ## v. 0.46.0 ### Added - In `src/core/absorption_chiller.jl` struct, added field **heating_load_input** to the AbsorptionChiller struct diff --git a/test/runtests.jl b/test/runtests.jl index 3bb5dd23f..65ea420b9 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1216,7 +1216,7 @@ else # run HiGHS tests d["Site"]["latitude"] = 30.2672 d["Site"]["longitude"] = -97.7431 scen = Scenario(d) - @test scen.financial.NOx_grid_cost_per_tonne ≈ 4534.032470 atol=0.1 + @test scen.financial.NOx_grid_cost_per_tonne ≈ 5510.61 atol=0.1 end @testset "Wind" begin