Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply population growth to appropriate marginal social costs #156

Closed
rathod-b opened this issue Dec 12, 2022 · 1 comment · May be fixed by #192
Closed

Apply population growth to appropriate marginal social costs #156

rathod-b opened this issue Dec 12, 2022 · 1 comment · May be fixed by #192

Comments

@rathod-b
Copy link
Collaborator

REopt should be applying a population growth escalator to social costs of emissions from easiur, but its not applying that escalator to the social cost.

Expected behavior from EASIUR sample code (here):
image

REopt behavior:
image

setindex!(ret_map, v .* (v.^(pop_year - 2005)), k) should be setindex!(ret_map, ret_map[k] .* (v.^(pop_year - 2005)), k)

@rathod-b
Copy link
Collaborator Author

rathod-b commented Nov 7, 2023

Fixed in #255

@rathod-b rathod-b closed this as completed Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant