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

Downscaling inventory #3

Open
gkuhl opened this issue Mar 26, 2020 · 0 comments
Open

Downscaling inventory #3

gkuhl opened this issue Mar 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@gkuhl
Copy link
Member

gkuhl commented Mar 26, 2020

We currently do not redistribute the low-resolution inventory data within high-resolution model grid using additional information, such as land/sea masks, population density or country borders, which can be used for improving the spatial allocation of area sources along the coastline, at city scale, or between multiple countries.

This can be implemented as a pre-processing of the inventory before we compute the interpolation in the main function. In the pre-processing, we need to split the inventory cells (polygon with four corner points) into smaller grid cells (polygons with many points) using the intersection with the additional information. The interpolation is then computed with the arbitrary polygons and can be used for projecting the pre-processed inventory to the model grid.

Known issues:

  • Since the splitting can be different for different sectors, we have to pre-process the inventory by sector and also compute a new interpolation for each pre-processed inventory.
@gkuhl gkuhl added the enhancement New feature or request label Mar 26, 2020
@lionel42 lionel42 changed the title Distribute the low-resolution inventory data within high-resolution model grid using additional information Downscaling inventory Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant