Hello All,
I believe there are many users, myself included, that have been slightly confounded about how to translate NEI 2014/2017 emissions to alternate years. Due to the presence of Weekends/Weekdays/Holidays, It's not immediately obvious how easily transfer emissions from year to year without introducing artifacts or losing some of the information provided by NEI. Based on past comments from the developers, I’ve put together a short procedure for adapting NEI to alternate years.
To run EPA anthro_emis for different years, and maintain weekend/holiday information I believe you can use the following steps:
1. Make Slight modifications to the epa.f90 file.
1a. change:
dateHdr(7) = &
(/ 'all ', 'aveday_N', 'aveday_Y', 'mwdss_N ', 'mwdss_Y ', 'week_N ', 'week_Y' /)
To
dateHdr(8) = &
(/ 'date ', 'aveday_N', 'aveday_Y', 'mwdss_N ', 'mwdss_Y ', 'week_N ', 'week_Y' , 'all' /)
1b. change all instances of 7 to 8
1c. rebuild anthro_emis
2. Modify the smk_merge_dates_... file to include conversions for the year you’re interested in running.
2a. Set first column to the dates for the year you want to use, then set the other columns to the dates in the inventory that correspond to each day for each date type. I've attached a spreadsheet which does this for 2021 using NEI 2017.
2b. Add data from 2a to smk_merge_dates and save as csv.
3. Change names (or make copies) of sectorlist files in the anthro emission folder so the year aligns with the years you're interested in.
Hopefully this can be useful to someone in the future! Developers, please let me know if you anticipate these changes causing more issues than solutions.
Cheers,
Alex