C2SM-RCM / emiproc

Preprocessing of emissions: from any inventory to any model
BSD 3-Clause "New" or "Revised" License
3 stars 9 forks source link

Adding Tutorials #17

Open ghost opened 1 year ago

ghost commented 1 year ago

edgar on cosmo grid, hourly emission files

Create hourly emission files (instead of the output for OEM) from EDGAR for a COSMO grid (e.g. for a single species like CHE) This will require few implementations.

OEM with full chemistry for CAMS

Create OEM files for an ICON-ART full chemistry simulation from the CAMS-REG-AP_v4_2 inventory This might require to check if it was somehow implemented before.

efmkoene commented 1 year ago

Also, this line is missing in the tutorial for remapping TNO -> ICON-OEM: from emiproc.regrid import remap_inventory and from emiproc.exports.icon import export_icon_oem?

lionel42 commented 1 year ago

Also, this line is missing in the tutorial for remapping TNO -> ICON-OEM: from emiproc.regrid import remap_inventory and from emiproc.exports.icon import export_icon_oem?

Thanks for reporting, i will update and fix this example in the adding profiles branch.