If you are trying to use a configuration originally designed for HTAPv2, the file organization has changed.
The HTAPv2 gridded data is structured with the monthly files separated by sector and pollutant, so the
EMISLST input for SMOKE would look like this:
#LIST GRID
#SCC, Pollutant, Variable_Name, Month, File_location_name
“ENERGY”,“PEC”,“emi_bc”,6,“/work/EMIS/em_v6.3/global/2011_BaseA/inputs/work/HTAP/ENERGY/edgar_HTAP_BC_emi_ENERGY_2010_6.0.1x0.1.nc”
“ENERGY”,“CO”,“emi_co”,6,“/work/EMIS/em_v6.3/global/2011_BaseA/inputs/work/HTAP/ENERGY/edgar_HTAP_CO_emi_ENERGY_2010_6.0.1x0.1.nc”
“ENERGY”,“NH3”,“emi_nh3”,6,“/work/EMIS/em_v6.3/global/2011_BaseA/inputs/work/HTAP/ENERGY/edgar_HTAP_NH3_emi_ENERGY_2010_6.0.1x0.1.nc”
“ENERGY”,“NOX”,“emi_nox”,6,“/work/EMIS/em_v6.3/global/2011_BaseA/inputs/work/HTAP/ENERGY/edgar_HTAP_NOx_emi_ENERGY_2010_6.0.1x0.1.nc”
“ENERGY”,“POC”,“emi_oc”,6,“/work/EMIS/em_v6.3/global/2011_BaseA/inputs/work/HTAP/ENERGY/edgar_HTAP_OC_emi_ENERGY_2010_6.0.1x0.1.nc”
“ENERGY”,“PM10”,“emi_pm10”,6,“/work/EMIS/em_v6.3/global/2011_BaseA/inputs/work/HTAP/ENERGY/edgar_HTAP_PM10_emi_ENERGY_2010_6.0.1x0.1.nc”
“ENERGY”,“SO2”,“emi_so2”,6,“/work/EMIS/em_v6.3/global/2011_BaseA/inputs/work/HTAP/ENERGY/edgar_HTAP_SO2_emi_ENERGY_2010_6.0.1x0.1.nc”
“ENERGY”,“VOC”,“emi_nmvoc”,6,“/work/EMIS/em_v6.3/global/2011_BaseA/inputs/work/HTAP/ENERGY/edgar_HTAP_NMVOC_emi_ENERGY_2010_6.0.1x0.1.nc”
“ENERGY”,“PM2_5_OTH”,“emi_pm2.5_other”,6,“/work/EMIS/em_v6.3/global/2011_BaseA/inputs/work/HTAP/ENERGY/edgar_HTAP_PM2.5_OTHER_emi_ENERGY_2010_6.0.1x0.1.nc”
“ENERGY”,“PM2_5”,“emi_pm2.5”,6,“/work/EMIS/em_v6.3/global/2011_BaseA/inputs/work/HTAP/ENERGY/edgar_HTAP_PM2.5_emi_ENERGY_2010_6.0.1x0.1.nc”
However for HTAPv3 the data is structured as such, with separate monthly files per pollutant, but each file contains all the sectors as variables.
So, EMISLST input to SMOKE for HTAPv3 would look like this:
#LIST GRID
#SCC, Pollutant, Variable_Name, Month, File_location_name
“ENERGY”,“PEC”,“Energy”,4,“/work/MOD3DEV/ktalgo/WR713/work/inputs/HTAPv3/data/fluxes/monthly/edgar_HTAPv3_2018-04_BC.nc”
“ENERGY”,“CO”,“Energy”,4,“/work/MOD3DEV/ktalgo/WR713/work/inputs/HTAPv3/data/fluxes/monthly/edgar_HTAPv3_2018-04_CO.nc”
“ENERGY”,“NH3”,“Energy”,4,“/work/MOD3DEV/ktalgo/WR713/work/inputs/HTAPv3/data/fluxes/monthly/edgar_HTAPv3_2018-04_NH3.nc”
“ENERGY”,“VOC”,“Energy”,4,“/work/MOD3DEV/ktalgo/WR713/work/inputs/HTAPv3/data/fluxes/monthly/edgar_HTAPv3_2018-04_NMVOC.nc”
“ENERGY”,“NOX”,“Energy”,4,“/work/MOD3DEV/ktalgo/WR713/work/inputs/HTAPv3/data/fluxes/monthly/edgar_HTAPv3_2018-04_NOx.nc”
“ENERGY”,“POC”,“Energy”,4,“/work/MOD3DEV/ktalgo/WR713/work/inputs/HTAPv3/data/fluxes/monthly/edgar_HTAPv3_2018-04_OC.nc”
“ENERGY”,“PM10”,“Energy”,4,“/work/MOD3DEV/ktalgo/WR713/work/inputs/HTAPv3/data/fluxes/monthly/edgar_HTAPv3_2018-04_PM10.nc”
“ENERGY”,“PM2_5”,“Energy”,4,“/work/MOD3DEV/ktalgo/WR713/work/inputs/HTAPv3/data/fluxes/monthly/edgar_HTAPv3_2018-04_PM2.5.nc”
“ENERGY”,“PM2_5_OTH”,“Energy”,4,“/work/MOD3DEV/ktalgo/WR713/work/inputs/HTAPv3/data/fluxes/monthly/edgar_HTAPv3_2018-04_PM2.5_OTHER.nc”
“ENERGY”,“SO2”,“Energy”,4,“/work/MOD3DEV/ktalgo/WR713/work/inputs/HTAPv3/data/fluxes/monthly/edgar_HTAPv3_2018-04_SO2.nc”
Therefore, for HTAPv3 the third column in the EMISLST input should be the sector (e.g. “Energy” in the example above) instead of the pollutant.