Closed janamol closed 1 year ago
It is difficult to say without access to all the files. Could you send me:
Hi @janamol , I got a sample of your input data, and the error comes from the files emissplit.default that you use. They must have one entry per split, i.e. in your case 15 entries. This is because the default files are used to define the total number of splits. This was not clear from the documentation, and no error message was produced. It will be improved in next version. Thanks for the feedback, and sorry for the inconveniences, Peter
Solved in 2021 it seems.
Hi, We are trying to run EMEP with CAMS emissions and with STEAM shipping emissions (monthly emisions); the shipping VOC emissions are given in 4 different classes and 2 altitudes. To not exceed the maximum number of ‘sources’ the CAMS emissions were reformatted to separate files with 1 emitted species for all sectors per file; the sectors for land emissions are mapped to SNAP sectors 1-11 in the config_emep.nml. The shipping emissions are then mapped to additional 8 sectors 12-19. We are then using our own sector definition TEST.
However, if we put the same debug printout loop on the row directly after the call to EmisSplit that is made in Emissions_mod (row 1139), we get a completely different result. The splits 10-11 are still the defaults as expected, but now the splits for 12-15 have been replaced with the default splits 1-4, in that order (default 1 has overwritten special 12, default 2 has overwritten special 13, etc). So emisfrac is no longer correct. We are not sure how this happened or how to solve this or if there is something we have missed when preparing the input files. We have some debug printouts of the splits before and after if you think these could be helpful.