Skip to content

Commit

Permalink
Merge pull request #376 from NREL/update-easiur
Browse files Browse the repository at this point in the history
Update EASIUR years
  • Loading branch information
hdunham authored and indu-manogaran committed Sep 16, 2024
1 parent 655b95c commit 5ffff46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ffff46

Please sign in to comment.