atmoschem / eixport

Export Emissions to Atmospheric Models
https://atmoschem.github.io/eixport/
Other
27 stars 10 forks source link

Function to process EDGAR, RCP, and other global emissions inventories #19

Closed ibarraespinosa closed 6 years ago

ibarraespinosa commented 6 years ago

we have EmissV::read to read NetCDF Emissions. Perhaps, importing EmissV::read into a new function process this emissions would be a good idea.

Inputs: path where the emissions are type of emissions: The category of emissions (for instance, all but Transport) Pollutant: grid: for resampling where necessary profile:. This would imply the length in hours of the output

Output: vein::GriddedEmissionsArray (robject) specials: if RADM2/CBMZ, it return a several vein::GriddedEmissionsArray written in the disk. This will have some assumptions. This function would have to allow the user to change this assumptions, or return each object and change it manually.

ibarraespinosa commented 6 years ago

It will be done on EmissV https://github.com/atmoschem/EmissV