atmoschem / eixport

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

Nonexistent Emissions #48

Closed Schuch666 closed 4 years ago

Schuch666 commented 4 years ago

Some sectors do not emit (or have not been calculated) emissions for certain pollutants, I found this list of exceptions. I found this list of combinations that returned some error.

for v432_AP, .nc format for 2012: 'NH3' && 'FFF' 'NH3' && 'FOO_PAP' 'NH3' && 'IRO' 'NH3' && 'PRO' 'NOx' && 'NMM' 'OC' && 'CHE' 'OC' && 'FOO_PAP' 'OC' && 'IRO'
'OC' && 'NMM' 'PM2.5_bio' && 'CHE' 'PM2.5_bio' && 'FFF' 'PM2.5_bio' && 'FOO_PAP' 'PM2.5_bio' && 'IRO'

for v432_VOC_spec, .nc format for 2012: 'voc1' && 'TNR_Ship' 'voc17' && 'TNR_Ship' 'voc18' && 'TNR_Ship' 'voc19' && 'TNR_Ship' 'voc18' && 'REF' 'voc19' && 'REF' 'voc20' && 'REF' 'voc21' && 'REF' 'voc22' && 'REF' 'voc24' && 'REF' 'PM2.5_bio' && 'NMM' 'PM2.5_bio' && 'PRO' 'PM2.5_fossil' && 'AWB' 'SO2' && 'SWD_INC'

Finding and programming these exceptions in a script takes a long time, it would be interesting to add an option that skips missing links and add an option that does not download files that have already been downloaded.