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

Do area-preserving interpolation #22

Open
Tracked by #21
chrisroadmap opened this issue Nov 19, 2024 · 0 comments
Open
Tracked by #21

Do area-preserving interpolation #22

chrisroadmap opened this issue Nov 19, 2024 · 0 comments

Comments

@chrisroadmap
Copy link
Collaborator

chrisroadmap commented Nov 19, 2024

For the country-level and global data in the GFED emissions we use linear interpolation to shift from the 0.25° emissions grid to the 0.5° ISO grid.

https://github.com/iiasa/emissions_harmonization_historical/blob/1994d4b1be44b4bd8f07ef45e3dc08da6513ce4d/notebooks/0102_GFED4-prepare.py#L156C1-L159C92

The regridding should be area weighted rather than linear. I verify that I get slightly different global total emissions when I have done this previously in processing CEDS emissions, and openclimate data also agrees with my method.

Proposal is to use iris and the area weighted regridding with that package.

Will be included in the #21 PR.

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

No branches or pull requests

1 participant