Hi everyone,
I am a new user of SMOKE. I installed SMOKE v4.8.1 last week and successfully ran the test case. The test case uses NEI2005 but I would like to use NEI2017. NEI2005 initially provided consists of several ASCII files. I found that the 2017 emissions modeling platform (https://gaftp.epa.gov/Air/emismod/2017/) provides NEI2017(https://gaftp.epa.gov/Air/emismod/2017/2017emissions/). But the directory structure and file format of NEI2017 provided on the website are very different from those of NEI2005 initially provided. Do I have to run the scripts in smoke_2017gb_platform_core_29jun2020.zip if I want to run SMOKE using NEI2017? Could I download NEI2017 inventory data somewhere so I could run SMOKE through running these csh files provided for the test case as followed?
cd $SCRIPTS/run (change to the run scripts directory)
smk_area_nctox.csh (invoke the stationary area run script)
smk_bg_nctox.csh (invoke the BEIS3 biogenic run script)
smk_nonroad_nctox.csh (invoke the nonroad mobile run script)
smk_point_nctox.csh (invoke the point run script)
smk_rateperdistance_nctox.csh (invoke the MOVES mobile sources on-roadway rate-per-distance
(RPD) run script for all processes)
smk_ratepervehicle_nctox.csh (invoke the MOVES mobile sources off-network rate-per-vehicle
(RPV) run script)
smk_rateperprofile_nctox.csh (invoke the MOVES mobile sources off-network rate-per-profile
(RPP) run script)
smk_rateperhour_nctox.csh (invoke the MOVES mobile sources off-network rate-per-hour (RPH)
run script)
smk_mrgall_nctox.csh (invoke the all-sources merge script)
To verify that the nctox scripts have run correctly, go to the log file directory and look for errors by using:
cd $LOGS (change to the log file directory for the test case)
Thanks very much for your help!