I try to create a FF10 format inventory file.
part of my file is as follows:
#FORMAT=FF10_NONPOINT
#COUNTRY=US
#YEAR=2014
#SELECTION_NAME=2014 NEI FINAL V2
#INVENTORY_VERSION=General Purpose Release
#INVENTORY_LABEL=2014 NEI FINAL V2
#CREATION_DATE=20180119 04:01
#CREATOR_NAME=Jonathan Miller
#VALUE_UNITS=TON
#INCLUDES_CAPS=true
#INCLUDES_HAPS=all
#DATA_SET_ID=β27100;2014NEIV2;Jonathan Miller;2014β
#EXPORT_DATE=Thu Jan 25 13:14:38 EST 2018
#EXPORT_VERSION_NAME=remove other sectors
#EXPORT_VERSION_NUMBER=2
#REV_HISTORY v1(01/22/2018) Chris Allen. removed FIPS ending in -777 emissions are not modeled
#REV_HISTORY v2(01/22/2018) Chris Allen. removed emissions that were separated into other sectorized inventories for nonpt sector
country_cd,region_cd,tribal_code,census_tract_cd,shape_id,scc,emis_type,poll,ann_value,ann_pct_red,control_ids,control_measures,current_cost,cumulative_cost,projection_factor,reg_codes,calc_method,calc_year,date_updated,data_set_id,jan_value,feb_value,mar_value,apr_value,may_value,jun_value,jul_value,aug_value,sep_value,oct_value,nov_value,dec_value,jan_pctred,feb_pctred,mar_pctred,apr_pctred,may_pctred,jun_pctred,jul_pctred,aug_pctred,sep_pctred,oct_pctred,nov_pctred,dec_pctred,comment
US,13225,2501050120,PM25-FIL,0,63R,8,2014,20180113,2014GADNR,
US,13225,2501050120,PM25-PRI,0,63R,8,2014,20180113,2014GADNR,
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
however, the orignal FF10 file is like as follows:
#FORMAT=FF10_NONPOINT
#COUNTRY=US
#YEAR=2014
#SELECTION_NAME=2014 NEI FINAL V2
#INVENTORY_VERSION=General Purpose Release
#INVENTORY_LABEL=2014 NEI FINAL V2
#CREATION_DATE=20180119 04:01
#CREATOR_NAME=Jonathan Miller
#VALUE_UNITS=TON
#INCLUDES_CAPS=true
#INCLUDES_HAPS=all
#DATA_SET_ID=β27100;2014NEIV2;Jonathan Miller;2014β
#EXPORT_DATE=Thu Jan 25 13:14:38 EST 2018
#EXPORT_VERSION_NAME=remove other sectors
#EXPORT_VERSION_NUMBER=2
#REV_HISTORY v1(01/22/2018) Chris Allen. removed FIPS ending in -777 emissions are not modeled
#REV_HISTORY v2(01/22/2018) Chris Allen. removed emissions that were separated into other sectorized inventories for nonpt sector
country_cd,region_cd,tribal_code,census_tract_cd,shape_id,scc,emis_type,poll,ann_value,ann_pct_red,control_ids,control_measures,current_cost,cumulative_cost,projection_factor,reg_codes,calc_method,calc_year,date_updated,data_set_id,jan_value,feb_value,mar_value,apr_value,may_value,jun_value,jul_value,aug_value,sep_value,oct_value,nov_value,dec_value,jan_pctred,feb_pctred,mar_pctred,apr_pctred,may_pctred,jun_pctred,jul_pctred,aug_pctred,sep_pctred,oct_pctred,nov_pctred,dec_pctred,comment
βUSβ,β13225β,β2501050120β,βPM25-FILβ,0,β63Rβ,8,2014,20180113,β2014GADNRβ,
βUSβ,β13225β,β2501050120β,βPM25-PRIβ,0,β63Rβ,8,2014,20180113,β2014GADNRβ,
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
in the first file, there is no quotation marks in the strings, such as US (different βUSβ)
my question: is my file ok for SMOKE running?