The PTDAY
file is the input point-source inventory file for day-specific data. The file must be a list file (see Section 8.2.1.1, “Inventory list files”) and the files listed in the PTDAY
file must be in the format shown in Table 8.40, “Format for individual day-specific data files” and Table 8.41, “Format for individual day-specific data files for fires : ORL FIREEIMS”. The contents of the day-specific data files vary depending on whether the PTINV
file is in EMS-95, IDA, ORL FIREEMIS format. However, the format indicator for the day-specific files must by #EMS-95 except
for #ORL FIREEMIS (Section 8.2.6.2, “Day-specific file format for fires”); this header can either appear in each individual file or in the PTDAY
list file (#LIST EMS-95). In addition, the day-specific files can have a #COUNTRY entry to set the country code (see Section 8.2.1.4, “Header records”). If no #COUNTRY header is used, then SMOKE will use the default country code of 0 (which corresponds to the United States
in the default COSTCY
file).
SMOKE requires that the sources in the PTDAY
file also be in the PTINV
file, and that the user has matched the sources between the annual data inventory and the day-specific data.
Table 8.40. Format for individual day-specific data files
Position | Name | Type | Description | ||
---|---|---|---|---|---|
1-2 | STID | Int | State Code (required) | ||
3-5 | CYID | Int | County Code (required) | ||
6-20 | FCID | Char | Facility ID/Plant ID (required) | ||
21-32 | CHAR1 | Char |
|
||
33-44 | CHAR2 | Char |
|
||
45-56 | CHAR3 | Char |
|
||
57-61 | POLID | Char | Pollutant name (required) | ||
62-69 | DATE | Char | Date in MM/DD/YY. Years less than 70 are treated as century 2000. (required) | ||
70-72 | TZONNAM | Char | Time zone name. Valid entries GMT, ADT, AST, EDT, EST, CDT, CST, MDT, MST, PDT, asd PST. (required) | ||
73-90 | DAYTOT | Real | Daily emissions total (short tons/day) (required) | ||
92-101 | SCC | Char | Only if PTINV in IDA format: SCC (required)
|
The SMOKE requires that the sources in the day-specific fires inventory format (#ORL FIREEMIS
) PTDAY
file also be in the PTINV
file described in Section 8.2.8.4, “ORL FIRE Format”. The values of the fields that are common to the day-specific data and the master (annual) data from PTINV
are used to match exactly by country/state/county code, fire identification, location identification, and SCC. Default daily
ACRESBURNED
and FUEL_LOAD
input are required to internally estimate heat flux for the fire-specific plume-rise computation. Fire duration information,
such as BEGHOUR
and ENDHOUR
are used to adjust the hourly temporal profile.
Detail script setting information for fires emission modeling is described in Section 4.5.2.5, “Day-specific and hour-specific point and fire inventories”.
NOTE: All inventory pollutant names need to be listed in the master (annual) PTINV
and the day-specific PTDAY
files using a header record #DATA
. Sample header records are shown below:
#ORL FIREEMIS #TYPE Day-specific Point Source Inventory for FIRES #COUNTRY US #YEAR 2002 #DATA FUEL_LOAD ACRESBURNED CO NOX PM10 PM2_5 NH3 VOC 16990 10883 #DESC FIPS,FIREID,LOCID,SCC,DATA,DATE,DATAVALUE,BEGHOUR,ENDHOUR
The format for the data records is shown in Table 8.41, “Format for individual day-specific data files for fires : ORL FIREEIMS”.
Table 8.41. Format for individual day-specific data files for fires : ORL FIREEIMS
Position | Name | Type | Description |
---|---|---|---|
A | FIPS | Int | State and County code (required) |
B | FIREID | Char | Fire idenfication code (required) |
C | LOCID | Char | Location identification code (required) |
D | SCC | Char | SCC Flaming or Smoldering (required) |
E | DATA | Char | The pollutant codes, "ACRESCBURNED", or "FUEL_LOAD" (16 characters) (required) |
F | DATE | Char | MM/DD/YY format. Years less than 70 are treated as century 2000 (8 characters) (required) |
G | DATAVALUE | Real | If the value of "DATA" is a particular pollutant, then this value represents the daily emissions associated with the particular pollutant (required) |
H | BEGHOUR | Int | Hour of the day that the fire began (0 to 23) (required) |
I | ENDHOUR | Int | Hour of the day that the fire ended (0 to 23) (required) |