From 1e90f361850c10e4c88435c5bd05a8d1b58a91b9 Mon Sep 17 00:00:00 2001 From: grgmiller Date: Fri, 28 Jun 2024 16:32:56 -0700 Subject: [PATCH] finish creating factors --- .../Emissions Calculations/NOx Emissions.md | 2 +- .../Emissions Calculations/SO2 Emissions.md | 7 +- .../create_nox_so2_factor_tables.ipynb | 882 +-- src/oge/create_nox_so2_factors.py | 181 +- src/oge/emissions.py | 9 + src/oge/load_data.py | 29 +- .../emission_factors_for_nox.csv | 6964 ++++++++++++++++- .../emission_factors_for_so2.csv | 3707 +++++---- 8 files changed, 9170 insertions(+), 2611 deletions(-) diff --git a/docs/docs/Methodology/Emissions Calculations/NOx Emissions.md b/docs/docs/Methodology/Emissions Calculations/NOx Emissions.md index 705ce042..a1eef747 100644 --- a/docs/docs/Methodology/Emissions Calculations/NOx Emissions.md +++ b/docs/docs/Methodology/Emissions Calculations/NOx Emissions.md @@ -16,7 +16,7 @@ Calculating uncontrolled and controlled NOx emissions relies on boiler design, e ## Detailed steps for calculating NOx emissions 1. Load boiler design-, prime mover-, and fuel-specific [uncontrolled NOx factors](https://github.com/singularity-energy/open-grid-emissions/blob/main/data/manual/emission_factors_for_nox.csv). These factors are derived from [Table A-2](https://www.eia.gov/electricity/annual/html/epa_a_02.html) of the U.S. EIA's Electric Power Annual. -2. Assign these uncontrolled NOx emission factors to each boiler based on the relevant parameters. If an emission factor is not available for a specific boiler design, we default to using the lowest emission factor associated with that prime mover-fuel combination (see [this issue](https://github.com/singularity-energy/open-grid-emissions/issues/150)) +2. Assign these uncontrolled NOx emission factors to each boiler based on the relevant parameters. If an emission factor is not available for a specific boiler design, we default to using the value for a dry-bottom, "other" firing type boiler, which is consistent with the assumption made by the EIA's Electric Power Annual (https://www.eia.gov/electricity/annual/pdf/tech_notes.pdf) 3. Because the fuel consumption data is reported at the generator-fuel level, we crosswalk each boiler-fuel to each generator-fuel and then calculate calculate a simple average NOx emission factor for all boilers associated with each generator. 4. Because emission factors are reported in lb NOx per unit mass or unit volume of fuel consumed (instead of per mmbtu), we then convert these factors to lb per mmbtu. In the EIA-923 boiler fuel table, each boiler reports the month-specific heat content (mmbtu) per mass of fuel consumed for each boiler. If there is not a boiler-specific heat content value available, we use the month-specific national average heat content of that fuel. If a month-specific national average heat content value is not available, we use the national and annual average heat content of that fuel. 5. After calculating uncontrolled NOx emissions for each generator, we then calculated controlled NOx emissions. Actual generator-specific and control equipment specific controlled emission rates are reported by certain generators, for both the ozone season (May-Sept) and for the annual average, in EIA-923 Schedule 8. We calculate a non-ozone season average rate using the annual average and the ozone season average. diff --git a/docs/docs/Methodology/Emissions Calculations/SO2 Emissions.md b/docs/docs/Methodology/Emissions Calculations/SO2 Emissions.md index 432ccdce..7cd915ac 100644 --- a/docs/docs/Methodology/Emissions Calculations/SO2 Emissions.md +++ b/docs/docs/Methodology/Emissions Calculations/SO2 Emissions.md @@ -12,11 +12,11 @@ Measured SO2 data is reported in CEMS, but otherwise must be estimated. Unlike g ### Detailed Approach 1. Load boiler design-, prime mover-, and fuel-specific [uncontrolled SO2 factors](https://github.com/singularity-energy/open-grid-emissions/blob/main/data/manual/emission_factors_for_so2.csv). These factors are derived from [Table A-1](https://www.eia.gov/electricity/annual/html/epa_a_01.html) of the U.S. EIA's Electric Power Annual. -2. Assign these uncontrolled SO2 emission factors to each boiler based on the relevant parameters. If an emission factor is not available for a specific boiler design, we default to using the lowest emission factor associated with that prime mover-fuel combination (see [this issue](https://github.com/singularity-energy/open-grid-emissions/issues/150)) +2. Assign these uncontrolled SO2 emission factors to each boiler based on the relevant parameters. If an emission factor is not available for a specific boiler design, we default to using the value for an "other" firing type boiler, which is consistent with the assumption made by the EIA's Electric Power Annual (https://www.eia.gov/electricity/annual/pdf/tech_notes.pdf) 3. Some SO2 emission factors depend on the specific sulfur content of the fuel burned by each boiler. The sulfur content of the fuel burned in each boiler-month is reported in EIA-923, so we use that to calculate the boiler-month-fuel specific SO2 emission factor. If boiler-month specific sulfur content data is reported in EIA-923, we use that value. If those values are missing, we utilitize backstop values in the following order, if available: month- and fuel-specific national-average values, year- and fuel-specific national-average values, fuel-specific national-average values from the previous year. 4. Because the fuel consumption data is reported at the generator-fuel level, we crosswalk each boiler-fuel to each generator-fuel and then calculate calculate a simple average SO2 emission factor for all boilers associated with each generator. 5. Because emission factors are reported in lb SO2 per unit mass or unit volume of fuel consumed (instead of per mmbtu), we then convert these factors to lb per mmbtu. In the EIA-923 boiler fuel table, each boiler reports the month-specific heat content (mmbtu) per mass of fuel consumed for each boiler. If there is not a boiler-specific heat content value available, we use the month-specific national average heat content of that fuel. If a month-specific national average heat content value is not available, we use the national and annual average heat content of that fuel. -6. After calculating uncontrolled SO2 emissions for each generator, we then calculate controlled SO2 emissions. Certain boilers report the SO2 removal efficiency of all of the the SO2 control equipment that they have installed in EIA-923. Certain generators use multiple types of control equipment, but the total number of hours per year that each control equipment was operating is reported. Thus, when aggregating the SO2 removal efficiency up to the generator level, we are able to calculate a weighted average emission factor using the number of operating hours as the weighting factor. +6. After calculating uncontrolled SO2 emissions for each generator, we then calculate controlled SO2 emissions. Certain boilers report the SO2 removal efficiency of all of the the SO2 control equipment that they have installed in EIA-923. Certain generators use multiple types of control equipment, but the total number of hours per year that each control equipment was operating is reported. Thus, when aggregating the SO2 removal efficiency up to the generator level, we are able to calculate a weighted average emission factor using the number of operating hours as the weighting factor. The exception is boilers with a fluidized bed boiler type, whose emission factors already represent controlled emissions in EIA (see: https://www.eia.gov/electricity/annual/pdf/tech_notes.pdf) 7. If there is an SO2 removal efficiency value available, final so2 emissions values are calculated by multiplying the total uncontrolled so2 emissions by (1 - so2 removal efficiency) for each generators. Otherwise, we assume SO2 emissions are uncontrolled, and we use the calculated uncontrolled SO2 value. @@ -29,5 +29,4 @@ These factors are loaded separately from our [manual geothermal emissions factor ## Future Work, Known Issues, and Open Questions - Issues with SO2 emission factors for coal plants with fluidized bed boilers ([details](https://github.com/singularity-energy/open-grid-emissions/issues/248)) - Issues with SO2 emission factors for landfill gas generators ([details](https://github.com/singularity-energy/open-grid-emissions/issues/218)) -- Missing SO2 emissions in CEMS are not currently being imputed ([details](https://github.com/singularity-energy/open-grid-emissions/issues/153)) -- Need to determine standard fallback behavior when boiler design unknown ([details](https://github.com/singularity-energy/open-grid-emissions/issues/150)) \ No newline at end of file +- Missing SO2 emissions in CEMS are not currently being imputed ([details](https://github.com/singularity-energy/open-grid-emissions/issues/153)) \ No newline at end of file diff --git a/notebooks/manual_data/create_nox_so2_factor_tables.ipynb b/notebooks/manual_data/create_nox_so2_factor_tables.ipynb index b12be487..97fcf96f 100644 --- a/notebooks/manual_data/create_nox_so2_factor_tables.ipynb +++ b/notebooks/manual_data/create_nox_so2_factor_tables.ipynb @@ -8,9 +8,6 @@ "source": [ "# import packages\n", "import pandas as pd\n", - "import numpy as np\n", - "import os\n", - "import plotly.express as px\n", "\n", "%reload_ext autoreload\n", "%autoreload 2\n", @@ -22,17 +19,13 @@ "\n", "import oge.download_data as download_data\n", "import oge.load_data as load_data\n", - "from oge.column_checks import get_dtypes, apply_dtypes\n", - "from oge.filepaths import *\n", - "import oge.impute_hourly_profiles as impute_hourly_profiles\n", - "import oge.data_cleaning as data_cleaning\n", - "import oge.output_data as output_data\n", "import oge.emissions as emissions\n", - "import oge.validation as validation\n", - "import oge.gross_to_net_generation as gross_to_net_generation\n", - "import oge.eia930 as eia930\n", + "import oge.create_nox_so2_factors\n", + "from oge.filepaths import *\n", "from oge.logging_util import get_logger, configure_root_logger\n", "\n", + "from oge.constants import CLEAN_FUELS\n", + "\n", "configure_root_logger()\n", "logger = get_logger(\"test\")\n", "\n", @@ -42,50 +35,10 @@ ] }, { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# todo: update synthesis factors" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# download the nox and so2 tables\n", - "# so2: https://www.eia.gov/electricity/annual/xls/epa_a_01.xlsx\n", - "# nox: https://www.eia.gov/electricity/annual/xls/epa_a_02.xlsx" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "from oge.constants import ConversionFactors" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import oge.load_data as load_data" - ] - }, - { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], "source": [ - "import oge.create_nox_so2_factors" + "# Create the new factor tables" ] }, { @@ -181,7 +134,7 @@ "ref_nox = load_data.load_nox_emission_factors()\n", "\n", "# let's compare to our current data\n", - "compare = nox_factors.merge(\n", + "compare_nox = nox_factors.merge(\n", " ref_nox[\n", " [\n", " \"energy_source_code\",\n", @@ -200,10 +153,14 @@ " ],\n", " suffixes=(\"_new\", \"_old\"),\n", ")\n", - "compare[\n", - " (compare[\"emission_factor_new\"].round(4) != compare[\"emission_factor_old\"].round(4))\n", - " & (~compare[\"emission_factor_old\"].isna())\n", - "]" + "compare_nox = compare_nox[\n", + " (\n", + " compare_nox[\"emission_factor_new\"].round(4)\n", + " != compare_nox[\"emission_factor_old\"].round(4)\n", + " )\n", + " & (~compare_nox[\"emission_factor_old\"].isna())\n", + "]\n", + "compare_nox" ] }, { @@ -215,7 +172,7 @@ "ref_so2 = load_data.load_so2_emission_factors()\n", "\n", "# let's compare to our current data\n", - "compare = so2_factors.merge(\n", + "compare_so2 = so2_factors.merge(\n", " ref_so2[\n", " [\n", " \"energy_source_code\",\n", @@ -232,692 +189,21 @@ " ],\n", " suffixes=(\"_new\", \"_old\"),\n", ")\n", - "compare[\n", - " (compare[\"emission_factor_new\"].round(4) != compare[\"emission_factor_old\"].round(4))\n", - " & (~compare[\"emission_factor_old\"].isna())\n", - "]" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Check that all PM-BFT combinations are covered" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# SO2 Factors" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "ref_so2 = pd.read_csv(\n", - " reference_table_folder(\"emission_factors_for_so2.csv\"),\n", - " dtype=get_dtypes(),\n", - ")\n", - "\n", - "# Add a boolean column that reports whether the emission factor is a formula or\n", - "# value.\n", - "ref_so2[\"multiply_by_sulfur_content\"] = (\n", - " ref_so2[\"emission_factor\"].str.contains(\"*\", regex=False).astype(int)\n", - ")\n", - "\n", - "# Extract the numeric coefficient from the emission factor.\n", - "ref_so2[\"emission_factor\"] = (\n", - " ref_so2[\"emission_factor\"].str.replace(\"*S\", \"\", regex=False).astype(float)\n", - ")\n", - "\n", - "# standardize units as lower case\n", - "ref_so2[\"emission_factor_denominator\"] = ref_so2[\n", - " \"emission_factor_denominator\"\n", - "].str.lower()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "\"\"\"\n", - "The EIA-provided factors are listed for a combination of boiler firing types (BFT) and prime movers.\n", - "Of the several dozen prime movers, only four types are associated with thermal generators that combust fuel:\n", - "steam turbines (ST), combustion turbines (GT), combined cycle turbines (CS, CT, CA, CC), internal combustion engines (IC), and possibly other (OT).\n", - "Prime-mover specific factors are provided for GT and IC prime movers, and are assumed to apply to all boiler firing types, if provided. \n", - "Because combined cycle plants combust fuel in the combustion turbine part, GT factors are applied to all combined cycle prime mover components.\n", - "The BFT-specific factors are used only for ST and OT prime movers\n", - "\"\"\"\n", - "\n", - "\n", - "so2_factors_eia = pd.read_excel(\n", - " downloads_folder(\"eia/epa_a_01.xlsx\"),\n", - " header=2,\n", - " names=[\n", - " \"fuel\",\n", - " \"energy_source_code\",\n", - " \"data_source\",\n", - " \"unit\",\n", - " \"cyclone_firing\",\n", - " \"fluidized_bed_firing\",\n", - " \"stoker\",\n", - " \"tangential_firing\",\n", - " \"other\",\n", - " \"GT\",\n", - " \"IC\",\n", - " ],\n", - " skipfooter=1,\n", - ")\n", - "\n", - "# standardize the unit column\n", - "so2_factors_eia[\"emission_factor_numerator\"] = (\n", - " so2_factors_eia[\"unit\"].str.split(\" \", expand=True)[0].replace(\"Lbs\", \"lb\")\n", - ")\n", - "so2_factors_eia[\"emission_factor_denominator\"] = so2_factors_eia[\"unit\"].str.split(\n", - " \" \", expand=True\n", - ")[2]\n", - "\n", - "factor_columns = [\n", - " \"cyclone_firing\",\n", - " \"fluidized_bed_firing\",\n", - " \"stoker\",\n", - " \"tangential_firing\",\n", - " \"other\",\n", - " \"GT\",\n", - " \"IC\",\n", - "]\n", - "\n", - "# convert the denominator units into units used by EIA-923\n", - "# convert million cubic feet (MMCF) to thousand cubic feet (Mcf)\n", - "so2_factors_eia.loc[\n", - " so2_factors_eia[\"emission_factor_denominator\"] == \"MMCF\", factor_columns\n", - "] /= 1000\n", - "so2_factors_eia.loc[\n", - " so2_factors_eia[\"emission_factor_denominator\"] == \"MMCF\",\n", - " \"emission_factor_denominator\",\n", - "] = \"mcf\"\n", - "# convert thousand gallons (MG) to barrels\n", - "so2_factors_eia.loc[\n", - " so2_factors_eia[\"emission_factor_denominator\"] == \"MG\", factor_columns\n", - "] /= ConversionFactors.kgal_to_barrel\n", - "so2_factors_eia.loc[\n", - " so2_factors_eia[\"emission_factor_denominator\"] == \"MG\",\n", - " \"emission_factor_denominator\",\n", - "] = \"barrel\"\n", - "\n", - "\n", - "# identify which fuels need to be multiplied by the sulfur content\n", - "so2_factors_eia[\"multiply_by_sulfur_content\"] = 0\n", - "# where the fuel name has an \"*\" in the raw spreadsheet, this means the factor needs to\n", - "# be adjusted by the fuel sulfur content.\n", - "so2_factors_eia.loc[\n", - " so2_factors_eia[\"fuel\"].str.contains(\"\\*\"), \"multiply_by_sulfur_content\"\n", - "] = 1\n", - "\n", - "# add data for fuels with no reported emission factors\n", - "# MSB/MSN: use the same factor as MSW\n", - "# SC: Assume the same as RC, which is assumed to be the same as BIT\n", - "so2_factors_eia = so2_factors_eia.set_index(\"energy_source_code\")\n", - "for new_esc, esc_to_copy in {\"MSB\": \"MSW\", \"MSN\": \"MSW\", \"SC\": \"RC\"}.items():\n", - " so2_factors_eia.loc[new_esc, :] = so2_factors_eia.loc[esc_to_copy, :]\n", - "so2_factors_eia = so2_factors_eia.reset_index()\n", - "\n", - "# separate the data by boiler-specific and PM-specific factors\n", - "so2_factors_eia_bft = so2_factors_eia[\n", - " [\n", - " \"energy_source_code\",\n", - " \"data_source\",\n", - " \"cyclone_firing\",\n", - " \"fluidized_bed_firing\",\n", - " \"stoker\",\n", - " \"tangential_firing\",\n", - " \"other\",\n", - " \"emission_factor_numerator\",\n", - " \"emission_factor_denominator\",\n", - " \"multiply_by_sulfur_content\",\n", - " ]\n", - "].copy()\n", - "\n", - "# add columns for specific boiler firing types that are not mentioned specifically\n", - "# use the \"All other Boiler Types\" column for this\n", - "other_firing_types = [\n", - " \"cell_burner\",\n", - " \"duct_burner\",\n", - " \"vertical_firing\",\n", - " \"wall_fired\",\n", - "]\n", - "for bft in other_firing_types:\n", - " so2_factors_eia_bft[bft] = so2_factors_eia_bft[\"other\"]\n", - "\n", - "# melt the data into long form\n", - "so2_factors_eia_bft = so2_factors_eia_bft.melt(\n", - " id_vars=[\n", - " \"energy_source_code\",\n", - " \"data_source\",\n", - " \"emission_factor_numerator\",\n", - " \"emission_factor_denominator\",\n", - " \"multiply_by_sulfur_content\",\n", - " ],\n", - " var_name=\"boiler_firing_type\",\n", - " value_name=\"emission_factor\",\n", - ").dropna()\n", - "\n", - "# add prime mover columns to this data\n", - "# these BFT-specific factors generally only apply to ST and OT prime movers.\n", - "# However, sometimes combined cycle units can have duct burners or other boilers as part\n", - "# of a HRSG (https://www.eia.gov/todayinenergy/detail.php?id=52778). Thus, we will also\n", - "# add factors for these prime movers as well,\n", - "# To add all at the same time we will create a dataframe with both and merge it in to\n", - "# easily duplicate for each row\n", - "so2_factors_eia_bft = so2_factors_eia_bft.merge(\n", - " pd.DataFrame(\n", - " columns=[\"emission_factor_numerator\", \"prime_mover_code\"],\n", - " data=[\n", - " [\"lb\", \"ST\"],\n", - " [\"lb\", \"OT\"],\n", - " [\"lb\", \"GT\"],\n", - " [\"lb\", \"CA\"],\n", - " [\"lb\", \"CS\"],\n", - " [\"lb\", \"CT\"],\n", - " ],\n", - " ),\n", - " how=\"left\",\n", - " on=\"emission_factor_numerator\",\n", - ")\n", - "\n", - "# create a prime-mover specific table\n", - "so2_factors_eia_pm = so2_factors_eia[\n", - " [\n", - " \"energy_source_code\",\n", - " \"data_source\",\n", - " \"GT\",\n", - " \"IC\",\n", - " \"emission_factor_numerator\",\n", - " \"emission_factor_denominator\",\n", - " \"multiply_by_sulfur_content\",\n", - " ]\n", - "].copy()\n", - "\n", - "# for combined cycle parts, apply the GT prime mover\n", - "for pm in [\"CA\", \"CC\", \"CS\", \"CT\"]:\n", - " if bft not in so2_factors_eia_pm.columns:\n", - " so2_factors_eia_pm[pm] = so2_factors_eia_pm[\"GT\"]\n", - "\n", - "so2_factors_eia_pm = so2_factors_eia_pm.melt(\n", - " id_vars=[\n", - " \"energy_source_code\",\n", - " \"data_source\",\n", - " \"emission_factor_numerator\",\n", - " \"emission_factor_denominator\",\n", - " \"multiply_by_sulfur_content\",\n", - " ],\n", - " var_name=\"prime_mover_code\",\n", - " value_name=\"emission_factor\",\n", - ").dropna()\n", - "\n", - "# add a column for the boiler firing type and set as \"none\"\n", - "so2_factors_eia_pm[\"boiler_firing_type\"] = \"none\"\n", - "\n", - "# concat these back toghether and organize columns\n", - "so2_factors_eia_combined = pd.concat([so2_factors_eia_bft, so2_factors_eia_pm], axis=0)\n", - "so2_factors_eia_combined = so2_factors_eia_combined[\n", - " [\n", - " \"prime_mover_code\",\n", - " \"energy_source_code\",\n", - " \"boiler_firing_type\",\n", - " \"emission_factor\",\n", - " \"emission_factor_numerator\",\n", - " \"emission_factor_denominator\",\n", - " \"multiply_by_sulfur_content\",\n", - " # \"data_source\"\n", - " ]\n", - "].sort_values(by=[\"energy_source_code\", \"prime_mover_code\", \"boiler_firing_type\"])" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# be sure to check for and drop duplicates\n", - "so2_factors[\n", - " so2_factors.duplicated(\n", - " subset=[\n", - " \"prime_mover_code\",\n", - " \"energy_source_code\",\n", - " \"boiler_firing_type\",\n", - " ],\n", - " keep=False,\n", + "compare_so2 = compare_so2[\n", + " (\n", + " compare_so2[\"emission_factor_new\"].round(4)\n", + " != compare_so2[\"emission_factor_old\"].round(4)\n", " )\n", - "]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# let's compare to our current data\n", - "compare = so2_factors_eia_combined.merge(\n", - " ref_so2[\n", - " [\n", - " \"energy_source_code\",\n", - " \"prime_mover_code\",\n", - " \"boiler_firing_type\",\n", - " \"emission_factor\",\n", - " ]\n", - " ],\n", - " how=\"left\",\n", - " on=[\"energy_source_code\", \"prime_mover_code\", \"boiler_firing_type\"],\n", - ")\n", - "compare[compare[\"emission_factor_x\"].round(4) != compare[\"emission_factor_y\"].round(4)]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# let's compare to our current data\n", - "compare_2 = ref_so2[\n", - " [\n", - " \"energy_source_code\",\n", - " \"prime_mover_code\",\n", - " \"boiler_firing_type\",\n", - " \"emission_factor\",\n", - " ]\n", - "].merge(\n", - " so2_factors_eia_combined,\n", - " how=\"left\",\n", - " on=[\"energy_source_code\", \"prime_mover_code\", \"boiler_firing_type\"],\n", - ")\n", - "compare_2[\n", - " (compare_2[\"emission_factor_x\"].round(4) != compare_2[\"emission_factor_y\"].round(4))\n", - " & ~compare_2[\"emission_factor_y\"].isna()\n", - "]" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## NOx factors" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "nox_factors_eia = pd.read_excel(\n", - " downloads_folder(\"eia/epa_a_02.xlsx\"),\n", - " header=3,\n", - " names=[\n", - " \"fuel\",\n", - " \"energy_source_code\",\n", - " \"data_source\",\n", - " \"unit\",\n", - " \"cyclone_firing\",\n", - " \"fluidized_bed_firing\",\n", - " \"stoker\",\n", - " \"tangential_firing_dry\",\n", - " \"tangential_firing_wet\",\n", - " \"other_dry\",\n", - " \"other_wet\",\n", - " \"GT\",\n", - " \"IC\",\n", - " ],\n", - " skipfooter=1,\n", - ")\n", - "\n", - "# standardize the unit column\n", - "nox_factors_eia[\"emission_factor_numerator\"] = (\n", - " nox_factors_eia[\"unit\"].str.split(\" \", expand=True)[0].replace(\"Lbs\", \"lb\")\n", - ")\n", - "nox_factors_eia[\"emission_factor_denominator\"] = nox_factors_eia[\"unit\"].str.split(\n", - " \" \", expand=True\n", - ")[2]\n", - "\n", - "factor_columns = [\n", - " \"cyclone_firing\",\n", - " \"fluidized_bed_firing\",\n", - " \"stoker\",\n", - " \"tangential_firing_dry\",\n", - " \"tangential_firing_wet\",\n", - " \"other_dry\",\n", - " \"other_wet\",\n", - " \"GT\",\n", - " \"IC\",\n", + " & (~compare_so2[\"emission_factor_old\"].isna())\n", "]\n", - "\n", - "# convert the denominator units into units used by EIA-923\n", - "# convert million cubic feet (MMCF) to thousand cubic feet (Mcf)\n", - "nox_factors_eia.loc[\n", - " nox_factors_eia[\"emission_factor_denominator\"] == \"MMCF\", factor_columns\n", - "] /= 1000\n", - "nox_factors_eia.loc[\n", - " nox_factors_eia[\"emission_factor_denominator\"] == \"MMCF\",\n", - " \"emission_factor_denominator\",\n", - "] = \"mcf\"\n", - "# convert thousand gallons (MG) to barrels\n", - "nox_factors_eia.loc[\n", - " nox_factors_eia[\"emission_factor_denominator\"] == \"MG\", factor_columns\n", - "] /= ConversionFactors.kgal_to_barrel\n", - "nox_factors_eia.loc[\n", - " nox_factors_eia[\"emission_factor_denominator\"] == \"MG\",\n", - " \"emission_factor_denominator\",\n", - "] = \"barrel\"\n", - "\n", - "# add data for fuels with no reported emission factors\n", - "# MSB/MSN: use the same factor as MSW\n", - "# add data for fuels with no reported emission factors\n", - "# MSB/MSN: use the same factor as MSW\n", - "# SC: Assume the same as RC, which is assumed to be the same as BIT\n", - "nox_factors_eia = nox_factors_eia.set_index(\"energy_source_code\")\n", - "for new_esc, esc_to_copy in {\"MSB\": \"MSW\", \"MSN\": \"MSW\", \"SC\": \"RC\"}.items():\n", - " nox_factors_eia.loc[new_esc, :] = nox_factors_eia.loc[esc_to_copy, :]\n", - "nox_factors_eia = nox_factors_eia.reset_index()\n", - "\n", - "# where we have a prime mover with no BFT or WDB information, we assume a dry-bottom\n", - "# boiler in the \"all other\" BFT category. This is consistent with the assumption made\n", - "# by the EIA. see: https://www.eia.gov/electricity/annual/pdf/tech_notes.pdf\n", - "for pm in [\"ST\", \"OT\"]:\n", - " nox_factors_eia[pm] = nox_factors_eia[\"other_dry\"]\n", - "\n", - "# if there are prime-mover energy source code combinations that are not provided in EIA,\n", - "# (like a BIT-fueled GT), fill these missing values using the \"other_dry\" factor as well\n", - "# as a backstop\n", - "nox_factors_eia[\"GT\"] = nox_factors_eia[\"GT\"].fillna(nox_factors_eia[\"other_dry\"])\n", - "\n", - "# separate the data by boiler-specific and PM-specific factors\n", - "nox_factors_eia_bft = nox_factors_eia[\n", - " [\n", - " \"energy_source_code\",\n", - " \"data_source\",\n", - " \"cyclone_firing\",\n", - " \"fluidized_bed_firing\",\n", - " \"stoker\",\n", - " \"tangential_firing_dry\",\n", - " \"tangential_firing_wet\",\n", - " \"other_dry\",\n", - " \"other_wet\",\n", - " \"emission_factor_numerator\",\n", - " \"emission_factor_denominator\",\n", - " ]\n", - "].copy()\n", - "\n", - "# we need to fill out all possible combinations of BFT and WDB\n", - "# for columns where BFT is specified without difference to WDB, we set all WDB options\n", - "# equal to each other so that wet = dry = none\n", - "for col in [\n", - " \"cyclone_firing\",\n", - " \"fluidized_bed_firing\",\n", - " \"stoker\",\n", - "]:\n", - " nox_factors_eia_bft[f\"{col}_wet\"] = nox_factors_eia_bft[col]\n", - " nox_factors_eia_bft[f\"{col}_dry\"] = nox_factors_eia_bft[col]\n", - "# for columns where WDB is specified, we set the \"none\" WDB equal to the dry bottom\n", - "# parameter. This is consistent with the assumption EIA makes:\n", - "# see: https://www.eia.gov/electricity/annual/pdf/tech_notes.pdf\n", - "for col in [\"tangential_firing\", \"other\"]:\n", - " nox_factors_eia_bft[f\"{col}_none\"] = nox_factors_eia_bft[f\"{col}_dry\"]\n", - "\n", - "\n", - "# NOTE: This is where the nox and so2 are different with wet and dry\n", - "# add columns for specific boiler firing types that are not mentioned specifically\n", - "# use the \"All other Boiler Types\" column for this\n", - "other_firing_types = [\n", - " \"cell_burner\",\n", - " \"duct_burner\",\n", - " \"vertical_firing\",\n", - " \"wall_fired\",\n", - "]\n", - "for bft in other_firing_types:\n", - " nox_factors_eia_bft[f\"{bft}_wet\"] = nox_factors_eia_bft[\"other_wet\"]\n", - " nox_factors_eia_bft[f\"{bft}_dry\"] = nox_factors_eia_bft[\"other_dry\"]\n", - " nox_factors_eia_bft[f\"{bft}_none\"] = nox_factors_eia_bft[\"other_none\"]\n", - "# create wet and dry columns for unknown BFTs\n", - "nox_factors_eia_bft[\"none_wet\"] = nox_factors_eia_bft[\"other_wet\"]\n", - "nox_factors_eia_bft[\"none_dry\"] = nox_factors_eia_bft[\"other_dry\"]\n", - "\n", - "\n", - "# melt the data into long form\n", - "nox_factors_eia_bft = nox_factors_eia_bft.melt(\n", - " id_vars=[\n", - " \"energy_source_code\",\n", - " \"data_source\",\n", - " \"emission_factor_numerator\",\n", - " \"emission_factor_denominator\",\n", - " ],\n", - " var_name=\"boiler_firing_type\",\n", - " value_name=\"emission_factor\",\n", - ").dropna()\n", - "\n", - "# create a wet_dry_bottom column and remove this suffix from the boiler firing type\n", - "nox_factors_eia_bft[\"wet_dry_bottom\"] = \"none\"\n", - "nox_factors_eia_bft[\"boiler_firing_type\"] = nox_factors_eia_bft[\n", - " \"boiler_firing_type\"\n", - "].str.replace(\"_none\", \"\")\n", - "nox_factors_eia_bft.loc[\n", - " nox_factors_eia_bft[\"boiler_firing_type\"].str.contains(\"_wet\"), \"wet_dry_bottom\"\n", - "] = \"wet\"\n", - "nox_factors_eia_bft.loc[\n", - " nox_factors_eia_bft[\"boiler_firing_type\"].str.contains(\"_dry\"), \"wet_dry_bottom\"\n", - "] = \"dry\"\n", - "nox_factors_eia_bft[\"boiler_firing_type\"] = nox_factors_eia_bft[\n", - " \"boiler_firing_type\"\n", - "].str.replace(\"_dry\", \"\")\n", - "nox_factors_eia_bft[\"boiler_firing_type\"] = nox_factors_eia_bft[\n", - " \"boiler_firing_type\"\n", - "].str.replace(\"_wet\", \"\")\n", - "\n", - "\n", - "# add prime mover columns to this data\n", - "# these BFT-specific factors generally only apply to ST and OT prime movers.\n", - "# However, sometimes combined cycle units can have duct burners or other boilers as part\n", - "# of a HRSG (https://www.eia.gov/todayinenergy/detail.php?id=52778). Thus, we will also\n", - "# add factors for these prime movers as well,\n", - "# To add all at the same time we will create a dataframe with both and merge it in to\n", - "# easily duplicate for each row\n", - "nox_factors_eia_bft = nox_factors_eia_bft.merge(\n", - " pd.DataFrame(\n", - " columns=[\"emission_factor_numerator\", \"prime_mover_code\"],\n", - " data=[\n", - " [\"lb\", \"ST\"],\n", - " [\"lb\", \"OT\"],\n", - " [\"lb\", \"GT\"],\n", - " [\"lb\", \"CA\"],\n", - " [\"lb\", \"CS\"],\n", - " [\"lb\", \"CT\"],\n", - " ],\n", - " ),\n", - " how=\"left\",\n", - " on=\"emission_factor_numerator\",\n", - ")\n", - "\n", - "\n", - "# create a prime-mover specific table\n", - "nox_factors_eia_pm = nox_factors_eia[\n", - " [\n", - " \"energy_source_code\",\n", - " \"data_source\",\n", - " \"GT\",\n", - " \"IC\",\n", - " \"ST\",\n", - " \"OT\",\n", - " \"emission_factor_numerator\",\n", - " \"emission_factor_denominator\",\n", - " ]\n", - "].copy()\n", - "\n", - "# for combined cycle parts, apply the GT prime mover\n", - "# also apply to the CE prime mover used for the CAES system at plant 7063\n", - "for pm in [\"CA\", \"CC\", \"CS\", \"CT\", \"CE\"]:\n", - " nox_factors_eia_pm[pm] = nox_factors_eia_pm[\"GT\"]\n", - "\n", - "nox_factors_eia_pm = nox_factors_eia_pm.melt(\n", - " id_vars=[\n", - " \"energy_source_code\",\n", - " \"data_source\",\n", - " \"emission_factor_numerator\",\n", - " \"emission_factor_denominator\",\n", - " ],\n", - " var_name=\"prime_mover_code\",\n", - " value_name=\"emission_factor\",\n", - ").dropna()\n", - "\n", - "# add a column for the boiler firing type and set as \"none\"\n", - "nox_factors_eia_pm[\"boiler_firing_type\"] = \"none\"\n", - "nox_factors_eia_pm[\"wet_dry_bottom\"] = \"none\"\n", - "\n", - "\n", - "# concat these back toghether and organize columns\n", - "nox_factors_eia_combined = pd.concat([nox_factors_eia_bft, nox_factors_eia_pm], axis=0)\n", - "nox_factors_eia_combined = nox_factors_eia_combined[\n", - " [\n", - " \"prime_mover_code\",\n", - " \"energy_source_code\",\n", - " \"wet_dry_bottom\",\n", - " \"boiler_firing_type\",\n", - " \"emission_factor\",\n", - " \"emission_factor_numerator\",\n", - " \"emission_factor_denominator\",\n", - " \"data_source\",\n", - " ]\n", - "].sort_values(by=[\"energy_source_code\", \"prime_mover_code\", \"boiler_firing_type\"])\n", - "\n", - "nox_factors_eia_combined" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test = (\n", - " gen_nox_factors[\n", - " [\n", - " \"prime_mover_code\",\n", - " \"energy_source_code\",\n", - " \"boiler_firing_type\",\n", - " \"wet_dry_bottom\",\n", - " ]\n", - " ]\n", - " .drop_duplicates()\n", - " .merge(\n", - " nox_factors_eia_combined[\n", - " [\n", - " \"prime_mover_code\",\n", - " \"energy_source_code\",\n", - " \"wet_dry_bottom\",\n", - " \"boiler_firing_type\",\n", - " \"emission_factor\",\n", - " ]\n", - " ],\n", - " how=\"left\",\n", - " on=[\n", - " \"prime_mover_code\",\n", - " \"boiler_firing_type\",\n", - " \"wet_dry_bottom\",\n", - " \"energy_source_code\",\n", - " ],\n", - " )\n", - ")\n", - "test2 = (\n", - " test[test[\"emission_factor\"].isna()][\n", - " [\n", - " \"prime_mover_code\",\n", - " \"boiler_firing_type\",\n", - " \"wet_dry_bottom\",\n", - " \"energy_source_code\",\n", - " ]\n", - " ]\n", - " .drop_duplicates()\n", - " .sort_values(\n", - " by=[\n", - " \"energy_source_code\",\n", - " \"prime_mover_code\",\n", - " \"boiler_firing_type\",\n", - " ]\n", - " )\n", - ")\n", - "test2" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# be sure to check for and drop duplicates\n", - "nox_factors_eia_combined[\n", - " nox_factors_eia_combined.duplicated(\n", - " subset=[\n", - " \"prime_mover_code\",\n", - " \"energy_source_code\",\n", - " \"wet_dry_bottom\",\n", - " \"boiler_firing_type\",\n", - " ],\n", - " keep=False,\n", - " )\n", - "].sort_values(\n", - " by=[\n", - " \"prime_mover_code\",\n", - " \"energy_source_code\",\n", - " \"wet_dry_bottom\",\n", - " \"boiler_firing_type\",\n", - " ]\n", - ")" + "compare_so2" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "ref_nox = load_data.load_nox_emission_factors()\n", - "ref_nox" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## Test that we have factors for all of the possible fuel-PM-BFT combos" + "### Check that all PM-BFT combinations are covered" ] }, { @@ -947,6 +233,9 @@ " \"energy_source_code\",\n", " ]\n", "].drop_duplicates()\n", + "gen_keys_for_so2 = gen_keys_for_so2[\n", + " ~gen_keys_for_so2[\"energy_source_code\"].isin(CLEAN_FUELS + [\"GEO\"])\n", + "]\n", "\n", "# load the boiler firing type info\n", "boiler_firing_type = emissions.load_boiler_firing_type(year)\n", @@ -976,19 +265,14 @@ " validate=\"m:m\",\n", ")\n", "gen_types = gen_types[\n", - " gen_types[\"prime_mover_code\"].isin([\"GT\", \"IC\", \"ST\", \"OT\", \"CA\", \"CT\", \"CS\", \"CS\"])\n", + " gen_types[\"prime_mover_code\"].isin(\n", + " [\"GT\", \"IC\", \"ST\", \"OT\", \"CA\", \"CT\", \"CS\", \"CS\", \"CE\"]\n", + " )\n", "]\n", - "gen_types[\"boiler_firing_type\"] = gen_types[\"boiler_firing_type\"].fillna(\"none\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test = gen_types.merge(\n", - " so2_factors_eia_combined[\n", + "gen_types[\"boiler_firing_type\"] = gen_types[\"boiler_firing_type\"].fillna(\"none\")\n", + "\n", + "missing_so2 = gen_types.merge(\n", + " so2_factors[\n", " [\n", " \"prime_mover_code\",\n", " \"energy_source_code\",\n", @@ -1003,29 +287,8 @@ " \"energy_source_code\",\n", " ],\n", ")\n", - "test[test[\"emission_factor\"].isna()][\n", - " [\n", - " \"prime_mover_code\",\n", - " \"boiler_firing_type\",\n", - " \"energy_source_code\",\n", - " ]\n", - "].drop_duplicates().sort_values(\n", - " by=[\n", - " \"prime_mover_code\",\n", - " \"boiler_firing_type\",\n", - " \"energy_source_code\",\n", - " ]\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test2 = (\n", - " test[test[\"emission_factor\"].isna()][\n", + "missing_so2 = (\n", + " missing_so2[missing_so2[\"emission_factor\"].isna()][\n", " [\n", " \"prime_mover_code\",\n", " \"boiler_firing_type\",\n", @@ -1035,38 +298,13 @@ " .drop_duplicates()\n", " .sort_values(\n", " by=[\n", + " \"energy_source_code\",\n", " \"prime_mover_code\",\n", " \"boiler_firing_type\",\n", - " \"energy_source_code\",\n", " ]\n", " )\n", ")\n", - "test2" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test[test[\"emission_factor\"].isna()]" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## NOx" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "from oge.constants import CLEAN_FUELS" + "missing_so2" ] }, { @@ -1077,7 +315,6 @@ "source": [ "# get a dataframe with all unique generator-pm-esc combinations for emitting energy\n", "# source types with data reported\n", - "\n", "gen_keys_for_nox = load_data.load_pudl_table(\n", " \"out_eia923__monthly_generation_fuel_by_generator_energy_source\",\n", " columns=[\n", @@ -1100,7 +337,7 @@ " ]\n", "].drop_duplicates()\n", "gen_keys_for_nox = gen_keys_for_nox[\n", - " ~gen_keys_for_nox[\"energy_source_code\"].isin(CLEAN_FUELS)\n", + " ~gen_keys_for_nox[\"energy_source_code\"].isin(CLEAN_FUELS + [\"GEO\"])\n", "]\n", "\n", "nox_emission_factors = load_data.load_nox_emission_factors()\n", @@ -1142,16 +379,9 @@ "gen_nox_factors[\"wet_dry_bottom\"] = gen_nox_factors[\"wet_dry_bottom\"].fillna(\"none\")\n", "gen_nox_factors[\"boiler_firing_type\"] = gen_nox_factors[\"boiler_firing_type\"].fillna(\n", " \"none\"\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test = (\n", + ")\n", + "\n", + "missing_nox = (\n", " gen_nox_factors[\n", " [\n", " \"prime_mover_code\",\n", @@ -1162,7 +392,7 @@ " ]\n", " .drop_duplicates()\n", " .merge(\n", - " nox_factors_eia_combined[\n", + " nox_factors[\n", " [\n", " \"prime_mover_code\",\n", " \"energy_source_code\",\n", @@ -1180,8 +410,8 @@ " ],\n", " )\n", ")\n", - "test2 = (\n", - " test[test[\"emission_factor\"].isna()][\n", + "missing_nox = (\n", + " missing_nox[missing_nox[\"emission_factor\"].isna()][\n", " [\n", " \"prime_mover_code\",\n", " \"boiler_firing_type\",\n", @@ -1198,15 +428,15 @@ " ]\n", " )\n", ")\n", - "test2" + "missing_nox" ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], - "source": [] + "source": [ + "## Export the factors to the reference table folder" + ] }, { "cell_type": "code", @@ -1214,18 +444,8 @@ "metadata": {}, "outputs": [], "source": [ - "# merge in the emission factors for specific boiler types\n", - "gen_nox_factors = gen_nox_factors.merge(\n", - " nox_factors_eia_combined,\n", - " how=\"left\",\n", - " on=[\n", - " \"prime_mover_code\",\n", - " \"energy_source_code\",\n", - " \"wet_dry_bottom\",\n", - " \"boiler_firing_type\",\n", - " ],\n", - " validate=\"m:1\",\n", - ")" + "nox_factors.to_csv(reference_table_folder(\"emission_factors_for_nox.csv\"), index=False)\n", + "so2_factors.to_csv(reference_table_folder(\"emission_factors_for_so2.csv\"), index=False)" ] } ], diff --git a/src/oge/create_nox_so2_factors.py b/src/oge/create_nox_so2_factors.py index ecc3d86a..054869cb 100644 --- a/src/oge/create_nox_so2_factors.py +++ b/src/oge/create_nox_so2_factors.py @@ -8,7 +8,25 @@ logger = get_logger(__name__) -def generate_nox_emission_factor_reference_table(): +def generate_nox_emission_factor_reference_table() -> pd.DataFrame: + """Coordinating function for creating the reference table for NOx uncontrolled + emission factors. This is run in notebooks/manual_data/ + create_nox_so2_factor_tables.ipynb. + + We download "Table A.2. Nitrogen Oxides Uncontrolled Emission Factors" from the EIA, + standardize units, and fill in specific boiler configurations that are not + explicitly enumerated in the EIA table. + + This table from the EIA has a row for earch energy_source_code, and the columns + represent factors specific to a certain boiler firing type (BFT) or prime-mover (PM) + PM-specific factors are provided only for combustion turbine and internal combustion + engines. For certain BFTs (tangential boilers and all other boilers), this table + additionally differentiates between dry-bottom boilers and wet-bottom boilers. + + Returns: + pd.DataFrame: Uncontrolled NOx emission factors for all combinations of + energy_source_code, prime_mover, boiler_firing_type, and wet_dry_bottom. + """ # download the nox data from EIA download_helper( "https://www.eia.gov/electricity/annual/xls/epa_a_02.xlsx", @@ -48,11 +66,13 @@ def generate_nox_emission_factor_reference_table(): "IC", ] nox_factors_eia = standardize_emission_factor_units(nox_factors_eia, factor_columns) - nox_factors_eia = fill_out_missing_nox_so2_factor_combinations( nox_factors_eia, pollutant="nox" ) + # split the table into separate tables for BFT-specific factors and PM-specific + # factors so that we can handle these differently. They will be recombined later. + # create a long version of the BFT-specific factors bft_columns = [ "cyclone_firing", "cyclone_firing_dry", @@ -83,13 +103,15 @@ def generate_nox_emission_factor_reference_table(): "wall_fired_none", "none_dry", "none_wet", + "none_none", ] + nox_factors_eia_bft = create_long_bft_specific_df( nox_factors_eia, bft_columns, pollutant="nox" ) + # create a long version of the prime-mover specific factors pm_columns = ["GT", "IC", "CA", "CC", "CS", "CT", "CE"] - nox_factors_eia_pm = create_long_pm_specific_df( nox_factors_eia, pm_columns, pollutant="nox" ) @@ -111,10 +133,31 @@ def generate_nox_emission_factor_reference_table(): ] ].sort_values(by=["energy_source_code", "prime_mover_code", "boiler_firing_type"]) + nox_factors_eia_combined["emission_factor"] = nox_factors_eia_combined[ + "emission_factor" + ].round(5) + return nox_factors_eia_combined -def generate_so2_emission_factor_reference_table(): +def generate_so2_emission_factor_reference_table() -> pd.DataFrame: + """Coordinating function for creating the reference table for SO2 uncontrolled + emission factors. This is run in notebooks/manual_data/ + create_nox_so2_factor_tables.ipynb. + + We download "Table A.1. Sulfur Dioxide Uncontrolled Emission Factors" from the EIA, + standardize units, and fill in specific boiler configurations that are not + explicitly enumerated in the EIA table. + + This table from the EIA has a row for earch energy_source_code, and the columns + represent factors specific to a certain boiler firing type (BFT) or prime-mover (PM) + PM-specific factors are provided only for combustion turbine and internal combustion + engines. + + Returns: + pd.DataFrame: Uncontrolled SO2 emission factors for all combinations of + energy_source_code, prime_mover, and boiler_firing_type. + """ # download the nox data from EIA download_helper( "https://www.eia.gov/electricity/annual/xls/epa_a_01.xlsx", @@ -123,7 +166,7 @@ def generate_so2_emission_factor_reference_table(): so2_factors_eia = pd.read_excel( downloads_folder("eia/table_a1_so2_uncontrolled_emission_factors.xlsx"), - header=3, + header=2, names=[ "fuel", "energy_source_code", @@ -150,11 +193,18 @@ def generate_so2_emission_factor_reference_table(): "IC", ] so2_factors_eia = standardize_emission_factor_units(so2_factors_eia, factor_columns) - so2_factors_eia = fill_out_missing_nox_so2_factor_combinations( so2_factors_eia, pollutant="so2" ) + so2_factors_eia["multiply_by_sulfur_content"] = 0 + so2_factors_eia.loc[ + so2_factors_eia["fuel"].str.contains("\*"), "multiply_by_sulfur_content" + ] = 1 + + # split the table into separate tables for BFT-specific factors and PM-specific + # factors so that we can handle these differently. They will be recombined later. + # create a long version of the BFT-specific factors bft_columns = [ "cyclone_firing", "fluidized_bed_firing", @@ -171,6 +221,7 @@ def generate_so2_emission_factor_reference_table(): so2_factors_eia, bft_columns, pollutant="so2" ) + # create a long version of the PM-specific factors pm_columns = ["GT", "IC", "CA", "CC", "CS", "CT", "CE"] so2_factors_eia_pm = create_long_pm_specific_df( so2_factors_eia, pm_columns, pollutant="so2" @@ -188,10 +239,15 @@ def generate_so2_emission_factor_reference_table(): "emission_factor", "emission_factor_numerator", "emission_factor_denominator", + "multiply_by_sulfur_content", # "data_source", ] ].sort_values(by=["energy_source_code", "prime_mover_code", "boiler_firing_type"]) + so2_factors_eia_combined["emission_factor"] = so2_factors_eia_combined[ + "emission_factor" + ].round(5) + return so2_factors_eia_combined @@ -239,8 +295,10 @@ def standardize_emission_factor_units( return df -def fill_out_missing_nox_so2_factor_combinations(df, pollutant): - """Fills in Nox or SO2 factors that are not explicitly specified by the EIA table, +def fill_out_missing_nox_so2_factor_combinations( + df: pd.DataFrame, pollutant: str +) -> pd.DataFrame: + """Fills in NOx or SO2 factors that are not explicitly specified by the EIA table, applying a set of assumptions about how the data should be filled. There are several filling steps: @@ -255,12 +313,14 @@ def fill_out_missing_nox_so2_factor_combinations(df, pollutant): missing BFT and WDB data (in the case of NOx), they apply they assume it is a dry- bottom boiler with an "other" BFT. We apply the same assumption, creating a "none" BFT. - 3. Missing GT-specific factors: The EIA tables do not report GT-specific factors for - certain solid fuels (like coal), which cannot be combusted in a combustion turbine. + 3. Missing GT- and IC-specific factors: The EIA tables do not report GT-specific + factors for certain solid fuels (like coal), which cannot be combusted in a + combustion turbine or internal combustion engine. However, these fuel-GT combinations do occasionally show up in the data. Rather than - leave these missing (and thus calculate no emissions), we fill missing GT factors - using the "other" boiler firing type (BFT), or in the case of NOx, the "other" BFT - with a dry bottom. + leave these missing (and thus calculate no emissions), we assume that the prime + mover is incorrect and fill missing GT factors with the "other" boiler firing type + (BFT), or in the case of NOx, the "other" BFT with a dry bottom, consistent with EIA + assumptions. 4. The provided combustion-turbine specific factors apply to a range of prime movers that use combustion turbines, including GT, CA, CC, CS, and CT. This also applies to the CE prime mover code, which applies to a specific plant (7063) which is a gas @@ -276,12 +336,12 @@ def fill_out_missing_nox_so2_factor_combinations(df, pollutant): wall_fired, vertical_firing. Since these are literally "other" BFTs, we apply the appropriate "other" factor to each of these BFTs. - The EIA-provided factors are listed for a combination of boiler firing types (BFT) and prime movers. - Of the several dozen prime movers, only four types are associated with thermal generators that combust fuel: - steam turbines (ST), combustion turbines (GT), combined cycle turbines (CS, CT, CA, CC), internal combustion engines (IC), and possibly other (OT). - Prime-mover specific factors are provided for GT and IC prime movers, and are assumed to apply to all boiler firing types, if provided. - Because combined cycle plants combust fuel in the combustion turbine part, GT factors are applied to all combined cycle prime mover components. - The BFT-specific factors are used only for ST and OT prime movers + Args: + df (pd.DataFrame): a dataframe of SO2 or NOx factors loaded from the EIA table + pollutant (str): Either "nox" or "so2" + + Returns: + pd.DataFrame: The factor table with the above steps applied """ if pollutant == "nox": default_value = "other_dry" @@ -301,6 +361,7 @@ def fill_out_missing_nox_so2_factor_combinations(df, pollutant): # Fill missing GT factors using the default value df["GT"] = df["GT"].fillna(df[default_value]) + df["IC"] = df["IC"].fillna(df[default_value]) # apply the combustion turbine factor to all combustion-turbine-type prime movers, # including those at combined cycle plants, and CAES plants @@ -348,12 +409,31 @@ def fill_out_missing_nox_so2_factor_combinations(df, pollutant): if pollutant == "nox": df["none_wet"] = df["other_wet"] df["none_dry"] = df["other_dry"] + df["none_none"] = df["other_none"] return df -def create_long_bft_specific_df(df, bft_columns, pollutant): +def create_long_bft_specific_df( + df: pd.DataFrame, bft_columns: list[str], pollutant: str +) -> pd.DataFrame: + """Transforms the BFT-specific factors from wide to long format, applies a prime + mover code to each BFT-specific factor (for PMs not covered by the PM-specific + factors), and for NOx factors we create a "wet_dry_bottom" column. + + Args: + df (pd.DataFrame): Table of standardized NOx or SO2 factors + bft_columns (list[str]): List of BFT-specific columns to include + pollutant (str): either "nox" or "so2" + + Returns: + pd.DataFrame: Long version of the table. + """ # separate the data by boiler-specific and PM-specific factors + if pollutant == "so2": + sulfur_column = ["multiply_by_sulfur_content"] + elif pollutant == "nox": + sulfur_column = [] df_bft = df[ [ "energy_source_code", @@ -361,6 +441,7 @@ def create_long_bft_specific_df(df, bft_columns, pollutant): "emission_factor_numerator", "emission_factor_denominator", ] + + sulfur_column + bft_columns ].copy() @@ -371,7 +452,8 @@ def create_long_bft_specific_df(df, bft_columns, pollutant): # "data_source", "emission_factor_numerator", "emission_factor_denominator", - ], + ] + + sulfur_column, var_name="boiler_firing_type", value_name="emission_factor", ).dropna() @@ -398,11 +480,11 @@ def create_long_bft_specific_df(df, bft_columns, pollutant): # add prime mover columns to this data # these BFT-specific factors generally only apply to ST and OT prime movers. - # However, sometimes combined cycle units can have duct burners or other boilers as part - # of a HRSG (https://www.eia.gov/todayinenergy/detail.php?id=52778). Thus, we will also - # add factors for these prime movers as well, - # To add all at the same time we will create a dataframe with both and merge it in to - # easily duplicate for each row + # However, sometimes combined cycle units can have duct burners or other boilers as + # part of a HRSG (https://www.eia.gov/todayinenergy/detail.php?id=52778). Thus, we + # will also add factors for these prime movers as well. To add all at the same time + # we will create a dataframe with both and merge it in to easily duplicate for each + # row df_bft = df_bft.merge( pd.DataFrame( columns=["emission_factor_numerator", "prime_mover_code"], @@ -411,6 +493,7 @@ def create_long_bft_specific_df(df, bft_columns, pollutant): ["lb", "OT"], ["lb", "GT"], ["lb", "CA"], + ["lb", "CC"], ["lb", "CS"], ["lb", "CT"], ], @@ -419,11 +502,47 @@ def create_long_bft_specific_df(df, bft_columns, pollutant): on="emission_factor_numerator", ) + # drop none boiler firing types for GT-type PMs. These will be covered by the + # PM-specific table + if pollutant == "so2": + df_bft = df_bft[ + ~( + (df_bft["boiler_firing_type"] == "none") + & (df_bft["prime_mover_code"].isin(["GT", "CA", "CC", "CS", "CT"])) + ) + ] + elif pollutant == "nox": + df_bft = df_bft[ + ~( + (df_bft["boiler_firing_type"] == "none") + & (df_bft["wet_dry_bottom"] == "none") + & (df_bft["prime_mover_code"].isin(["GT", "CA", "CC", "CS", "CT"])) + ) + ] + return df_bft -def create_long_pm_specific_df(df, pm_columns, pollutant): +def create_long_pm_specific_df( + df: pd.DataFrame, pm_columns: list[str], pollutant: str +) -> pd.DataFrame: + """Transforms the PM-specific factors from wide to long format, applies a "none" + boiler firing type, and a "none" wet_dry_bottom (for NOX). + + Args: + df (pd.DataFrame): Table of standardized NOx or SO2 factors + pm_columns (list[str]): List of PM-specific columns to include + pollutant (str): either "nox" or "so2" + + Returns: + pd.DataFrame: A long version of the dataframe + """ # create a prime-mover specific table + if pollutant == "so2": + sulfur_column = ["multiply_by_sulfur_content"] + elif pollutant == "nox": + sulfur_column = [] + df_pm = df[ [ "energy_source_code", @@ -431,6 +550,7 @@ def create_long_pm_specific_df(df, pm_columns, pollutant): "emission_factor_numerator", "emission_factor_denominator", ] + + sulfur_column + pm_columns ].copy() @@ -440,14 +560,15 @@ def create_long_pm_specific_df(df, pm_columns, pollutant): "data_source", "emission_factor_numerator", "emission_factor_denominator", - ], + ] + + sulfur_column, var_name="prime_mover_code", value_name="emission_factor", ).dropna() + # add a column for the boiler firing type and set as "none" + df_pm["boiler_firing_type"] = "none" if pollutant == "nox": - # add a column for the boiler firing type and set as "none" - df_pm["boiler_firing_type"] = "none" df_pm["wet_dry_bottom"] = "none" return df_pm diff --git a/src/oge/emissions.py b/src/oge/emissions.py index 412f3b34..15acc3bc 100644 --- a/src/oge/emissions.py +++ b/src/oge/emissions.py @@ -1758,6 +1758,15 @@ def load_so2_control_efficiencies(year): # load the emissions control data emissions_controls_eia923 = load_data.load_emissions_controls_eia923(year) + # remove control efficiencies for fluidized bed combustion since this is already + # incorporated into the uncontrolled so2 rates + emissions_controls_eia923.loc[ + emissions_controls_eia923["equipment_tech_description"].str.contains( + "fluidized bed" + ), + ["so2_removal_efficiency_annual", "so2_removal_efficiency_at_full_load"], + ] = np.NaN + # create a dataframe that contains only so2 emission data for operating control equipment so2_efficiency = emissions_controls_eia923.dropna( axis="index", diff --git a/src/oge/load_data.py b/src/oge/load_data.py index a022adf1..70759f00 100644 --- a/src/oge/load_data.py +++ b/src/oge/load_data.py @@ -615,7 +615,7 @@ def load_ghg_emission_factors() -> pd.DataFrame: def load_nox_emission_factors() -> pd.DataFrame: - """Read in the NOx emission factors from eGRID Table C2. + """Read in the NOx emission factors. Returns: pd.DataFrame: NOx emission factors table. @@ -625,19 +625,11 @@ def load_nox_emission_factors() -> pd.DataFrame: dtype=get_dtypes(), ) - # standardize units as lower case - emission_factors["emission_factor_denominator"] = emission_factors[ - "emission_factor_denominator" - ].str.lower() - return emission_factors def load_so2_emission_factors() -> pd.DataFrame: - """Read in the SO2 emission factors from eGRID Table C3. - - The SO2 emission rate depends on the sulfur content of fuel, so it is - reported in Table C3 as a formula like `123*S`. + """Read in the SO2 emission factors. Returns: pd.DataFrame: SO2 emission factors table. @@ -647,20 +639,6 @@ def load_so2_emission_factors() -> pd.DataFrame: dtype=get_dtypes(), ) - # Add a boolean column that reports whether the emission factor is a formula or - # value. - df["multiply_by_sulfur_content"] = ( - df["emission_factor"].str.contains("*", regex=False).astype(int) - ) - - # Extract the numeric coefficient from the emission factor. - df["emission_factor"] = ( - df["emission_factor"].str.replace("*S", "", regex=False).astype(float) - ) - - # standardize units as lower case - df["emission_factor_denominator"] = df["emission_factor_denominator"].str.lower() - return df @@ -1224,6 +1202,9 @@ def load_emissions_controls_eia923(year: int) -> pd.DataFrame: emissions_controls_eia923["report_date"] = emissions_controls_eia923[ "report_date" ].astype("datetime64[s]") + emissions_controls_eia923["equipment_tech_description"] = ( + emissions_controls_eia923["equipment_tech_description"].str.lower() + ) else: logger.warning( "Emissions control data prior to 2012 has not been integrated into the data pipeline." diff --git a/src/oge/reference_tables/emission_factors_for_nox.csv b/src/oge/reference_tables/emission_factors_for_nox.csv index 1240c849..b83b0b15 100644 --- a/src/oge/reference_tables/emission_factors_for_nox.csv +++ b/src/oge/reference_tables/emission_factors_for_nox.csv @@ -1,457 +1,6785 @@ prime_mover_code,energy_source_code,wet_dry_bottom,boiler_firing_type,emission_factor,emission_factor_numerator,emission_factor_denominator -ST,AB,wet,cyclone_firing,1.2,lb,ton -ST,AB,none,none,1.2,lb,ton -ST,AB,dry,stoker,1.2,lb,ton -ST,AB,none,stoker,1.2,lb,ton +CA,AB,dry,cell_burner,1.2,lb,ton +CA,AB,wet,cell_burner,1.2,lb,ton +CA,AB,none,cell_burner,1.2,lb,ton +CA,AB,none,cyclone_firing,1.2,lb,ton +CA,AB,dry,cyclone_firing,1.2,lb,ton +CA,AB,wet,cyclone_firing,1.2,lb,ton +CA,AB,dry,duct_burner,1.2,lb,ton +CA,AB,wet,duct_burner,1.2,lb,ton +CA,AB,none,duct_burner,1.2,lb,ton +CA,AB,none,fluidized_bed_firing,1.2,lb,ton +CA,AB,dry,fluidized_bed_firing,1.2,lb,ton +CA,AB,wet,fluidized_bed_firing,1.2,lb,ton +CA,AB,dry,none,1.2,lb,ton +CA,AB,wet,none,1.2,lb,ton +CA,AB,none,none,1.2,lb,ton +CA,AB,dry,other,1.2,lb,ton +CA,AB,wet,other,1.2,lb,ton +CA,AB,none,other,1.2,lb,ton +CA,AB,none,stoker,1.2,lb,ton +CA,AB,dry,stoker,1.2,lb,ton +CA,AB,wet,stoker,1.2,lb,ton +CA,AB,dry,tangential_firing,1.2,lb,ton +CA,AB,wet,tangential_firing,1.2,lb,ton +CA,AB,none,tangential_firing,1.2,lb,ton +CA,AB,dry,vertical_firing,1.2,lb,ton +CA,AB,wet,vertical_firing,1.2,lb,ton +CA,AB,none,vertical_firing,1.2,lb,ton +CA,AB,dry,wall_fired,1.2,lb,ton +CA,AB,wet,wall_fired,1.2,lb,ton +CA,AB,none,wall_fired,1.2,lb,ton +CC,AB,dry,cell_burner,1.2,lb,ton +CC,AB,wet,cell_burner,1.2,lb,ton +CC,AB,none,cell_burner,1.2,lb,ton +CC,AB,none,cyclone_firing,1.2,lb,ton +CC,AB,dry,cyclone_firing,1.2,lb,ton +CC,AB,wet,cyclone_firing,1.2,lb,ton +CC,AB,dry,duct_burner,1.2,lb,ton +CC,AB,wet,duct_burner,1.2,lb,ton +CC,AB,none,duct_burner,1.2,lb,ton +CC,AB,none,fluidized_bed_firing,1.2,lb,ton +CC,AB,dry,fluidized_bed_firing,1.2,lb,ton +CC,AB,wet,fluidized_bed_firing,1.2,lb,ton +CC,AB,dry,none,1.2,lb,ton +CC,AB,wet,none,1.2,lb,ton +CC,AB,none,none,1.2,lb,ton +CC,AB,dry,other,1.2,lb,ton +CC,AB,wet,other,1.2,lb,ton +CC,AB,none,other,1.2,lb,ton +CC,AB,none,stoker,1.2,lb,ton +CC,AB,dry,stoker,1.2,lb,ton +CC,AB,wet,stoker,1.2,lb,ton +CC,AB,dry,tangential_firing,1.2,lb,ton +CC,AB,wet,tangential_firing,1.2,lb,ton +CC,AB,none,tangential_firing,1.2,lb,ton +CC,AB,dry,vertical_firing,1.2,lb,ton +CC,AB,wet,vertical_firing,1.2,lb,ton +CC,AB,none,vertical_firing,1.2,lb,ton +CC,AB,dry,wall_fired,1.2,lb,ton +CC,AB,wet,wall_fired,1.2,lb,ton +CC,AB,none,wall_fired,1.2,lb,ton +CE,AB,none,none,1.2,lb,ton +CS,AB,dry,cell_burner,1.2,lb,ton +CS,AB,wet,cell_burner,1.2,lb,ton +CS,AB,none,cell_burner,1.2,lb,ton +CS,AB,none,cyclone_firing,1.2,lb,ton +CS,AB,dry,cyclone_firing,1.2,lb,ton +CS,AB,wet,cyclone_firing,1.2,lb,ton +CS,AB,dry,duct_burner,1.2,lb,ton +CS,AB,wet,duct_burner,1.2,lb,ton +CS,AB,none,duct_burner,1.2,lb,ton +CS,AB,none,fluidized_bed_firing,1.2,lb,ton +CS,AB,dry,fluidized_bed_firing,1.2,lb,ton +CS,AB,wet,fluidized_bed_firing,1.2,lb,ton +CS,AB,dry,none,1.2,lb,ton +CS,AB,wet,none,1.2,lb,ton +CS,AB,none,none,1.2,lb,ton +CS,AB,dry,other,1.2,lb,ton +CS,AB,wet,other,1.2,lb,ton +CS,AB,none,other,1.2,lb,ton +CS,AB,none,stoker,1.2,lb,ton +CS,AB,dry,stoker,1.2,lb,ton +CS,AB,wet,stoker,1.2,lb,ton +CS,AB,dry,tangential_firing,1.2,lb,ton +CS,AB,wet,tangential_firing,1.2,lb,ton +CS,AB,none,tangential_firing,1.2,lb,ton +CS,AB,dry,vertical_firing,1.2,lb,ton +CS,AB,wet,vertical_firing,1.2,lb,ton +CS,AB,none,vertical_firing,1.2,lb,ton +CS,AB,dry,wall_fired,1.2,lb,ton +CS,AB,wet,wall_fired,1.2,lb,ton +CS,AB,none,wall_fired,1.2,lb,ton +CT,AB,dry,cell_burner,1.2,lb,ton +CT,AB,wet,cell_burner,1.2,lb,ton +CT,AB,none,cell_burner,1.2,lb,ton +CT,AB,none,cyclone_firing,1.2,lb,ton +CT,AB,dry,cyclone_firing,1.2,lb,ton +CT,AB,wet,cyclone_firing,1.2,lb,ton +CT,AB,dry,duct_burner,1.2,lb,ton +CT,AB,wet,duct_burner,1.2,lb,ton +CT,AB,none,duct_burner,1.2,lb,ton +CT,AB,none,fluidized_bed_firing,1.2,lb,ton +CT,AB,dry,fluidized_bed_firing,1.2,lb,ton +CT,AB,wet,fluidized_bed_firing,1.2,lb,ton +CT,AB,dry,none,1.2,lb,ton +CT,AB,wet,none,1.2,lb,ton +CT,AB,none,none,1.2,lb,ton +CT,AB,dry,other,1.2,lb,ton +CT,AB,wet,other,1.2,lb,ton +CT,AB,none,other,1.2,lb,ton +CT,AB,none,stoker,1.2,lb,ton +CT,AB,dry,stoker,1.2,lb,ton +CT,AB,wet,stoker,1.2,lb,ton +CT,AB,dry,tangential_firing,1.2,lb,ton +CT,AB,wet,tangential_firing,1.2,lb,ton +CT,AB,none,tangential_firing,1.2,lb,ton +CT,AB,dry,vertical_firing,1.2,lb,ton +CT,AB,wet,vertical_firing,1.2,lb,ton +CT,AB,none,vertical_firing,1.2,lb,ton +CT,AB,dry,wall_fired,1.2,lb,ton +CT,AB,wet,wall_fired,1.2,lb,ton +CT,AB,none,wall_fired,1.2,lb,ton +GT,AB,dry,cell_burner,1.2,lb,ton +GT,AB,wet,cell_burner,1.2,lb,ton +GT,AB,none,cell_burner,1.2,lb,ton +GT,AB,none,cyclone_firing,1.2,lb,ton +GT,AB,dry,cyclone_firing,1.2,lb,ton +GT,AB,wet,cyclone_firing,1.2,lb,ton +GT,AB,dry,duct_burner,1.2,lb,ton +GT,AB,wet,duct_burner,1.2,lb,ton +GT,AB,none,duct_burner,1.2,lb,ton +GT,AB,none,fluidized_bed_firing,1.2,lb,ton +GT,AB,dry,fluidized_bed_firing,1.2,lb,ton +GT,AB,wet,fluidized_bed_firing,1.2,lb,ton +GT,AB,dry,none,1.2,lb,ton +GT,AB,wet,none,1.2,lb,ton +GT,AB,none,none,1.2,lb,ton +GT,AB,dry,other,1.2,lb,ton +GT,AB,wet,other,1.2,lb,ton +GT,AB,none,other,1.2,lb,ton +GT,AB,none,stoker,1.2,lb,ton +GT,AB,dry,stoker,1.2,lb,ton +GT,AB,wet,stoker,1.2,lb,ton +GT,AB,dry,tangential_firing,1.2,lb,ton +GT,AB,wet,tangential_firing,1.2,lb,ton +GT,AB,none,tangential_firing,1.2,lb,ton +GT,AB,dry,vertical_firing,1.2,lb,ton +GT,AB,wet,vertical_firing,1.2,lb,ton +GT,AB,none,vertical_firing,1.2,lb,ton +GT,AB,dry,wall_fired,1.2,lb,ton +GT,AB,wet,wall_fired,1.2,lb,ton +GT,AB,none,wall_fired,1.2,lb,ton +IC,AB,none,none,1.2,lb,ton +OT,AB,dry,cell_burner,1.2,lb,ton +OT,AB,wet,cell_burner,1.2,lb,ton +OT,AB,none,cell_burner,1.2,lb,ton +OT,AB,none,cyclone_firing,1.2,lb,ton +OT,AB,dry,cyclone_firing,1.2,lb,ton +OT,AB,wet,cyclone_firing,1.2,lb,ton +OT,AB,dry,duct_burner,1.2,lb,ton +OT,AB,wet,duct_burner,1.2,lb,ton +OT,AB,none,duct_burner,1.2,lb,ton +OT,AB,none,fluidized_bed_firing,1.2,lb,ton +OT,AB,dry,fluidized_bed_firing,1.2,lb,ton +OT,AB,wet,fluidized_bed_firing,1.2,lb,ton OT,AB,dry,none,1.2,lb,ton OT,AB,wet,none,1.2,lb,ton OT,AB,none,none,1.2,lb,ton +OT,AB,dry,other,1.2,lb,ton +OT,AB,wet,other,1.2,lb,ton +OT,AB,none,other,1.2,lb,ton +OT,AB,none,stoker,1.2,lb,ton +OT,AB,dry,stoker,1.2,lb,ton +OT,AB,wet,stoker,1.2,lb,ton +OT,AB,dry,tangential_firing,1.2,lb,ton +OT,AB,wet,tangential_firing,1.2,lb,ton +OT,AB,none,tangential_firing,1.2,lb,ton +OT,AB,dry,vertical_firing,1.2,lb,ton +OT,AB,wet,vertical_firing,1.2,lb,ton +OT,AB,none,vertical_firing,1.2,lb,ton +OT,AB,dry,wall_fired,1.2,lb,ton +OT,AB,wet,wall_fired,1.2,lb,ton +OT,AB,none,wall_fired,1.2,lb,ton +ST,AB,dry,cell_burner,1.2,lb,ton +ST,AB,wet,cell_burner,1.2,lb,ton +ST,AB,none,cell_burner,1.2,lb,ton +ST,AB,none,cyclone_firing,1.2,lb,ton +ST,AB,dry,cyclone_firing,1.2,lb,ton +ST,AB,wet,cyclone_firing,1.2,lb,ton +ST,AB,dry,duct_burner,1.2,lb,ton +ST,AB,wet,duct_burner,1.2,lb,ton +ST,AB,none,duct_burner,1.2,lb,ton +ST,AB,none,fluidized_bed_firing,1.2,lb,ton +ST,AB,dry,fluidized_bed_firing,1.2,lb,ton +ST,AB,wet,fluidized_bed_firing,1.2,lb,ton +ST,AB,dry,none,1.2,lb,ton +ST,AB,wet,none,1.2,lb,ton +ST,AB,none,none,1.2,lb,ton +ST,AB,dry,other,1.2,lb,ton +ST,AB,wet,other,1.2,lb,ton +ST,AB,none,other,1.2,lb,ton +ST,AB,none,stoker,1.2,lb,ton +ST,AB,dry,stoker,1.2,lb,ton +ST,AB,wet,stoker,1.2,lb,ton +ST,AB,dry,tangential_firing,1.2,lb,ton +ST,AB,wet,tangential_firing,1.2,lb,ton +ST,AB,none,tangential_firing,1.2,lb,ton +ST,AB,dry,vertical_firing,1.2,lb,ton +ST,AB,wet,vertical_firing,1.2,lb,ton +ST,AB,none,vertical_firing,1.2,lb,ton +ST,AB,dry,wall_fired,1.2,lb,ton +ST,AB,wet,wall_fired,1.2,lb,ton +ST,AB,none,wall_fired,1.2,lb,ton +CA,BFG,dry,cell_burner,0.0154,lb,mcf +CA,BFG,wet,cell_burner,0.0154,lb,mcf +CA,BFG,none,cell_burner,0.0154,lb,mcf +CA,BFG,none,cyclone_firing,0.0154,lb,mcf +CA,BFG,dry,cyclone_firing,0.0154,lb,mcf +CA,BFG,wet,cyclone_firing,0.0154,lb,mcf +CA,BFG,dry,duct_burner,0.0154,lb,mcf +CA,BFG,wet,duct_burner,0.0154,lb,mcf +CA,BFG,none,duct_burner,0.0154,lb,mcf +CA,BFG,none,fluidized_bed_firing,0.0154,lb,mcf +CA,BFG,dry,fluidized_bed_firing,0.0154,lb,mcf +CA,BFG,wet,fluidized_bed_firing,0.0154,lb,mcf +CA,BFG,dry,none,0.0154,lb,mcf +CA,BFG,wet,none,0.0154,lb,mcf +CA,BFG,none,none,0.0304,lb,mcf +CA,BFG,dry,other,0.0154,lb,mcf +CA,BFG,wet,other,0.0154,lb,mcf +CA,BFG,none,other,0.0154,lb,mcf +CA,BFG,none,stoker,0.0154,lb,mcf +CA,BFG,dry,stoker,0.0154,lb,mcf +CA,BFG,wet,stoker,0.0154,lb,mcf +CA,BFG,dry,tangential_firing,0.0154,lb,mcf +CA,BFG,wet,tangential_firing,0.0154,lb,mcf +CA,BFG,none,tangential_firing,0.0154,lb,mcf +CA,BFG,dry,vertical_firing,0.0154,lb,mcf +CA,BFG,wet,vertical_firing,0.0154,lb,mcf +CA,BFG,none,vertical_firing,0.0154,lb,mcf +CA,BFG,dry,wall_fired,0.0154,lb,mcf +CA,BFG,wet,wall_fired,0.0154,lb,mcf +CA,BFG,none,wall_fired,0.0154,lb,mcf +CC,BFG,dry,cell_burner,0.0154,lb,mcf +CC,BFG,wet,cell_burner,0.0154,lb,mcf +CC,BFG,none,cell_burner,0.0154,lb,mcf +CC,BFG,none,cyclone_firing,0.0154,lb,mcf +CC,BFG,dry,cyclone_firing,0.0154,lb,mcf +CC,BFG,wet,cyclone_firing,0.0154,lb,mcf +CC,BFG,dry,duct_burner,0.0154,lb,mcf +CC,BFG,wet,duct_burner,0.0154,lb,mcf +CC,BFG,none,duct_burner,0.0154,lb,mcf +CC,BFG,none,fluidized_bed_firing,0.0154,lb,mcf +CC,BFG,dry,fluidized_bed_firing,0.0154,lb,mcf +CC,BFG,wet,fluidized_bed_firing,0.0154,lb,mcf +CC,BFG,dry,none,0.0154,lb,mcf +CC,BFG,wet,none,0.0154,lb,mcf +CC,BFG,none,none,0.0304,lb,mcf +CC,BFG,dry,other,0.0154,lb,mcf +CC,BFG,wet,other,0.0154,lb,mcf +CC,BFG,none,other,0.0154,lb,mcf +CC,BFG,none,stoker,0.0154,lb,mcf +CC,BFG,dry,stoker,0.0154,lb,mcf +CC,BFG,wet,stoker,0.0154,lb,mcf +CC,BFG,dry,tangential_firing,0.0154,lb,mcf +CC,BFG,wet,tangential_firing,0.0154,lb,mcf +CC,BFG,none,tangential_firing,0.0154,lb,mcf +CC,BFG,dry,vertical_firing,0.0154,lb,mcf +CC,BFG,wet,vertical_firing,0.0154,lb,mcf +CC,BFG,none,vertical_firing,0.0154,lb,mcf +CC,BFG,dry,wall_fired,0.0154,lb,mcf +CC,BFG,wet,wall_fired,0.0154,lb,mcf +CC,BFG,none,wall_fired,0.0154,lb,mcf +CE,BFG,none,none,0.0304,lb,mcf +CS,BFG,dry,cell_burner,0.0154,lb,mcf +CS,BFG,wet,cell_burner,0.0154,lb,mcf +CS,BFG,none,cell_burner,0.0154,lb,mcf +CS,BFG,none,cyclone_firing,0.0154,lb,mcf +CS,BFG,dry,cyclone_firing,0.0154,lb,mcf +CS,BFG,wet,cyclone_firing,0.0154,lb,mcf +CS,BFG,dry,duct_burner,0.0154,lb,mcf +CS,BFG,wet,duct_burner,0.0154,lb,mcf +CS,BFG,none,duct_burner,0.0154,lb,mcf +CS,BFG,none,fluidized_bed_firing,0.0154,lb,mcf +CS,BFG,dry,fluidized_bed_firing,0.0154,lb,mcf +CS,BFG,wet,fluidized_bed_firing,0.0154,lb,mcf +CS,BFG,dry,none,0.0154,lb,mcf +CS,BFG,wet,none,0.0154,lb,mcf +CS,BFG,none,none,0.0304,lb,mcf +CS,BFG,dry,other,0.0154,lb,mcf +CS,BFG,wet,other,0.0154,lb,mcf +CS,BFG,none,other,0.0154,lb,mcf +CS,BFG,none,stoker,0.0154,lb,mcf +CS,BFG,dry,stoker,0.0154,lb,mcf +CS,BFG,wet,stoker,0.0154,lb,mcf +CS,BFG,dry,tangential_firing,0.0154,lb,mcf +CS,BFG,wet,tangential_firing,0.0154,lb,mcf +CS,BFG,none,tangential_firing,0.0154,lb,mcf +CS,BFG,dry,vertical_firing,0.0154,lb,mcf +CS,BFG,wet,vertical_firing,0.0154,lb,mcf +CS,BFG,none,vertical_firing,0.0154,lb,mcf +CS,BFG,dry,wall_fired,0.0154,lb,mcf +CS,BFG,wet,wall_fired,0.0154,lb,mcf +CS,BFG,none,wall_fired,0.0154,lb,mcf +CT,BFG,dry,cell_burner,0.0154,lb,mcf +CT,BFG,wet,cell_burner,0.0154,lb,mcf +CT,BFG,none,cell_burner,0.0154,lb,mcf +CT,BFG,none,cyclone_firing,0.0154,lb,mcf +CT,BFG,dry,cyclone_firing,0.0154,lb,mcf +CT,BFG,wet,cyclone_firing,0.0154,lb,mcf +CT,BFG,dry,duct_burner,0.0154,lb,mcf +CT,BFG,wet,duct_burner,0.0154,lb,mcf +CT,BFG,none,duct_burner,0.0154,lb,mcf +CT,BFG,none,fluidized_bed_firing,0.0154,lb,mcf +CT,BFG,dry,fluidized_bed_firing,0.0154,lb,mcf +CT,BFG,wet,fluidized_bed_firing,0.0154,lb,mcf +CT,BFG,dry,none,0.0154,lb,mcf +CT,BFG,wet,none,0.0154,lb,mcf +CT,BFG,none,none,0.0304,lb,mcf +CT,BFG,dry,other,0.0154,lb,mcf +CT,BFG,wet,other,0.0154,lb,mcf +CT,BFG,none,other,0.0154,lb,mcf +CT,BFG,none,stoker,0.0154,lb,mcf +CT,BFG,dry,stoker,0.0154,lb,mcf +CT,BFG,wet,stoker,0.0154,lb,mcf +CT,BFG,dry,tangential_firing,0.0154,lb,mcf +CT,BFG,wet,tangential_firing,0.0154,lb,mcf +CT,BFG,none,tangential_firing,0.0154,lb,mcf +CT,BFG,dry,vertical_firing,0.0154,lb,mcf +CT,BFG,wet,vertical_firing,0.0154,lb,mcf +CT,BFG,none,vertical_firing,0.0154,lb,mcf +CT,BFG,dry,wall_fired,0.0154,lb,mcf +CT,BFG,wet,wall_fired,0.0154,lb,mcf +CT,BFG,none,wall_fired,0.0154,lb,mcf +GT,BFG,dry,cell_burner,0.0154,lb,mcf +GT,BFG,wet,cell_burner,0.0154,lb,mcf +GT,BFG,none,cell_burner,0.0154,lb,mcf +GT,BFG,none,cyclone_firing,0.0154,lb,mcf +GT,BFG,dry,cyclone_firing,0.0154,lb,mcf +GT,BFG,wet,cyclone_firing,0.0154,lb,mcf +GT,BFG,dry,duct_burner,0.0154,lb,mcf +GT,BFG,wet,duct_burner,0.0154,lb,mcf +GT,BFG,none,duct_burner,0.0154,lb,mcf +GT,BFG,none,fluidized_bed_firing,0.0154,lb,mcf +GT,BFG,dry,fluidized_bed_firing,0.0154,lb,mcf +GT,BFG,wet,fluidized_bed_firing,0.0154,lb,mcf +GT,BFG,dry,none,0.0154,lb,mcf +GT,BFG,wet,none,0.0154,lb,mcf +GT,BFG,none,none,0.0304,lb,mcf +GT,BFG,dry,other,0.0154,lb,mcf +GT,BFG,wet,other,0.0154,lb,mcf +GT,BFG,none,other,0.0154,lb,mcf +GT,BFG,none,stoker,0.0154,lb,mcf +GT,BFG,dry,stoker,0.0154,lb,mcf +GT,BFG,wet,stoker,0.0154,lb,mcf +GT,BFG,dry,tangential_firing,0.0154,lb,mcf +GT,BFG,wet,tangential_firing,0.0154,lb,mcf +GT,BFG,none,tangential_firing,0.0154,lb,mcf +GT,BFG,dry,vertical_firing,0.0154,lb,mcf +GT,BFG,wet,vertical_firing,0.0154,lb,mcf +GT,BFG,none,vertical_firing,0.0154,lb,mcf +GT,BFG,dry,wall_fired,0.0154,lb,mcf +GT,BFG,wet,wall_fired,0.0154,lb,mcf +GT,BFG,none,wall_fired,0.0154,lb,mcf +IC,BFG,none,none,0.25655,lb,mcf +OT,BFG,dry,cell_burner,0.0154,lb,mcf +OT,BFG,wet,cell_burner,0.0154,lb,mcf +OT,BFG,none,cell_burner,0.0154,lb,mcf +OT,BFG,none,cyclone_firing,0.0154,lb,mcf +OT,BFG,dry,cyclone_firing,0.0154,lb,mcf +OT,BFG,wet,cyclone_firing,0.0154,lb,mcf +OT,BFG,dry,duct_burner,0.0154,lb,mcf +OT,BFG,wet,duct_burner,0.0154,lb,mcf +OT,BFG,none,duct_burner,0.0154,lb,mcf +OT,BFG,none,fluidized_bed_firing,0.0154,lb,mcf +OT,BFG,dry,fluidized_bed_firing,0.0154,lb,mcf +OT,BFG,wet,fluidized_bed_firing,0.0154,lb,mcf +OT,BFG,dry,none,0.0154,lb,mcf +OT,BFG,wet,none,0.0154,lb,mcf OT,BFG,none,none,0.0154,lb,mcf -ST,BFG,none,none,0.0154,lb,mcf +OT,BFG,dry,other,0.0154,lb,mcf +OT,BFG,wet,other,0.0154,lb,mcf +OT,BFG,none,other,0.0154,lb,mcf +OT,BFG,none,stoker,0.0154,lb,mcf +OT,BFG,dry,stoker,0.0154,lb,mcf +OT,BFG,wet,stoker,0.0154,lb,mcf +OT,BFG,dry,tangential_firing,0.0154,lb,mcf +OT,BFG,wet,tangential_firing,0.0154,lb,mcf +OT,BFG,none,tangential_firing,0.0154,lb,mcf +OT,BFG,dry,vertical_firing,0.0154,lb,mcf +OT,BFG,wet,vertical_firing,0.0154,lb,mcf +OT,BFG,none,vertical_firing,0.0154,lb,mcf +OT,BFG,dry,wall_fired,0.0154,lb,mcf +OT,BFG,wet,wall_fired,0.0154,lb,mcf +OT,BFG,none,wall_fired,0.0154,lb,mcf +ST,BFG,dry,cell_burner,0.0154,lb,mcf +ST,BFG,wet,cell_burner,0.0154,lb,mcf +ST,BFG,none,cell_burner,0.0154,lb,mcf +ST,BFG,none,cyclone_firing,0.0154,lb,mcf +ST,BFG,dry,cyclone_firing,0.0154,lb,mcf +ST,BFG,wet,cyclone_firing,0.0154,lb,mcf +ST,BFG,dry,duct_burner,0.0154,lb,mcf +ST,BFG,wet,duct_burner,0.0154,lb,mcf +ST,BFG,none,duct_burner,0.0154,lb,mcf +ST,BFG,none,fluidized_bed_firing,0.0154,lb,mcf +ST,BFG,dry,fluidized_bed_firing,0.0154,lb,mcf +ST,BFG,wet,fluidized_bed_firing,0.0154,lb,mcf ST,BFG,dry,none,0.0154,lb,mcf -ST,BFG,wet,tangential_firing,0.0154,lb,mcf +ST,BFG,wet,none,0.0154,lb,mcf +ST,BFG,none,none,0.0154,lb,mcf +ST,BFG,dry,other,0.0154,lb,mcf +ST,BFG,wet,other,0.0154,lb,mcf +ST,BFG,none,other,0.0154,lb,mcf +ST,BFG,none,stoker,0.0154,lb,mcf +ST,BFG,dry,stoker,0.0154,lb,mcf +ST,BFG,wet,stoker,0.0154,lb,mcf ST,BFG,dry,tangential_firing,0.0154,lb,mcf +ST,BFG,wet,tangential_firing,0.0154,lb,mcf ST,BFG,none,tangential_firing,0.0154,lb,mcf +ST,BFG,dry,vertical_firing,0.0154,lb,mcf +ST,BFG,wet,vertical_firing,0.0154,lb,mcf +ST,BFG,none,vertical_firing,0.0154,lb,mcf ST,BFG,dry,wall_fired,0.0154,lb,mcf +ST,BFG,wet,wall_fired,0.0154,lb,mcf ST,BFG,none,wall_fired,0.0154,lb,mcf -CA,BIT,dry,duct_burner,12,lb,ton -CA,BIT,none,duct_burner,12,lb,ton -CA,BIT,wet,duct_burner,31,lb,ton -CA,BIT,none,none,12,lb,ton -ST,BIT,dry,cell_burner,12,lb,ton -ST,BIT,dry,cyclone_firing,33,lb,ton -ST,BIT,none,cyclone_firing,33,lb,ton -ST,BIT,wet,cyclone_firing,33,lb,ton -ST,BIT,dry,fluidized_bed_firing,5,lb,ton -ST,BIT,none,fluidized_bed_firing,5,lb,ton -ST,BIT,wet,fluidized_bed_firing,5,lb,ton -ST,BIT,none,none,12,lb,ton -ST,BIT,dry,none,12,lb,ton -ST,BIT,wet,none,31,lb,ton -ST,BIT,dry,other,12,lb,ton -ST,BIT,none,other,12,lb,ton -ST,BIT,wet,other,31,lb,ton -ST,BIT,dry,stoker,11,lb,ton -ST,BIT,none,stoker,11,lb,ton -ST,BIT,wet,stoker,11,lb,ton -ST,BIT,dry,tangential_firing,10,lb,ton -ST,BIT,none,tangential_firing,10,lb,ton -ST,BIT,wet,tangential_firing,14,lb,ton -ST,BIT,dry,vertical_firing,12,lb,ton -ST,BIT,wet,vertical_firing,31,lb,ton -ST,BIT,dry,wall_fired,12,lb,ton -ST,BIT,none,wall_fired,12,lb,ton -ST,BIT,wet,wall_fired,31,lb,ton +CA,BIT,dry,cell_burner,12.0,lb,ton +CA,BIT,wet,cell_burner,31.0,lb,ton +CA,BIT,none,cell_burner,12.0,lb,ton +CA,BIT,none,cyclone_firing,33.0,lb,ton +CA,BIT,dry,cyclone_firing,33.0,lb,ton +CA,BIT,wet,cyclone_firing,33.0,lb,ton +CA,BIT,dry,duct_burner,12.0,lb,ton +CA,BIT,wet,duct_burner,31.0,lb,ton +CA,BIT,none,duct_burner,12.0,lb,ton +CA,BIT,none,fluidized_bed_firing,5.0,lb,ton +CA,BIT,dry,fluidized_bed_firing,5.0,lb,ton +CA,BIT,wet,fluidized_bed_firing,5.0,lb,ton +CA,BIT,dry,none,12.0,lb,ton +CA,BIT,wet,none,31.0,lb,ton +CA,BIT,none,none,12.0,lb,ton +CA,BIT,dry,other,12.0,lb,ton +CA,BIT,wet,other,31.0,lb,ton +CA,BIT,none,other,12.0,lb,ton +CA,BIT,none,stoker,11.0,lb,ton +CA,BIT,dry,stoker,11.0,lb,ton +CA,BIT,wet,stoker,11.0,lb,ton +CA,BIT,dry,tangential_firing,10.0,lb,ton +CA,BIT,wet,tangential_firing,14.0,lb,ton +CA,BIT,none,tangential_firing,10.0,lb,ton +CA,BIT,dry,vertical_firing,12.0,lb,ton +CA,BIT,wet,vertical_firing,31.0,lb,ton +CA,BIT,none,vertical_firing,12.0,lb,ton +CA,BIT,dry,wall_fired,12.0,lb,ton +CA,BIT,wet,wall_fired,31.0,lb,ton +CA,BIT,none,wall_fired,12.0,lb,ton +CC,BIT,dry,cell_burner,12.0,lb,ton +CC,BIT,wet,cell_burner,31.0,lb,ton +CC,BIT,none,cell_burner,12.0,lb,ton +CC,BIT,none,cyclone_firing,33.0,lb,ton +CC,BIT,dry,cyclone_firing,33.0,lb,ton +CC,BIT,wet,cyclone_firing,33.0,lb,ton +CC,BIT,dry,duct_burner,12.0,lb,ton +CC,BIT,wet,duct_burner,31.0,lb,ton +CC,BIT,none,duct_burner,12.0,lb,ton +CC,BIT,none,fluidized_bed_firing,5.0,lb,ton +CC,BIT,dry,fluidized_bed_firing,5.0,lb,ton +CC,BIT,wet,fluidized_bed_firing,5.0,lb,ton +CC,BIT,dry,none,12.0,lb,ton +CC,BIT,wet,none,31.0,lb,ton +CC,BIT,none,none,12.0,lb,ton +CC,BIT,dry,other,12.0,lb,ton +CC,BIT,wet,other,31.0,lb,ton +CC,BIT,none,other,12.0,lb,ton +CC,BIT,none,stoker,11.0,lb,ton +CC,BIT,dry,stoker,11.0,lb,ton +CC,BIT,wet,stoker,11.0,lb,ton +CC,BIT,dry,tangential_firing,10.0,lb,ton +CC,BIT,wet,tangential_firing,14.0,lb,ton +CC,BIT,none,tangential_firing,10.0,lb,ton +CC,BIT,dry,vertical_firing,12.0,lb,ton +CC,BIT,wet,vertical_firing,31.0,lb,ton +CC,BIT,none,vertical_firing,12.0,lb,ton +CC,BIT,dry,wall_fired,12.0,lb,ton +CC,BIT,wet,wall_fired,31.0,lb,ton +CC,BIT,none,wall_fired,12.0,lb,ton +CE,BIT,none,none,12.0,lb,ton +CS,BIT,dry,cell_burner,12.0,lb,ton +CS,BIT,wet,cell_burner,31.0,lb,ton +CS,BIT,none,cell_burner,12.0,lb,ton +CS,BIT,none,cyclone_firing,33.0,lb,ton +CS,BIT,dry,cyclone_firing,33.0,lb,ton +CS,BIT,wet,cyclone_firing,33.0,lb,ton +CS,BIT,dry,duct_burner,12.0,lb,ton +CS,BIT,wet,duct_burner,31.0,lb,ton +CS,BIT,none,duct_burner,12.0,lb,ton +CS,BIT,none,fluidized_bed_firing,5.0,lb,ton +CS,BIT,dry,fluidized_bed_firing,5.0,lb,ton +CS,BIT,wet,fluidized_bed_firing,5.0,lb,ton +CS,BIT,dry,none,12.0,lb,ton +CS,BIT,wet,none,31.0,lb,ton +CS,BIT,none,none,12.0,lb,ton +CS,BIT,dry,other,12.0,lb,ton +CS,BIT,wet,other,31.0,lb,ton +CS,BIT,none,other,12.0,lb,ton +CS,BIT,none,stoker,11.0,lb,ton +CS,BIT,dry,stoker,11.0,lb,ton +CS,BIT,wet,stoker,11.0,lb,ton +CS,BIT,dry,tangential_firing,10.0,lb,ton +CS,BIT,wet,tangential_firing,14.0,lb,ton +CS,BIT,none,tangential_firing,10.0,lb,ton +CS,BIT,dry,vertical_firing,12.0,lb,ton +CS,BIT,wet,vertical_firing,31.0,lb,ton +CS,BIT,none,vertical_firing,12.0,lb,ton +CS,BIT,dry,wall_fired,12.0,lb,ton +CS,BIT,wet,wall_fired,31.0,lb,ton +CS,BIT,none,wall_fired,12.0,lb,ton +CT,BIT,dry,cell_burner,12.0,lb,ton +CT,BIT,wet,cell_burner,31.0,lb,ton +CT,BIT,none,cell_burner,12.0,lb,ton +CT,BIT,none,cyclone_firing,33.0,lb,ton +CT,BIT,dry,cyclone_firing,33.0,lb,ton +CT,BIT,wet,cyclone_firing,33.0,lb,ton +CT,BIT,dry,duct_burner,12.0,lb,ton +CT,BIT,wet,duct_burner,31.0,lb,ton +CT,BIT,none,duct_burner,12.0,lb,ton +CT,BIT,none,fluidized_bed_firing,5.0,lb,ton +CT,BIT,dry,fluidized_bed_firing,5.0,lb,ton +CT,BIT,wet,fluidized_bed_firing,5.0,lb,ton +CT,BIT,dry,none,12.0,lb,ton +CT,BIT,wet,none,31.0,lb,ton +CT,BIT,none,none,12.0,lb,ton +CT,BIT,dry,other,12.0,lb,ton +CT,BIT,wet,other,31.0,lb,ton +CT,BIT,none,other,12.0,lb,ton +CT,BIT,none,stoker,11.0,lb,ton +CT,BIT,dry,stoker,11.0,lb,ton +CT,BIT,wet,stoker,11.0,lb,ton +CT,BIT,dry,tangential_firing,10.0,lb,ton +CT,BIT,wet,tangential_firing,14.0,lb,ton +CT,BIT,none,tangential_firing,10.0,lb,ton +CT,BIT,dry,vertical_firing,12.0,lb,ton +CT,BIT,wet,vertical_firing,31.0,lb,ton +CT,BIT,none,vertical_firing,12.0,lb,ton +CT,BIT,dry,wall_fired,12.0,lb,ton +CT,BIT,wet,wall_fired,31.0,lb,ton +CT,BIT,none,wall_fired,12.0,lb,ton +GT,BIT,dry,cell_burner,12.0,lb,ton +GT,BIT,wet,cell_burner,31.0,lb,ton +GT,BIT,none,cell_burner,12.0,lb,ton +GT,BIT,none,cyclone_firing,33.0,lb,ton +GT,BIT,dry,cyclone_firing,33.0,lb,ton +GT,BIT,wet,cyclone_firing,33.0,lb,ton +GT,BIT,dry,duct_burner,12.0,lb,ton +GT,BIT,wet,duct_burner,31.0,lb,ton +GT,BIT,none,duct_burner,12.0,lb,ton +GT,BIT,none,fluidized_bed_firing,5.0,lb,ton +GT,BIT,dry,fluidized_bed_firing,5.0,lb,ton +GT,BIT,wet,fluidized_bed_firing,5.0,lb,ton +GT,BIT,dry,none,12.0,lb,ton +GT,BIT,wet,none,31.0,lb,ton +GT,BIT,none,none,12.0,lb,ton +GT,BIT,dry,other,12.0,lb,ton +GT,BIT,wet,other,31.0,lb,ton +GT,BIT,none,other,12.0,lb,ton +GT,BIT,none,stoker,11.0,lb,ton +GT,BIT,dry,stoker,11.0,lb,ton +GT,BIT,wet,stoker,11.0,lb,ton +GT,BIT,dry,tangential_firing,10.0,lb,ton +GT,BIT,wet,tangential_firing,14.0,lb,ton +GT,BIT,none,tangential_firing,10.0,lb,ton +GT,BIT,dry,vertical_firing,12.0,lb,ton +GT,BIT,wet,vertical_firing,31.0,lb,ton +GT,BIT,none,vertical_firing,12.0,lb,ton +GT,BIT,dry,wall_fired,12.0,lb,ton +GT,BIT,wet,wall_fired,31.0,lb,ton +GT,BIT,none,wall_fired,12.0,lb,ton +IC,BIT,none,none,12.0,lb,ton +OT,BIT,dry,cell_burner,12.0,lb,ton +OT,BIT,wet,cell_burner,31.0,lb,ton +OT,BIT,none,cell_burner,12.0,lb,ton +OT,BIT,none,cyclone_firing,33.0,lb,ton +OT,BIT,dry,cyclone_firing,33.0,lb,ton +OT,BIT,wet,cyclone_firing,33.0,lb,ton +OT,BIT,dry,duct_burner,12.0,lb,ton +OT,BIT,wet,duct_burner,31.0,lb,ton +OT,BIT,none,duct_burner,12.0,lb,ton +OT,BIT,none,fluidized_bed_firing,5.0,lb,ton +OT,BIT,dry,fluidized_bed_firing,5.0,lb,ton +OT,BIT,wet,fluidized_bed_firing,5.0,lb,ton +OT,BIT,dry,none,12.0,lb,ton +OT,BIT,wet,none,31.0,lb,ton +OT,BIT,none,none,12.0,lb,ton +OT,BIT,dry,other,12.0,lb,ton +OT,BIT,wet,other,31.0,lb,ton +OT,BIT,none,other,12.0,lb,ton +OT,BIT,none,stoker,11.0,lb,ton +OT,BIT,dry,stoker,11.0,lb,ton +OT,BIT,wet,stoker,11.0,lb,ton +OT,BIT,dry,tangential_firing,10.0,lb,ton +OT,BIT,wet,tangential_firing,14.0,lb,ton +OT,BIT,none,tangential_firing,10.0,lb,ton +OT,BIT,dry,vertical_firing,12.0,lb,ton +OT,BIT,wet,vertical_firing,31.0,lb,ton +OT,BIT,none,vertical_firing,12.0,lb,ton +OT,BIT,dry,wall_fired,12.0,lb,ton +OT,BIT,wet,wall_fired,31.0,lb,ton +OT,BIT,none,wall_fired,12.0,lb,ton +ST,BIT,dry,cell_burner,12.0,lb,ton +ST,BIT,wet,cell_burner,31.0,lb,ton +ST,BIT,none,cell_burner,12.0,lb,ton +ST,BIT,none,cyclone_firing,33.0,lb,ton +ST,BIT,dry,cyclone_firing,33.0,lb,ton +ST,BIT,wet,cyclone_firing,33.0,lb,ton +ST,BIT,dry,duct_burner,12.0,lb,ton +ST,BIT,wet,duct_burner,31.0,lb,ton +ST,BIT,none,duct_burner,12.0,lb,ton +ST,BIT,none,fluidized_bed_firing,5.0,lb,ton +ST,BIT,dry,fluidized_bed_firing,5.0,lb,ton +ST,BIT,wet,fluidized_bed_firing,5.0,lb,ton +ST,BIT,dry,none,12.0,lb,ton +ST,BIT,wet,none,31.0,lb,ton +ST,BIT,none,none,12.0,lb,ton +ST,BIT,dry,other,12.0,lb,ton +ST,BIT,wet,other,31.0,lb,ton +ST,BIT,none,other,12.0,lb,ton +ST,BIT,none,stoker,11.0,lb,ton +ST,BIT,dry,stoker,11.0,lb,ton +ST,BIT,wet,stoker,11.0,lb,ton +ST,BIT,dry,tangential_firing,10.0,lb,ton +ST,BIT,wet,tangential_firing,14.0,lb,ton +ST,BIT,none,tangential_firing,10.0,lb,ton +ST,BIT,dry,vertical_firing,12.0,lb,ton +ST,BIT,wet,vertical_firing,31.0,lb,ton +ST,BIT,none,vertical_firing,12.0,lb,ton +ST,BIT,dry,wall_fired,12.0,lb,ton +ST,BIT,wet,wall_fired,31.0,lb,ton +ST,BIT,none,wall_fired,12.0,lb,ton +CA,BLQ,dry,cell_burner,1.5,lb,ton +CA,BLQ,wet,cell_burner,1.5,lb,ton +CA,BLQ,none,cell_burner,1.5,lb,ton +CA,BLQ,none,cyclone_firing,1.5,lb,ton +CA,BLQ,dry,cyclone_firing,1.5,lb,ton +CA,BLQ,wet,cyclone_firing,1.5,lb,ton +CA,BLQ,dry,duct_burner,1.5,lb,ton +CA,BLQ,wet,duct_burner,1.5,lb,ton +CA,BLQ,none,duct_burner,1.5,lb,ton +CA,BLQ,none,fluidized_bed_firing,1.5,lb,ton +CA,BLQ,dry,fluidized_bed_firing,1.5,lb,ton +CA,BLQ,wet,fluidized_bed_firing,1.5,lb,ton +CA,BLQ,dry,none,1.5,lb,ton +CA,BLQ,wet,none,1.5,lb,ton +CA,BLQ,none,none,1.5,lb,ton +CA,BLQ,dry,other,1.5,lb,ton +CA,BLQ,wet,other,1.5,lb,ton +CA,BLQ,none,other,1.5,lb,ton +CA,BLQ,none,stoker,1.5,lb,ton +CA,BLQ,dry,stoker,1.5,lb,ton +CA,BLQ,wet,stoker,1.5,lb,ton +CA,BLQ,dry,tangential_firing,1.5,lb,ton +CA,BLQ,wet,tangential_firing,1.5,lb,ton +CA,BLQ,none,tangential_firing,1.5,lb,ton +CA,BLQ,dry,vertical_firing,1.5,lb,ton +CA,BLQ,wet,vertical_firing,1.5,lb,ton +CA,BLQ,none,vertical_firing,1.5,lb,ton +CA,BLQ,dry,wall_fired,1.5,lb,ton +CA,BLQ,wet,wall_fired,1.5,lb,ton +CA,BLQ,none,wall_fired,1.5,lb,ton +CC,BLQ,dry,cell_burner,1.5,lb,ton +CC,BLQ,wet,cell_burner,1.5,lb,ton +CC,BLQ,none,cell_burner,1.5,lb,ton +CC,BLQ,none,cyclone_firing,1.5,lb,ton +CC,BLQ,dry,cyclone_firing,1.5,lb,ton +CC,BLQ,wet,cyclone_firing,1.5,lb,ton +CC,BLQ,dry,duct_burner,1.5,lb,ton +CC,BLQ,wet,duct_burner,1.5,lb,ton +CC,BLQ,none,duct_burner,1.5,lb,ton +CC,BLQ,none,fluidized_bed_firing,1.5,lb,ton +CC,BLQ,dry,fluidized_bed_firing,1.5,lb,ton +CC,BLQ,wet,fluidized_bed_firing,1.5,lb,ton +CC,BLQ,dry,none,1.5,lb,ton +CC,BLQ,wet,none,1.5,lb,ton +CC,BLQ,none,none,1.5,lb,ton +CC,BLQ,dry,other,1.5,lb,ton +CC,BLQ,wet,other,1.5,lb,ton +CC,BLQ,none,other,1.5,lb,ton +CC,BLQ,none,stoker,1.5,lb,ton +CC,BLQ,dry,stoker,1.5,lb,ton +CC,BLQ,wet,stoker,1.5,lb,ton +CC,BLQ,dry,tangential_firing,1.5,lb,ton +CC,BLQ,wet,tangential_firing,1.5,lb,ton +CC,BLQ,none,tangential_firing,1.5,lb,ton +CC,BLQ,dry,vertical_firing,1.5,lb,ton +CC,BLQ,wet,vertical_firing,1.5,lb,ton +CC,BLQ,none,vertical_firing,1.5,lb,ton +CC,BLQ,dry,wall_fired,1.5,lb,ton +CC,BLQ,wet,wall_fired,1.5,lb,ton +CC,BLQ,none,wall_fired,1.5,lb,ton +CE,BLQ,none,none,1.5,lb,ton +CS,BLQ,dry,cell_burner,1.5,lb,ton +CS,BLQ,wet,cell_burner,1.5,lb,ton +CS,BLQ,none,cell_burner,1.5,lb,ton +CS,BLQ,none,cyclone_firing,1.5,lb,ton +CS,BLQ,dry,cyclone_firing,1.5,lb,ton +CS,BLQ,wet,cyclone_firing,1.5,lb,ton +CS,BLQ,dry,duct_burner,1.5,lb,ton +CS,BLQ,wet,duct_burner,1.5,lb,ton +CS,BLQ,none,duct_burner,1.5,lb,ton +CS,BLQ,none,fluidized_bed_firing,1.5,lb,ton +CS,BLQ,dry,fluidized_bed_firing,1.5,lb,ton +CS,BLQ,wet,fluidized_bed_firing,1.5,lb,ton +CS,BLQ,dry,none,1.5,lb,ton +CS,BLQ,wet,none,1.5,lb,ton +CS,BLQ,none,none,1.5,lb,ton +CS,BLQ,dry,other,1.5,lb,ton +CS,BLQ,wet,other,1.5,lb,ton +CS,BLQ,none,other,1.5,lb,ton +CS,BLQ,none,stoker,1.5,lb,ton +CS,BLQ,dry,stoker,1.5,lb,ton +CS,BLQ,wet,stoker,1.5,lb,ton +CS,BLQ,dry,tangential_firing,1.5,lb,ton +CS,BLQ,wet,tangential_firing,1.5,lb,ton +CS,BLQ,none,tangential_firing,1.5,lb,ton +CS,BLQ,dry,vertical_firing,1.5,lb,ton +CS,BLQ,wet,vertical_firing,1.5,lb,ton +CS,BLQ,none,vertical_firing,1.5,lb,ton +CS,BLQ,dry,wall_fired,1.5,lb,ton +CS,BLQ,wet,wall_fired,1.5,lb,ton +CS,BLQ,none,wall_fired,1.5,lb,ton +CT,BLQ,dry,cell_burner,1.5,lb,ton +CT,BLQ,wet,cell_burner,1.5,lb,ton +CT,BLQ,none,cell_burner,1.5,lb,ton +CT,BLQ,none,cyclone_firing,1.5,lb,ton +CT,BLQ,dry,cyclone_firing,1.5,lb,ton +CT,BLQ,wet,cyclone_firing,1.5,lb,ton +CT,BLQ,dry,duct_burner,1.5,lb,ton +CT,BLQ,wet,duct_burner,1.5,lb,ton +CT,BLQ,none,duct_burner,1.5,lb,ton +CT,BLQ,none,fluidized_bed_firing,1.5,lb,ton +CT,BLQ,dry,fluidized_bed_firing,1.5,lb,ton +CT,BLQ,wet,fluidized_bed_firing,1.5,lb,ton +CT,BLQ,dry,none,1.5,lb,ton +CT,BLQ,wet,none,1.5,lb,ton +CT,BLQ,none,none,1.5,lb,ton +CT,BLQ,dry,other,1.5,lb,ton +CT,BLQ,wet,other,1.5,lb,ton +CT,BLQ,none,other,1.5,lb,ton +CT,BLQ,none,stoker,1.5,lb,ton +CT,BLQ,dry,stoker,1.5,lb,ton +CT,BLQ,wet,stoker,1.5,lb,ton +CT,BLQ,dry,tangential_firing,1.5,lb,ton +CT,BLQ,wet,tangential_firing,1.5,lb,ton +CT,BLQ,none,tangential_firing,1.5,lb,ton +CT,BLQ,dry,vertical_firing,1.5,lb,ton +CT,BLQ,wet,vertical_firing,1.5,lb,ton +CT,BLQ,none,vertical_firing,1.5,lb,ton +CT,BLQ,dry,wall_fired,1.5,lb,ton +CT,BLQ,wet,wall_fired,1.5,lb,ton +CT,BLQ,none,wall_fired,1.5,lb,ton +GT,BLQ,dry,cell_burner,1.5,lb,ton +GT,BLQ,wet,cell_burner,1.5,lb,ton +GT,BLQ,none,cell_burner,1.5,lb,ton +GT,BLQ,none,cyclone_firing,1.5,lb,ton +GT,BLQ,dry,cyclone_firing,1.5,lb,ton +GT,BLQ,wet,cyclone_firing,1.5,lb,ton +GT,BLQ,dry,duct_burner,1.5,lb,ton +GT,BLQ,wet,duct_burner,1.5,lb,ton +GT,BLQ,none,duct_burner,1.5,lb,ton +GT,BLQ,none,fluidized_bed_firing,1.5,lb,ton +GT,BLQ,dry,fluidized_bed_firing,1.5,lb,ton +GT,BLQ,wet,fluidized_bed_firing,1.5,lb,ton +GT,BLQ,dry,none,1.5,lb,ton +GT,BLQ,wet,none,1.5,lb,ton +GT,BLQ,none,none,1.5,lb,ton +GT,BLQ,dry,other,1.5,lb,ton +GT,BLQ,wet,other,1.5,lb,ton +GT,BLQ,none,other,1.5,lb,ton +GT,BLQ,none,stoker,1.5,lb,ton +GT,BLQ,dry,stoker,1.5,lb,ton +GT,BLQ,wet,stoker,1.5,lb,ton +GT,BLQ,dry,tangential_firing,1.5,lb,ton +GT,BLQ,wet,tangential_firing,1.5,lb,ton +GT,BLQ,none,tangential_firing,1.5,lb,ton +GT,BLQ,dry,vertical_firing,1.5,lb,ton +GT,BLQ,wet,vertical_firing,1.5,lb,ton +GT,BLQ,none,vertical_firing,1.5,lb,ton +GT,BLQ,dry,wall_fired,1.5,lb,ton +GT,BLQ,wet,wall_fired,1.5,lb,ton +GT,BLQ,none,wall_fired,1.5,lb,ton +IC,BLQ,none,none,1.5,lb,ton +OT,BLQ,dry,cell_burner,1.5,lb,ton +OT,BLQ,wet,cell_burner,1.5,lb,ton +OT,BLQ,none,cell_burner,1.5,lb,ton +OT,BLQ,none,cyclone_firing,1.5,lb,ton +OT,BLQ,dry,cyclone_firing,1.5,lb,ton +OT,BLQ,wet,cyclone_firing,1.5,lb,ton +OT,BLQ,dry,duct_burner,1.5,lb,ton +OT,BLQ,wet,duct_burner,1.5,lb,ton +OT,BLQ,none,duct_burner,1.5,lb,ton +OT,BLQ,none,fluidized_bed_firing,1.5,lb,ton +OT,BLQ,dry,fluidized_bed_firing,1.5,lb,ton +OT,BLQ,wet,fluidized_bed_firing,1.5,lb,ton +OT,BLQ,dry,none,1.5,lb,ton +OT,BLQ,wet,none,1.5,lb,ton +OT,BLQ,none,none,1.5,lb,ton +OT,BLQ,dry,other,1.5,lb,ton +OT,BLQ,wet,other,1.5,lb,ton +OT,BLQ,none,other,1.5,lb,ton +OT,BLQ,none,stoker,1.5,lb,ton +OT,BLQ,dry,stoker,1.5,lb,ton +OT,BLQ,wet,stoker,1.5,lb,ton +OT,BLQ,dry,tangential_firing,1.5,lb,ton +OT,BLQ,wet,tangential_firing,1.5,lb,ton +OT,BLQ,none,tangential_firing,1.5,lb,ton +OT,BLQ,dry,vertical_firing,1.5,lb,ton +OT,BLQ,wet,vertical_firing,1.5,lb,ton +OT,BLQ,none,vertical_firing,1.5,lb,ton +OT,BLQ,dry,wall_fired,1.5,lb,ton +OT,BLQ,wet,wall_fired,1.5,lb,ton +OT,BLQ,none,wall_fired,1.5,lb,ton ST,BLQ,dry,cell_burner,1.5,lb,ton +ST,BLQ,wet,cell_burner,1.5,lb,ton +ST,BLQ,none,cell_burner,1.5,lb,ton ST,BLQ,none,cyclone_firing,1.5,lb,ton +ST,BLQ,dry,cyclone_firing,1.5,lb,ton +ST,BLQ,wet,cyclone_firing,1.5,lb,ton +ST,BLQ,dry,duct_burner,1.5,lb,ton +ST,BLQ,wet,duct_burner,1.5,lb,ton ST,BLQ,none,duct_burner,1.5,lb,ton -ST,BLQ,dry,fluidized_bed_firing,1.5,lb,ton ST,BLQ,none,fluidized_bed_firing,1.5,lb,ton +ST,BLQ,dry,fluidized_bed_firing,1.5,lb,ton ST,BLQ,wet,fluidized_bed_firing,1.5,lb,ton -ST,BLQ,none,none,1.5,lb,ton ST,BLQ,dry,none,1.5,lb,ton ST,BLQ,wet,none,1.5,lb,ton +ST,BLQ,none,none,1.5,lb,ton ST,BLQ,dry,other,1.5,lb,ton +ST,BLQ,wet,other,1.5,lb,ton ST,BLQ,none,other,1.5,lb,ton -ST,BLQ,dry,stoker,1.5,lb,ton ST,BLQ,none,stoker,1.5,lb,ton +ST,BLQ,dry,stoker,1.5,lb,ton ST,BLQ,wet,stoker,1.5,lb,ton ST,BLQ,dry,tangential_firing,1.5,lb,ton -ST,BLQ,none,tangential_firing,1.5,lb,ton ST,BLQ,wet,tangential_firing,1.5,lb,ton +ST,BLQ,none,tangential_firing,1.5,lb,ton ST,BLQ,dry,vertical_firing,1.5,lb,ton +ST,BLQ,wet,vertical_firing,1.5,lb,ton +ST,BLQ,none,vertical_firing,1.5,lb,ton ST,BLQ,dry,wall_fired,1.5,lb,ton -ST,BLQ,none,wall_fired,1.5,lb,ton ST,BLQ,wet,wall_fired,1.5,lb,ton -OT,COG,none,none,0.0154,lb,mcf -ST,COG,none,cyclone_firing,0.0154,lb,mcf -ST,COG,none,none,0.0154,lb,mcf -ST,COG,none,wall_fired,0.0154,lb,mcf -CA,DFO,none,cell_burner,5.124,lb,barrels -CA,DFO,dry,duct_burner,5.124,lb,barrels -CA,DFO,none,duct_burner,5.124,lb,barrels -CA,DFO,none,none,5.124,lb,barrels -CA,DFO,none,other,5.124,lb,barrels -CA,DFO,dry,other,5.124,lb,barrels -CA,DFO,none,wall_fired,5.124,lb,barrels -CS,DFO,none,none,5.124,lb,barrels -CT,DFO,none,CC,5.124,lb,barrels -CT,DFO,none,cell_burner,5.124,lb,barrels -CT,DFO,dry,duct_burner,5.124,lb,barrels -CT,DFO,none,duct_burner,5.124,lb,barrels -CT,DFO,none,none,5.124,lb,barrels -CT,DFO,dry,other,5.124,lb,barrels -CT,DFO,none,other,5.124,lb,barrels -CT,DFO,none,tangential_firing,5.124,lb,barrels -CT,DFO,none,wall_fired,5.124,lb,barrels -CT,DFO,dry,wall_fired,5.124,lb,barrels -GT,DFO,none,CT,5.124,lb,barrels -GT,DFO,none,none,5.124,lb,barrels -IC,DFO,none,none,18.6396,lb,barrels -ST,DFO,dry,cell_burner,1.008,lb,barrels -ST,DFO,dry,cyclone_firing,1.008,lb,barrels -ST,DFO,none,cyclone_firing,1.008,lb,barrels -ST,DFO,wet,cyclone_firing,1.008,lb,barrels -ST,DFO,none,duct_burner,1.008,lb,barrels -ST,DFO,dry,fluidized_bed_firing,1.008,lb,barrels -ST,DFO,none,fluidized_bed_firing,1.008,lb,barrels -ST,DFO,wet,fluidized_bed_firing,1.008,lb,barrels -ST,DFO,dry,none,1.008,lb,barrels -ST,DFO,none,none,1.008,lb,barrels -ST,DFO,wet,none,1.008,lb,barrels -ST,DFO,dry,other,1.008,lb,barrels -ST,DFO,none,other,1.008,lb,barrels -ST,DFO,dry,stoker,1.008,lb,barrels -ST,DFO,wet,stoker,1.008,lb,barrels -ST,DFO,dry,tangential_firing,1.008,lb,barrels -ST,DFO,none,tangential_firing,1.008,lb,barrels -ST,DFO,wet,tangential_firing,1.008,lb,barrels -ST,DFO,dry,vertical_firing,1.008,lb,barrels -ST,DFO,dry,wall_fired,1.008,lb,barrels -ST,DFO,none,wall_fired,1.008,lb,barrels -ST,DFO,wet,wall_fired,1.008,lb,barrels -BT,GEO,none,none,0,lb,MMBtu -ST,GEO,none,none,0.000305,lb,MMBtu -GT,JF,none,CT,4.9896,lb,barrels -GT,JF,none,none,4.9896,lb,barrels -IC,JF,none,none,18.144,lb,barrels -ST,JF,none,none,1.008,lb,barrels -CA,KER,none,none,4.9896,lb,barrels -CA,KER,none,duct_burner,4.9896,lb,barrels -CA,KER,none,other,4.9896,lb,barrels -CT,KER,none,duct_burner,4.9896,lb,barrels -CT,KER,none,none,4.9896,lb,barrels -CT,KER,none,other,4.9896,lb,barrels -GT,KER,none,CT,4.9896,lb,barrels -GT,KER,none,none,4.9896,lb,barrels -ST,KER,none,none,1.008,lb,barrels +ST,BLQ,none,wall_fired,1.5,lb,ton +CA,DFO,dry,cell_burner,1.008,lb,barrel +CA,DFO,wet,cell_burner,1.008,lb,barrel +CA,DFO,none,cell_burner,1.008,lb,barrel +CA,DFO,none,cyclone_firing,1.008,lb,barrel +CA,DFO,dry,cyclone_firing,1.008,lb,barrel +CA,DFO,wet,cyclone_firing,1.008,lb,barrel +CA,DFO,dry,duct_burner,1.008,lb,barrel +CA,DFO,wet,duct_burner,1.008,lb,barrel +CA,DFO,none,duct_burner,1.008,lb,barrel +CA,DFO,none,fluidized_bed_firing,1.008,lb,barrel +CA,DFO,dry,fluidized_bed_firing,1.008,lb,barrel +CA,DFO,wet,fluidized_bed_firing,1.008,lb,barrel +CA,DFO,dry,none,1.008,lb,barrel +CA,DFO,wet,none,1.008,lb,barrel +CA,DFO,none,none,5.12401,lb,barrel +CA,DFO,dry,other,1.008,lb,barrel +CA,DFO,wet,other,1.008,lb,barrel +CA,DFO,none,other,1.008,lb,barrel +CA,DFO,none,stoker,1.008,lb,barrel +CA,DFO,dry,stoker,1.008,lb,barrel +CA,DFO,wet,stoker,1.008,lb,barrel +CA,DFO,dry,tangential_firing,1.008,lb,barrel +CA,DFO,wet,tangential_firing,1.008,lb,barrel +CA,DFO,none,tangential_firing,1.008,lb,barrel +CA,DFO,dry,vertical_firing,1.008,lb,barrel +CA,DFO,wet,vertical_firing,1.008,lb,barrel +CA,DFO,none,vertical_firing,1.008,lb,barrel +CA,DFO,dry,wall_fired,1.008,lb,barrel +CA,DFO,wet,wall_fired,1.008,lb,barrel +CA,DFO,none,wall_fired,1.008,lb,barrel +CC,DFO,dry,cell_burner,1.008,lb,barrel +CC,DFO,wet,cell_burner,1.008,lb,barrel +CC,DFO,none,cell_burner,1.008,lb,barrel +CC,DFO,none,cyclone_firing,1.008,lb,barrel +CC,DFO,dry,cyclone_firing,1.008,lb,barrel +CC,DFO,wet,cyclone_firing,1.008,lb,barrel +CC,DFO,dry,duct_burner,1.008,lb,barrel +CC,DFO,wet,duct_burner,1.008,lb,barrel +CC,DFO,none,duct_burner,1.008,lb,barrel +CC,DFO,none,fluidized_bed_firing,1.008,lb,barrel +CC,DFO,dry,fluidized_bed_firing,1.008,lb,barrel +CC,DFO,wet,fluidized_bed_firing,1.008,lb,barrel +CC,DFO,dry,none,1.008,lb,barrel +CC,DFO,wet,none,1.008,lb,barrel +CC,DFO,none,none,5.12401,lb,barrel +CC,DFO,dry,other,1.008,lb,barrel +CC,DFO,wet,other,1.008,lb,barrel +CC,DFO,none,other,1.008,lb,barrel +CC,DFO,none,stoker,1.008,lb,barrel +CC,DFO,dry,stoker,1.008,lb,barrel +CC,DFO,wet,stoker,1.008,lb,barrel +CC,DFO,dry,tangential_firing,1.008,lb,barrel +CC,DFO,wet,tangential_firing,1.008,lb,barrel +CC,DFO,none,tangential_firing,1.008,lb,barrel +CC,DFO,dry,vertical_firing,1.008,lb,barrel +CC,DFO,wet,vertical_firing,1.008,lb,barrel +CC,DFO,none,vertical_firing,1.008,lb,barrel +CC,DFO,dry,wall_fired,1.008,lb,barrel +CC,DFO,wet,wall_fired,1.008,lb,barrel +CC,DFO,none,wall_fired,1.008,lb,barrel +CE,DFO,none,none,5.12401,lb,barrel +CS,DFO,dry,cell_burner,1.008,lb,barrel +CS,DFO,wet,cell_burner,1.008,lb,barrel +CS,DFO,none,cell_burner,1.008,lb,barrel +CS,DFO,none,cyclone_firing,1.008,lb,barrel +CS,DFO,dry,cyclone_firing,1.008,lb,barrel +CS,DFO,wet,cyclone_firing,1.008,lb,barrel +CS,DFO,dry,duct_burner,1.008,lb,barrel +CS,DFO,wet,duct_burner,1.008,lb,barrel +CS,DFO,none,duct_burner,1.008,lb,barrel +CS,DFO,none,fluidized_bed_firing,1.008,lb,barrel +CS,DFO,dry,fluidized_bed_firing,1.008,lb,barrel +CS,DFO,wet,fluidized_bed_firing,1.008,lb,barrel +CS,DFO,dry,none,1.008,lb,barrel +CS,DFO,wet,none,1.008,lb,barrel +CS,DFO,none,none,5.12401,lb,barrel +CS,DFO,dry,other,1.008,lb,barrel +CS,DFO,wet,other,1.008,lb,barrel +CS,DFO,none,other,1.008,lb,barrel +CS,DFO,none,stoker,1.008,lb,barrel +CS,DFO,dry,stoker,1.008,lb,barrel +CS,DFO,wet,stoker,1.008,lb,barrel +CS,DFO,dry,tangential_firing,1.008,lb,barrel +CS,DFO,wet,tangential_firing,1.008,lb,barrel +CS,DFO,none,tangential_firing,1.008,lb,barrel +CS,DFO,dry,vertical_firing,1.008,lb,barrel +CS,DFO,wet,vertical_firing,1.008,lb,barrel +CS,DFO,none,vertical_firing,1.008,lb,barrel +CS,DFO,dry,wall_fired,1.008,lb,barrel +CS,DFO,wet,wall_fired,1.008,lb,barrel +CS,DFO,none,wall_fired,1.008,lb,barrel +CT,DFO,dry,cell_burner,1.008,lb,barrel +CT,DFO,wet,cell_burner,1.008,lb,barrel +CT,DFO,none,cell_burner,1.008,lb,barrel +CT,DFO,none,cyclone_firing,1.008,lb,barrel +CT,DFO,dry,cyclone_firing,1.008,lb,barrel +CT,DFO,wet,cyclone_firing,1.008,lb,barrel +CT,DFO,dry,duct_burner,1.008,lb,barrel +CT,DFO,wet,duct_burner,1.008,lb,barrel +CT,DFO,none,duct_burner,1.008,lb,barrel +CT,DFO,none,fluidized_bed_firing,1.008,lb,barrel +CT,DFO,dry,fluidized_bed_firing,1.008,lb,barrel +CT,DFO,wet,fluidized_bed_firing,1.008,lb,barrel +CT,DFO,dry,none,1.008,lb,barrel +CT,DFO,wet,none,1.008,lb,barrel +CT,DFO,none,none,5.12401,lb,barrel +CT,DFO,dry,other,1.008,lb,barrel +CT,DFO,wet,other,1.008,lb,barrel +CT,DFO,none,other,1.008,lb,barrel +CT,DFO,none,stoker,1.008,lb,barrel +CT,DFO,dry,stoker,1.008,lb,barrel +CT,DFO,wet,stoker,1.008,lb,barrel +CT,DFO,dry,tangential_firing,1.008,lb,barrel +CT,DFO,wet,tangential_firing,1.008,lb,barrel +CT,DFO,none,tangential_firing,1.008,lb,barrel +CT,DFO,dry,vertical_firing,1.008,lb,barrel +CT,DFO,wet,vertical_firing,1.008,lb,barrel +CT,DFO,none,vertical_firing,1.008,lb,barrel +CT,DFO,dry,wall_fired,1.008,lb,barrel +CT,DFO,wet,wall_fired,1.008,lb,barrel +CT,DFO,none,wall_fired,1.008,lb,barrel +GT,DFO,dry,cell_burner,1.008,lb,barrel +GT,DFO,wet,cell_burner,1.008,lb,barrel +GT,DFO,none,cell_burner,1.008,lb,barrel +GT,DFO,none,cyclone_firing,1.008,lb,barrel +GT,DFO,dry,cyclone_firing,1.008,lb,barrel +GT,DFO,wet,cyclone_firing,1.008,lb,barrel +GT,DFO,dry,duct_burner,1.008,lb,barrel +GT,DFO,wet,duct_burner,1.008,lb,barrel +GT,DFO,none,duct_burner,1.008,lb,barrel +GT,DFO,none,fluidized_bed_firing,1.008,lb,barrel +GT,DFO,dry,fluidized_bed_firing,1.008,lb,barrel +GT,DFO,wet,fluidized_bed_firing,1.008,lb,barrel +GT,DFO,dry,none,1.008,lb,barrel +GT,DFO,wet,none,1.008,lb,barrel +GT,DFO,none,none,5.12401,lb,barrel +GT,DFO,dry,other,1.008,lb,barrel +GT,DFO,wet,other,1.008,lb,barrel +GT,DFO,none,other,1.008,lb,barrel +GT,DFO,none,stoker,1.008,lb,barrel +GT,DFO,dry,stoker,1.008,lb,barrel +GT,DFO,wet,stoker,1.008,lb,barrel +GT,DFO,dry,tangential_firing,1.008,lb,barrel +GT,DFO,wet,tangential_firing,1.008,lb,barrel +GT,DFO,none,tangential_firing,1.008,lb,barrel +GT,DFO,dry,vertical_firing,1.008,lb,barrel +GT,DFO,wet,vertical_firing,1.008,lb,barrel +GT,DFO,none,vertical_firing,1.008,lb,barrel +GT,DFO,dry,wall_fired,1.008,lb,barrel +GT,DFO,wet,wall_fired,1.008,lb,barrel +GT,DFO,none,wall_fired,1.008,lb,barrel +IC,DFO,none,none,18.63962,lb,barrel +OT,DFO,dry,cell_burner,1.008,lb,barrel +OT,DFO,wet,cell_burner,1.008,lb,barrel +OT,DFO,none,cell_burner,1.008,lb,barrel +OT,DFO,none,cyclone_firing,1.008,lb,barrel +OT,DFO,dry,cyclone_firing,1.008,lb,barrel +OT,DFO,wet,cyclone_firing,1.008,lb,barrel +OT,DFO,dry,duct_burner,1.008,lb,barrel +OT,DFO,wet,duct_burner,1.008,lb,barrel +OT,DFO,none,duct_burner,1.008,lb,barrel +OT,DFO,none,fluidized_bed_firing,1.008,lb,barrel +OT,DFO,dry,fluidized_bed_firing,1.008,lb,barrel +OT,DFO,wet,fluidized_bed_firing,1.008,lb,barrel +OT,DFO,dry,none,1.008,lb,barrel +OT,DFO,wet,none,1.008,lb,barrel +OT,DFO,none,none,1.008,lb,barrel +OT,DFO,dry,other,1.008,lb,barrel +OT,DFO,wet,other,1.008,lb,barrel +OT,DFO,none,other,1.008,lb,barrel +OT,DFO,none,stoker,1.008,lb,barrel +OT,DFO,dry,stoker,1.008,lb,barrel +OT,DFO,wet,stoker,1.008,lb,barrel +OT,DFO,dry,tangential_firing,1.008,lb,barrel +OT,DFO,wet,tangential_firing,1.008,lb,barrel +OT,DFO,none,tangential_firing,1.008,lb,barrel +OT,DFO,dry,vertical_firing,1.008,lb,barrel +OT,DFO,wet,vertical_firing,1.008,lb,barrel +OT,DFO,none,vertical_firing,1.008,lb,barrel +OT,DFO,dry,wall_fired,1.008,lb,barrel +OT,DFO,wet,wall_fired,1.008,lb,barrel +OT,DFO,none,wall_fired,1.008,lb,barrel +ST,DFO,dry,cell_burner,1.008,lb,barrel +ST,DFO,wet,cell_burner,1.008,lb,barrel +ST,DFO,none,cell_burner,1.008,lb,barrel +ST,DFO,none,cyclone_firing,1.008,lb,barrel +ST,DFO,dry,cyclone_firing,1.008,lb,barrel +ST,DFO,wet,cyclone_firing,1.008,lb,barrel +ST,DFO,dry,duct_burner,1.008,lb,barrel +ST,DFO,wet,duct_burner,1.008,lb,barrel +ST,DFO,none,duct_burner,1.008,lb,barrel +ST,DFO,none,fluidized_bed_firing,1.008,lb,barrel +ST,DFO,dry,fluidized_bed_firing,1.008,lb,barrel +ST,DFO,wet,fluidized_bed_firing,1.008,lb,barrel +ST,DFO,dry,none,1.008,lb,barrel +ST,DFO,wet,none,1.008,lb,barrel +ST,DFO,none,none,1.008,lb,barrel +ST,DFO,dry,other,1.008,lb,barrel +ST,DFO,wet,other,1.008,lb,barrel +ST,DFO,none,other,1.008,lb,barrel +ST,DFO,none,stoker,1.008,lb,barrel +ST,DFO,dry,stoker,1.008,lb,barrel +ST,DFO,wet,stoker,1.008,lb,barrel +ST,DFO,dry,tangential_firing,1.008,lb,barrel +ST,DFO,wet,tangential_firing,1.008,lb,barrel +ST,DFO,none,tangential_firing,1.008,lb,barrel +ST,DFO,dry,vertical_firing,1.008,lb,barrel +ST,DFO,wet,vertical_firing,1.008,lb,barrel +ST,DFO,none,vertical_firing,1.008,lb,barrel +ST,DFO,dry,wall_fired,1.008,lb,barrel +ST,DFO,wet,wall_fired,1.008,lb,barrel +ST,DFO,none,wall_fired,1.008,lb,barrel +CA,JF,dry,cell_burner,1.008,lb,barrel +CA,JF,wet,cell_burner,1.008,lb,barrel +CA,JF,none,cell_burner,1.008,lb,barrel +CA,JF,none,cyclone_firing,1.008,lb,barrel +CA,JF,dry,cyclone_firing,1.008,lb,barrel +CA,JF,wet,cyclone_firing,1.008,lb,barrel +CA,JF,dry,duct_burner,1.008,lb,barrel +CA,JF,wet,duct_burner,1.008,lb,barrel +CA,JF,none,duct_burner,1.008,lb,barrel +CA,JF,none,fluidized_bed_firing,1.008,lb,barrel +CA,JF,dry,fluidized_bed_firing,1.008,lb,barrel +CA,JF,wet,fluidized_bed_firing,1.008,lb,barrel +CA,JF,dry,none,1.008,lb,barrel +CA,JF,wet,none,1.008,lb,barrel +CA,JF,none,none,4.9896,lb,barrel +CA,JF,dry,other,1.008,lb,barrel +CA,JF,wet,other,1.008,lb,barrel +CA,JF,none,other,1.008,lb,barrel +CA,JF,none,stoker,1.008,lb,barrel +CA,JF,dry,stoker,1.008,lb,barrel +CA,JF,wet,stoker,1.008,lb,barrel +CA,JF,dry,tangential_firing,1.008,lb,barrel +CA,JF,wet,tangential_firing,1.008,lb,barrel +CA,JF,none,tangential_firing,1.008,lb,barrel +CA,JF,dry,vertical_firing,1.008,lb,barrel +CA,JF,wet,vertical_firing,1.008,lb,barrel +CA,JF,none,vertical_firing,1.008,lb,barrel +CA,JF,dry,wall_fired,1.008,lb,barrel +CA,JF,wet,wall_fired,1.008,lb,barrel +CA,JF,none,wall_fired,1.008,lb,barrel +CC,JF,dry,cell_burner,1.008,lb,barrel +CC,JF,wet,cell_burner,1.008,lb,barrel +CC,JF,none,cell_burner,1.008,lb,barrel +CC,JF,none,cyclone_firing,1.008,lb,barrel +CC,JF,dry,cyclone_firing,1.008,lb,barrel +CC,JF,wet,cyclone_firing,1.008,lb,barrel +CC,JF,dry,duct_burner,1.008,lb,barrel +CC,JF,wet,duct_burner,1.008,lb,barrel +CC,JF,none,duct_burner,1.008,lb,barrel +CC,JF,none,fluidized_bed_firing,1.008,lb,barrel +CC,JF,dry,fluidized_bed_firing,1.008,lb,barrel +CC,JF,wet,fluidized_bed_firing,1.008,lb,barrel +CC,JF,dry,none,1.008,lb,barrel +CC,JF,wet,none,1.008,lb,barrel +CC,JF,none,none,4.9896,lb,barrel +CC,JF,dry,other,1.008,lb,barrel +CC,JF,wet,other,1.008,lb,barrel +CC,JF,none,other,1.008,lb,barrel +CC,JF,none,stoker,1.008,lb,barrel +CC,JF,dry,stoker,1.008,lb,barrel +CC,JF,wet,stoker,1.008,lb,barrel +CC,JF,dry,tangential_firing,1.008,lb,barrel +CC,JF,wet,tangential_firing,1.008,lb,barrel +CC,JF,none,tangential_firing,1.008,lb,barrel +CC,JF,dry,vertical_firing,1.008,lb,barrel +CC,JF,wet,vertical_firing,1.008,lb,barrel +CC,JF,none,vertical_firing,1.008,lb,barrel +CC,JF,dry,wall_fired,1.008,lb,barrel +CC,JF,wet,wall_fired,1.008,lb,barrel +CC,JF,none,wall_fired,1.008,lb,barrel +CE,JF,none,none,4.9896,lb,barrel +CS,JF,dry,cell_burner,1.008,lb,barrel +CS,JF,wet,cell_burner,1.008,lb,barrel +CS,JF,none,cell_burner,1.008,lb,barrel +CS,JF,none,cyclone_firing,1.008,lb,barrel +CS,JF,dry,cyclone_firing,1.008,lb,barrel +CS,JF,wet,cyclone_firing,1.008,lb,barrel +CS,JF,dry,duct_burner,1.008,lb,barrel +CS,JF,wet,duct_burner,1.008,lb,barrel +CS,JF,none,duct_burner,1.008,lb,barrel +CS,JF,none,fluidized_bed_firing,1.008,lb,barrel +CS,JF,dry,fluidized_bed_firing,1.008,lb,barrel +CS,JF,wet,fluidized_bed_firing,1.008,lb,barrel +CS,JF,dry,none,1.008,lb,barrel +CS,JF,wet,none,1.008,lb,barrel +CS,JF,none,none,4.9896,lb,barrel +CS,JF,dry,other,1.008,lb,barrel +CS,JF,wet,other,1.008,lb,barrel +CS,JF,none,other,1.008,lb,barrel +CS,JF,none,stoker,1.008,lb,barrel +CS,JF,dry,stoker,1.008,lb,barrel +CS,JF,wet,stoker,1.008,lb,barrel +CS,JF,dry,tangential_firing,1.008,lb,barrel +CS,JF,wet,tangential_firing,1.008,lb,barrel +CS,JF,none,tangential_firing,1.008,lb,barrel +CS,JF,dry,vertical_firing,1.008,lb,barrel +CS,JF,wet,vertical_firing,1.008,lb,barrel +CS,JF,none,vertical_firing,1.008,lb,barrel +CS,JF,dry,wall_fired,1.008,lb,barrel +CS,JF,wet,wall_fired,1.008,lb,barrel +CS,JF,none,wall_fired,1.008,lb,barrel +CT,JF,dry,cell_burner,1.008,lb,barrel +CT,JF,wet,cell_burner,1.008,lb,barrel +CT,JF,none,cell_burner,1.008,lb,barrel +CT,JF,none,cyclone_firing,1.008,lb,barrel +CT,JF,dry,cyclone_firing,1.008,lb,barrel +CT,JF,wet,cyclone_firing,1.008,lb,barrel +CT,JF,dry,duct_burner,1.008,lb,barrel +CT,JF,wet,duct_burner,1.008,lb,barrel +CT,JF,none,duct_burner,1.008,lb,barrel +CT,JF,none,fluidized_bed_firing,1.008,lb,barrel +CT,JF,dry,fluidized_bed_firing,1.008,lb,barrel +CT,JF,wet,fluidized_bed_firing,1.008,lb,barrel +CT,JF,dry,none,1.008,lb,barrel +CT,JF,wet,none,1.008,lb,barrel +CT,JF,none,none,4.9896,lb,barrel +CT,JF,dry,other,1.008,lb,barrel +CT,JF,wet,other,1.008,lb,barrel +CT,JF,none,other,1.008,lb,barrel +CT,JF,none,stoker,1.008,lb,barrel +CT,JF,dry,stoker,1.008,lb,barrel +CT,JF,wet,stoker,1.008,lb,barrel +CT,JF,dry,tangential_firing,1.008,lb,barrel +CT,JF,wet,tangential_firing,1.008,lb,barrel +CT,JF,none,tangential_firing,1.008,lb,barrel +CT,JF,dry,vertical_firing,1.008,lb,barrel +CT,JF,wet,vertical_firing,1.008,lb,barrel +CT,JF,none,vertical_firing,1.008,lb,barrel +CT,JF,dry,wall_fired,1.008,lb,barrel +CT,JF,wet,wall_fired,1.008,lb,barrel +CT,JF,none,wall_fired,1.008,lb,barrel +GT,JF,dry,cell_burner,1.008,lb,barrel +GT,JF,wet,cell_burner,1.008,lb,barrel +GT,JF,none,cell_burner,1.008,lb,barrel +GT,JF,none,cyclone_firing,1.008,lb,barrel +GT,JF,dry,cyclone_firing,1.008,lb,barrel +GT,JF,wet,cyclone_firing,1.008,lb,barrel +GT,JF,dry,duct_burner,1.008,lb,barrel +GT,JF,wet,duct_burner,1.008,lb,barrel +GT,JF,none,duct_burner,1.008,lb,barrel +GT,JF,none,fluidized_bed_firing,1.008,lb,barrel +GT,JF,dry,fluidized_bed_firing,1.008,lb,barrel +GT,JF,wet,fluidized_bed_firing,1.008,lb,barrel +GT,JF,dry,none,1.008,lb,barrel +GT,JF,wet,none,1.008,lb,barrel +GT,JF,none,none,4.9896,lb,barrel +GT,JF,dry,other,1.008,lb,barrel +GT,JF,wet,other,1.008,lb,barrel +GT,JF,none,other,1.008,lb,barrel +GT,JF,none,stoker,1.008,lb,barrel +GT,JF,dry,stoker,1.008,lb,barrel +GT,JF,wet,stoker,1.008,lb,barrel +GT,JF,dry,tangential_firing,1.008,lb,barrel +GT,JF,wet,tangential_firing,1.008,lb,barrel +GT,JF,none,tangential_firing,1.008,lb,barrel +GT,JF,dry,vertical_firing,1.008,lb,barrel +GT,JF,wet,vertical_firing,1.008,lb,barrel +GT,JF,none,vertical_firing,1.008,lb,barrel +GT,JF,dry,wall_fired,1.008,lb,barrel +GT,JF,wet,wall_fired,1.008,lb,barrel +GT,JF,none,wall_fired,1.008,lb,barrel +IC,JF,none,none,18.14402,lb,barrel +OT,JF,dry,cell_burner,1.008,lb,barrel +OT,JF,wet,cell_burner,1.008,lb,barrel +OT,JF,none,cell_burner,1.008,lb,barrel +OT,JF,none,cyclone_firing,1.008,lb,barrel +OT,JF,dry,cyclone_firing,1.008,lb,barrel +OT,JF,wet,cyclone_firing,1.008,lb,barrel +OT,JF,dry,duct_burner,1.008,lb,barrel +OT,JF,wet,duct_burner,1.008,lb,barrel +OT,JF,none,duct_burner,1.008,lb,barrel +OT,JF,none,fluidized_bed_firing,1.008,lb,barrel +OT,JF,dry,fluidized_bed_firing,1.008,lb,barrel +OT,JF,wet,fluidized_bed_firing,1.008,lb,barrel +OT,JF,dry,none,1.008,lb,barrel +OT,JF,wet,none,1.008,lb,barrel +OT,JF,none,none,1.008,lb,barrel +OT,JF,dry,other,1.008,lb,barrel +OT,JF,wet,other,1.008,lb,barrel +OT,JF,none,other,1.008,lb,barrel +OT,JF,none,stoker,1.008,lb,barrel +OT,JF,dry,stoker,1.008,lb,barrel +OT,JF,wet,stoker,1.008,lb,barrel +OT,JF,dry,tangential_firing,1.008,lb,barrel +OT,JF,wet,tangential_firing,1.008,lb,barrel +OT,JF,none,tangential_firing,1.008,lb,barrel +OT,JF,dry,vertical_firing,1.008,lb,barrel +OT,JF,wet,vertical_firing,1.008,lb,barrel +OT,JF,none,vertical_firing,1.008,lb,barrel +OT,JF,dry,wall_fired,1.008,lb,barrel +OT,JF,wet,wall_fired,1.008,lb,barrel +OT,JF,none,wall_fired,1.008,lb,barrel +ST,JF,dry,cell_burner,1.008,lb,barrel +ST,JF,wet,cell_burner,1.008,lb,barrel +ST,JF,none,cell_burner,1.008,lb,barrel +ST,JF,none,cyclone_firing,1.008,lb,barrel +ST,JF,dry,cyclone_firing,1.008,lb,barrel +ST,JF,wet,cyclone_firing,1.008,lb,barrel +ST,JF,dry,duct_burner,1.008,lb,barrel +ST,JF,wet,duct_burner,1.008,lb,barrel +ST,JF,none,duct_burner,1.008,lb,barrel +ST,JF,none,fluidized_bed_firing,1.008,lb,barrel +ST,JF,dry,fluidized_bed_firing,1.008,lb,barrel +ST,JF,wet,fluidized_bed_firing,1.008,lb,barrel +ST,JF,dry,none,1.008,lb,barrel +ST,JF,wet,none,1.008,lb,barrel +ST,JF,none,none,1.008,lb,barrel +ST,JF,dry,other,1.008,lb,barrel +ST,JF,wet,other,1.008,lb,barrel +ST,JF,none,other,1.008,lb,barrel +ST,JF,none,stoker,1.008,lb,barrel +ST,JF,dry,stoker,1.008,lb,barrel +ST,JF,wet,stoker,1.008,lb,barrel +ST,JF,dry,tangential_firing,1.008,lb,barrel +ST,JF,wet,tangential_firing,1.008,lb,barrel +ST,JF,none,tangential_firing,1.008,lb,barrel +ST,JF,dry,vertical_firing,1.008,lb,barrel +ST,JF,wet,vertical_firing,1.008,lb,barrel +ST,JF,none,vertical_firing,1.008,lb,barrel +ST,JF,dry,wall_fired,1.008,lb,barrel +ST,JF,wet,wall_fired,1.008,lb,barrel +ST,JF,none,wall_fired,1.008,lb,barrel +CA,KER,dry,cell_burner,1.008,lb,barrel +CA,KER,wet,cell_burner,1.008,lb,barrel +CA,KER,none,cell_burner,1.008,lb,barrel +CA,KER,none,cyclone_firing,1.008,lb,barrel +CA,KER,dry,cyclone_firing,1.008,lb,barrel +CA,KER,wet,cyclone_firing,1.008,lb,barrel +CA,KER,dry,duct_burner,1.008,lb,barrel +CA,KER,wet,duct_burner,1.008,lb,barrel +CA,KER,none,duct_burner,1.008,lb,barrel +CA,KER,none,fluidized_bed_firing,1.008,lb,barrel +CA,KER,dry,fluidized_bed_firing,1.008,lb,barrel +CA,KER,wet,fluidized_bed_firing,1.008,lb,barrel +CA,KER,dry,none,1.008,lb,barrel +CA,KER,wet,none,1.008,lb,barrel +CA,KER,none,none,4.9896,lb,barrel +CA,KER,dry,other,1.008,lb,barrel +CA,KER,wet,other,1.008,lb,barrel +CA,KER,none,other,1.008,lb,barrel +CA,KER,none,stoker,1.008,lb,barrel +CA,KER,dry,stoker,1.008,lb,barrel +CA,KER,wet,stoker,1.008,lb,barrel +CA,KER,dry,tangential_firing,1.008,lb,barrel +CA,KER,wet,tangential_firing,1.008,lb,barrel +CA,KER,none,tangential_firing,1.008,lb,barrel +CA,KER,dry,vertical_firing,1.008,lb,barrel +CA,KER,wet,vertical_firing,1.008,lb,barrel +CA,KER,none,vertical_firing,1.008,lb,barrel +CA,KER,dry,wall_fired,1.008,lb,barrel +CA,KER,wet,wall_fired,1.008,lb,barrel +CA,KER,none,wall_fired,1.008,lb,barrel +CC,KER,dry,cell_burner,1.008,lb,barrel +CC,KER,wet,cell_burner,1.008,lb,barrel +CC,KER,none,cell_burner,1.008,lb,barrel +CC,KER,none,cyclone_firing,1.008,lb,barrel +CC,KER,dry,cyclone_firing,1.008,lb,barrel +CC,KER,wet,cyclone_firing,1.008,lb,barrel +CC,KER,dry,duct_burner,1.008,lb,barrel +CC,KER,wet,duct_burner,1.008,lb,barrel +CC,KER,none,duct_burner,1.008,lb,barrel +CC,KER,none,fluidized_bed_firing,1.008,lb,barrel +CC,KER,dry,fluidized_bed_firing,1.008,lb,barrel +CC,KER,wet,fluidized_bed_firing,1.008,lb,barrel +CC,KER,dry,none,1.008,lb,barrel +CC,KER,wet,none,1.008,lb,barrel +CC,KER,none,none,4.9896,lb,barrel +CC,KER,dry,other,1.008,lb,barrel +CC,KER,wet,other,1.008,lb,barrel +CC,KER,none,other,1.008,lb,barrel +CC,KER,none,stoker,1.008,lb,barrel +CC,KER,dry,stoker,1.008,lb,barrel +CC,KER,wet,stoker,1.008,lb,barrel +CC,KER,dry,tangential_firing,1.008,lb,barrel +CC,KER,wet,tangential_firing,1.008,lb,barrel +CC,KER,none,tangential_firing,1.008,lb,barrel +CC,KER,dry,vertical_firing,1.008,lb,barrel +CC,KER,wet,vertical_firing,1.008,lb,barrel +CC,KER,none,vertical_firing,1.008,lb,barrel +CC,KER,dry,wall_fired,1.008,lb,barrel +CC,KER,wet,wall_fired,1.008,lb,barrel +CC,KER,none,wall_fired,1.008,lb,barrel +CE,KER,none,none,4.9896,lb,barrel +CS,KER,dry,cell_burner,1.008,lb,barrel +CS,KER,wet,cell_burner,1.008,lb,barrel +CS,KER,none,cell_burner,1.008,lb,barrel +CS,KER,none,cyclone_firing,1.008,lb,barrel +CS,KER,dry,cyclone_firing,1.008,lb,barrel +CS,KER,wet,cyclone_firing,1.008,lb,barrel +CS,KER,dry,duct_burner,1.008,lb,barrel +CS,KER,wet,duct_burner,1.008,lb,barrel +CS,KER,none,duct_burner,1.008,lb,barrel +CS,KER,none,fluidized_bed_firing,1.008,lb,barrel +CS,KER,dry,fluidized_bed_firing,1.008,lb,barrel +CS,KER,wet,fluidized_bed_firing,1.008,lb,barrel +CS,KER,dry,none,1.008,lb,barrel +CS,KER,wet,none,1.008,lb,barrel +CS,KER,none,none,4.9896,lb,barrel +CS,KER,dry,other,1.008,lb,barrel +CS,KER,wet,other,1.008,lb,barrel +CS,KER,none,other,1.008,lb,barrel +CS,KER,none,stoker,1.008,lb,barrel +CS,KER,dry,stoker,1.008,lb,barrel +CS,KER,wet,stoker,1.008,lb,barrel +CS,KER,dry,tangential_firing,1.008,lb,barrel +CS,KER,wet,tangential_firing,1.008,lb,barrel +CS,KER,none,tangential_firing,1.008,lb,barrel +CS,KER,dry,vertical_firing,1.008,lb,barrel +CS,KER,wet,vertical_firing,1.008,lb,barrel +CS,KER,none,vertical_firing,1.008,lb,barrel +CS,KER,dry,wall_fired,1.008,lb,barrel +CS,KER,wet,wall_fired,1.008,lb,barrel +CS,KER,none,wall_fired,1.008,lb,barrel +CT,KER,dry,cell_burner,1.008,lb,barrel +CT,KER,wet,cell_burner,1.008,lb,barrel +CT,KER,none,cell_burner,1.008,lb,barrel +CT,KER,none,cyclone_firing,1.008,lb,barrel +CT,KER,dry,cyclone_firing,1.008,lb,barrel +CT,KER,wet,cyclone_firing,1.008,lb,barrel +CT,KER,dry,duct_burner,1.008,lb,barrel +CT,KER,wet,duct_burner,1.008,lb,barrel +CT,KER,none,duct_burner,1.008,lb,barrel +CT,KER,none,fluidized_bed_firing,1.008,lb,barrel +CT,KER,dry,fluidized_bed_firing,1.008,lb,barrel +CT,KER,wet,fluidized_bed_firing,1.008,lb,barrel +CT,KER,dry,none,1.008,lb,barrel +CT,KER,wet,none,1.008,lb,barrel +CT,KER,none,none,4.9896,lb,barrel +CT,KER,dry,other,1.008,lb,barrel +CT,KER,wet,other,1.008,lb,barrel +CT,KER,none,other,1.008,lb,barrel +CT,KER,none,stoker,1.008,lb,barrel +CT,KER,dry,stoker,1.008,lb,barrel +CT,KER,wet,stoker,1.008,lb,barrel +CT,KER,dry,tangential_firing,1.008,lb,barrel +CT,KER,wet,tangential_firing,1.008,lb,barrel +CT,KER,none,tangential_firing,1.008,lb,barrel +CT,KER,dry,vertical_firing,1.008,lb,barrel +CT,KER,wet,vertical_firing,1.008,lb,barrel +CT,KER,none,vertical_firing,1.008,lb,barrel +CT,KER,dry,wall_fired,1.008,lb,barrel +CT,KER,wet,wall_fired,1.008,lb,barrel +CT,KER,none,wall_fired,1.008,lb,barrel +GT,KER,dry,cell_burner,1.008,lb,barrel +GT,KER,wet,cell_burner,1.008,lb,barrel +GT,KER,none,cell_burner,1.008,lb,barrel +GT,KER,none,cyclone_firing,1.008,lb,barrel +GT,KER,dry,cyclone_firing,1.008,lb,barrel +GT,KER,wet,cyclone_firing,1.008,lb,barrel +GT,KER,dry,duct_burner,1.008,lb,barrel +GT,KER,wet,duct_burner,1.008,lb,barrel +GT,KER,none,duct_burner,1.008,lb,barrel +GT,KER,none,fluidized_bed_firing,1.008,lb,barrel +GT,KER,dry,fluidized_bed_firing,1.008,lb,barrel +GT,KER,wet,fluidized_bed_firing,1.008,lb,barrel +GT,KER,dry,none,1.008,lb,barrel +GT,KER,wet,none,1.008,lb,barrel +GT,KER,none,none,4.9896,lb,barrel +GT,KER,dry,other,1.008,lb,barrel +GT,KER,wet,other,1.008,lb,barrel +GT,KER,none,other,1.008,lb,barrel +GT,KER,none,stoker,1.008,lb,barrel +GT,KER,dry,stoker,1.008,lb,barrel +GT,KER,wet,stoker,1.008,lb,barrel +GT,KER,dry,tangential_firing,1.008,lb,barrel +GT,KER,wet,tangential_firing,1.008,lb,barrel +GT,KER,none,tangential_firing,1.008,lb,barrel +GT,KER,dry,vertical_firing,1.008,lb,barrel +GT,KER,wet,vertical_firing,1.008,lb,barrel +GT,KER,none,vertical_firing,1.008,lb,barrel +GT,KER,dry,wall_fired,1.008,lb,barrel +GT,KER,wet,wall_fired,1.008,lb,barrel +GT,KER,none,wall_fired,1.008,lb,barrel +IC,KER,none,none,18.14402,lb,barrel +OT,KER,dry,cell_burner,1.008,lb,barrel +OT,KER,wet,cell_burner,1.008,lb,barrel +OT,KER,none,cell_burner,1.008,lb,barrel +OT,KER,none,cyclone_firing,1.008,lb,barrel +OT,KER,dry,cyclone_firing,1.008,lb,barrel +OT,KER,wet,cyclone_firing,1.008,lb,barrel +OT,KER,dry,duct_burner,1.008,lb,barrel +OT,KER,wet,duct_burner,1.008,lb,barrel +OT,KER,none,duct_burner,1.008,lb,barrel +OT,KER,none,fluidized_bed_firing,1.008,lb,barrel +OT,KER,dry,fluidized_bed_firing,1.008,lb,barrel +OT,KER,wet,fluidized_bed_firing,1.008,lb,barrel +OT,KER,dry,none,1.008,lb,barrel +OT,KER,wet,none,1.008,lb,barrel +OT,KER,none,none,1.008,lb,barrel +OT,KER,dry,other,1.008,lb,barrel +OT,KER,wet,other,1.008,lb,barrel +OT,KER,none,other,1.008,lb,barrel +OT,KER,none,stoker,1.008,lb,barrel +OT,KER,dry,stoker,1.008,lb,barrel +OT,KER,wet,stoker,1.008,lb,barrel +OT,KER,dry,tangential_firing,1.008,lb,barrel +OT,KER,wet,tangential_firing,1.008,lb,barrel +OT,KER,none,tangential_firing,1.008,lb,barrel +OT,KER,dry,vertical_firing,1.008,lb,barrel +OT,KER,wet,vertical_firing,1.008,lb,barrel +OT,KER,none,vertical_firing,1.008,lb,barrel +OT,KER,dry,wall_fired,1.008,lb,barrel +OT,KER,wet,wall_fired,1.008,lb,barrel +OT,KER,none,wall_fired,1.008,lb,barrel +ST,KER,dry,cell_burner,1.008,lb,barrel +ST,KER,wet,cell_burner,1.008,lb,barrel +ST,KER,none,cell_burner,1.008,lb,barrel +ST,KER,none,cyclone_firing,1.008,lb,barrel +ST,KER,dry,cyclone_firing,1.008,lb,barrel +ST,KER,wet,cyclone_firing,1.008,lb,barrel +ST,KER,dry,duct_burner,1.008,lb,barrel +ST,KER,wet,duct_burner,1.008,lb,barrel +ST,KER,none,duct_burner,1.008,lb,barrel +ST,KER,none,fluidized_bed_firing,1.008,lb,barrel +ST,KER,dry,fluidized_bed_firing,1.008,lb,barrel +ST,KER,wet,fluidized_bed_firing,1.008,lb,barrel +ST,KER,dry,none,1.008,lb,barrel +ST,KER,wet,none,1.008,lb,barrel +ST,KER,none,none,1.008,lb,barrel +ST,KER,dry,other,1.008,lb,barrel +ST,KER,wet,other,1.008,lb,barrel +ST,KER,none,other,1.008,lb,barrel +ST,KER,none,stoker,1.008,lb,barrel +ST,KER,dry,stoker,1.008,lb,barrel +ST,KER,wet,stoker,1.008,lb,barrel +ST,KER,dry,tangential_firing,1.008,lb,barrel +ST,KER,wet,tangential_firing,1.008,lb,barrel +ST,KER,none,tangential_firing,1.008,lb,barrel +ST,KER,dry,vertical_firing,1.008,lb,barrel +ST,KER,wet,vertical_firing,1.008,lb,barrel +ST,KER,none,vertical_firing,1.008,lb,barrel +ST,KER,dry,wall_fired,1.008,lb,barrel +ST,KER,wet,wall_fired,1.008,lb,barrel +ST,KER,none,wall_fired,1.008,lb,barrel +CA,LFG,dry,cell_burner,0.07244,lb,mcf +CA,LFG,wet,cell_burner,0.07244,lb,mcf +CA,LFG,none,cell_burner,0.07244,lb,mcf +CA,LFG,none,cyclone_firing,0.07244,lb,mcf +CA,LFG,dry,cyclone_firing,0.07244,lb,mcf +CA,LFG,wet,cyclone_firing,0.07244,lb,mcf +CA,LFG,dry,duct_burner,0.07244,lb,mcf +CA,LFG,wet,duct_burner,0.07244,lb,mcf +CA,LFG,none,duct_burner,0.07244,lb,mcf +CA,LFG,none,fluidized_bed_firing,0.07244,lb,mcf +CA,LFG,dry,fluidized_bed_firing,0.07244,lb,mcf +CA,LFG,wet,fluidized_bed_firing,0.07244,lb,mcf +CA,LFG,dry,none,0.07244,lb,mcf +CA,LFG,wet,none,0.07244,lb,mcf CA,LFG,none,none,0.144,lb,mcf +CA,LFG,dry,other,0.07244,lb,mcf +CA,LFG,wet,other,0.07244,lb,mcf +CA,LFG,none,other,0.07244,lb,mcf +CA,LFG,none,stoker,0.07244,lb,mcf +CA,LFG,dry,stoker,0.07244,lb,mcf +CA,LFG,wet,stoker,0.07244,lb,mcf +CA,LFG,dry,tangential_firing,0.07244,lb,mcf +CA,LFG,wet,tangential_firing,0.07244,lb,mcf +CA,LFG,none,tangential_firing,0.07244,lb,mcf +CA,LFG,dry,vertical_firing,0.07244,lb,mcf +CA,LFG,wet,vertical_firing,0.07244,lb,mcf +CA,LFG,none,vertical_firing,0.07244,lb,mcf +CA,LFG,dry,wall_fired,0.07244,lb,mcf +CA,LFG,wet,wall_fired,0.07244,lb,mcf +CA,LFG,none,wall_fired,0.07244,lb,mcf +CC,LFG,dry,cell_burner,0.07244,lb,mcf +CC,LFG,wet,cell_burner,0.07244,lb,mcf +CC,LFG,none,cell_burner,0.07244,lb,mcf +CC,LFG,none,cyclone_firing,0.07244,lb,mcf +CC,LFG,dry,cyclone_firing,0.07244,lb,mcf +CC,LFG,wet,cyclone_firing,0.07244,lb,mcf +CC,LFG,dry,duct_burner,0.07244,lb,mcf +CC,LFG,wet,duct_burner,0.07244,lb,mcf +CC,LFG,none,duct_burner,0.07244,lb,mcf +CC,LFG,none,fluidized_bed_firing,0.07244,lb,mcf +CC,LFG,dry,fluidized_bed_firing,0.07244,lb,mcf +CC,LFG,wet,fluidized_bed_firing,0.07244,lb,mcf +CC,LFG,dry,none,0.07244,lb,mcf +CC,LFG,wet,none,0.07244,lb,mcf +CC,LFG,none,none,0.144,lb,mcf +CC,LFG,dry,other,0.07244,lb,mcf +CC,LFG,wet,other,0.07244,lb,mcf +CC,LFG,none,other,0.07244,lb,mcf +CC,LFG,none,stoker,0.07244,lb,mcf +CC,LFG,dry,stoker,0.07244,lb,mcf +CC,LFG,wet,stoker,0.07244,lb,mcf +CC,LFG,dry,tangential_firing,0.07244,lb,mcf +CC,LFG,wet,tangential_firing,0.07244,lb,mcf +CC,LFG,none,tangential_firing,0.07244,lb,mcf +CC,LFG,dry,vertical_firing,0.07244,lb,mcf +CC,LFG,wet,vertical_firing,0.07244,lb,mcf +CC,LFG,none,vertical_firing,0.07244,lb,mcf +CC,LFG,dry,wall_fired,0.07244,lb,mcf +CC,LFG,wet,wall_fired,0.07244,lb,mcf +CC,LFG,none,wall_fired,0.07244,lb,mcf +CE,LFG,none,none,0.144,lb,mcf +CS,LFG,dry,cell_burner,0.07244,lb,mcf +CS,LFG,wet,cell_burner,0.07244,lb,mcf +CS,LFG,none,cell_burner,0.07244,lb,mcf +CS,LFG,none,cyclone_firing,0.07244,lb,mcf +CS,LFG,dry,cyclone_firing,0.07244,lb,mcf +CS,LFG,wet,cyclone_firing,0.07244,lb,mcf +CS,LFG,dry,duct_burner,0.07244,lb,mcf +CS,LFG,wet,duct_burner,0.07244,lb,mcf +CS,LFG,none,duct_burner,0.07244,lb,mcf +CS,LFG,none,fluidized_bed_firing,0.07244,lb,mcf +CS,LFG,dry,fluidized_bed_firing,0.07244,lb,mcf +CS,LFG,wet,fluidized_bed_firing,0.07244,lb,mcf +CS,LFG,dry,none,0.07244,lb,mcf +CS,LFG,wet,none,0.07244,lb,mcf CS,LFG,none,none,0.144,lb,mcf +CS,LFG,dry,other,0.07244,lb,mcf +CS,LFG,wet,other,0.07244,lb,mcf +CS,LFG,none,other,0.07244,lb,mcf +CS,LFG,none,stoker,0.07244,lb,mcf +CS,LFG,dry,stoker,0.07244,lb,mcf +CS,LFG,wet,stoker,0.07244,lb,mcf +CS,LFG,dry,tangential_firing,0.07244,lb,mcf +CS,LFG,wet,tangential_firing,0.07244,lb,mcf +CS,LFG,none,tangential_firing,0.07244,lb,mcf +CS,LFG,dry,vertical_firing,0.07244,lb,mcf +CS,LFG,wet,vertical_firing,0.07244,lb,mcf +CS,LFG,none,vertical_firing,0.07244,lb,mcf +CS,LFG,dry,wall_fired,0.07244,lb,mcf +CS,LFG,wet,wall_fired,0.07244,lb,mcf +CS,LFG,none,wall_fired,0.07244,lb,mcf +CT,LFG,dry,cell_burner,0.07244,lb,mcf +CT,LFG,wet,cell_burner,0.07244,lb,mcf +CT,LFG,none,cell_burner,0.07244,lb,mcf +CT,LFG,none,cyclone_firing,0.07244,lb,mcf +CT,LFG,dry,cyclone_firing,0.07244,lb,mcf +CT,LFG,wet,cyclone_firing,0.07244,lb,mcf +CT,LFG,dry,duct_burner,0.07244,lb,mcf +CT,LFG,wet,duct_burner,0.07244,lb,mcf +CT,LFG,none,duct_burner,0.07244,lb,mcf +CT,LFG,none,fluidized_bed_firing,0.07244,lb,mcf +CT,LFG,dry,fluidized_bed_firing,0.07244,lb,mcf +CT,LFG,wet,fluidized_bed_firing,0.07244,lb,mcf +CT,LFG,dry,none,0.07244,lb,mcf +CT,LFG,wet,none,0.07244,lb,mcf CT,LFG,none,none,0.144,lb,mcf -FC,LFG,none,none,,lb,mcf +CT,LFG,dry,other,0.07244,lb,mcf +CT,LFG,wet,other,0.07244,lb,mcf +CT,LFG,none,other,0.07244,lb,mcf +CT,LFG,none,stoker,0.07244,lb,mcf +CT,LFG,dry,stoker,0.07244,lb,mcf +CT,LFG,wet,stoker,0.07244,lb,mcf +CT,LFG,dry,tangential_firing,0.07244,lb,mcf +CT,LFG,wet,tangential_firing,0.07244,lb,mcf +CT,LFG,none,tangential_firing,0.07244,lb,mcf +CT,LFG,dry,vertical_firing,0.07244,lb,mcf +CT,LFG,wet,vertical_firing,0.07244,lb,mcf +CT,LFG,none,vertical_firing,0.07244,lb,mcf +CT,LFG,dry,wall_fired,0.07244,lb,mcf +CT,LFG,wet,wall_fired,0.07244,lb,mcf +CT,LFG,none,wall_fired,0.07244,lb,mcf +GT,LFG,dry,cell_burner,0.07244,lb,mcf +GT,LFG,wet,cell_burner,0.07244,lb,mcf +GT,LFG,none,cell_burner,0.07244,lb,mcf +GT,LFG,none,cyclone_firing,0.07244,lb,mcf +GT,LFG,dry,cyclone_firing,0.07244,lb,mcf +GT,LFG,wet,cyclone_firing,0.07244,lb,mcf +GT,LFG,dry,duct_burner,0.07244,lb,mcf +GT,LFG,wet,duct_burner,0.07244,lb,mcf +GT,LFG,none,duct_burner,0.07244,lb,mcf +GT,LFG,none,fluidized_bed_firing,0.07244,lb,mcf +GT,LFG,dry,fluidized_bed_firing,0.07244,lb,mcf +GT,LFG,wet,fluidized_bed_firing,0.07244,lb,mcf +GT,LFG,dry,none,0.07244,lb,mcf +GT,LFG,wet,none,0.07244,lb,mcf GT,LFG,none,none,0.144,lb,mcf +GT,LFG,dry,other,0.07244,lb,mcf +GT,LFG,wet,other,0.07244,lb,mcf +GT,LFG,none,other,0.07244,lb,mcf +GT,LFG,none,stoker,0.07244,lb,mcf +GT,LFG,dry,stoker,0.07244,lb,mcf +GT,LFG,wet,stoker,0.07244,lb,mcf +GT,LFG,dry,tangential_firing,0.07244,lb,mcf +GT,LFG,wet,tangential_firing,0.07244,lb,mcf +GT,LFG,none,tangential_firing,0.07244,lb,mcf +GT,LFG,dry,vertical_firing,0.07244,lb,mcf +GT,LFG,wet,vertical_firing,0.07244,lb,mcf +GT,LFG,none,vertical_firing,0.07244,lb,mcf +GT,LFG,dry,wall_fired,0.07244,lb,mcf +GT,LFG,wet,wall_fired,0.07244,lb,mcf +GT,LFG,none,wall_fired,0.07244,lb,mcf IC,LFG,none,none,1.21522,lb,mcf +OT,LFG,dry,cell_burner,0.07244,lb,mcf +OT,LFG,wet,cell_burner,0.07244,lb,mcf +OT,LFG,none,cell_burner,0.07244,lb,mcf +OT,LFG,none,cyclone_firing,0.07244,lb,mcf +OT,LFG,dry,cyclone_firing,0.07244,lb,mcf +OT,LFG,wet,cyclone_firing,0.07244,lb,mcf +OT,LFG,dry,duct_burner,0.07244,lb,mcf +OT,LFG,wet,duct_burner,0.07244,lb,mcf +OT,LFG,none,duct_burner,0.07244,lb,mcf +OT,LFG,none,fluidized_bed_firing,0.07244,lb,mcf +OT,LFG,dry,fluidized_bed_firing,0.07244,lb,mcf +OT,LFG,wet,fluidized_bed_firing,0.07244,lb,mcf +OT,LFG,dry,none,0.07244,lb,mcf +OT,LFG,wet,none,0.07244,lb,mcf +OT,LFG,none,none,0.07244,lb,mcf +OT,LFG,dry,other,0.07244,lb,mcf +OT,LFG,wet,other,0.07244,lb,mcf +OT,LFG,none,other,0.07244,lb,mcf +OT,LFG,none,stoker,0.07244,lb,mcf +OT,LFG,dry,stoker,0.07244,lb,mcf +OT,LFG,wet,stoker,0.07244,lb,mcf +OT,LFG,dry,tangential_firing,0.07244,lb,mcf +OT,LFG,wet,tangential_firing,0.07244,lb,mcf +OT,LFG,none,tangential_firing,0.07244,lb,mcf +OT,LFG,dry,vertical_firing,0.07244,lb,mcf +OT,LFG,wet,vertical_firing,0.07244,lb,mcf +OT,LFG,none,vertical_firing,0.07244,lb,mcf +OT,LFG,dry,wall_fired,0.07244,lb,mcf +OT,LFG,wet,wall_fired,0.07244,lb,mcf +OT,LFG,none,wall_fired,0.07244,lb,mcf +ST,LFG,dry,cell_burner,0.07244,lb,mcf +ST,LFG,wet,cell_burner,0.07244,lb,mcf +ST,LFG,none,cell_burner,0.07244,lb,mcf +ST,LFG,none,cyclone_firing,0.07244,lb,mcf +ST,LFG,dry,cyclone_firing,0.07244,lb,mcf +ST,LFG,wet,cyclone_firing,0.07244,lb,mcf +ST,LFG,dry,duct_burner,0.07244,lb,mcf +ST,LFG,wet,duct_burner,0.07244,lb,mcf +ST,LFG,none,duct_burner,0.07244,lb,mcf +ST,LFG,none,fluidized_bed_firing,0.07244,lb,mcf +ST,LFG,dry,fluidized_bed_firing,0.07244,lb,mcf +ST,LFG,wet,fluidized_bed_firing,0.07244,lb,mcf +ST,LFG,dry,none,0.07244,lb,mcf +ST,LFG,wet,none,0.07244,lb,mcf ST,LFG,none,none,0.07244,lb,mcf +ST,LFG,dry,other,0.07244,lb,mcf +ST,LFG,wet,other,0.07244,lb,mcf +ST,LFG,none,other,0.07244,lb,mcf +ST,LFG,none,stoker,0.07244,lb,mcf +ST,LFG,dry,stoker,0.07244,lb,mcf +ST,LFG,wet,stoker,0.07244,lb,mcf +ST,LFG,dry,tangential_firing,0.07244,lb,mcf +ST,LFG,wet,tangential_firing,0.07244,lb,mcf +ST,LFG,none,tangential_firing,0.07244,lb,mcf +ST,LFG,dry,vertical_firing,0.07244,lb,mcf +ST,LFG,wet,vertical_firing,0.07244,lb,mcf +ST,LFG,none,vertical_firing,0.07244,lb,mcf ST,LFG,dry,wall_fired,0.07244,lb,mcf +ST,LFG,wet,wall_fired,0.07244,lb,mcf ST,LFG,none,wall_fired,0.07244,lb,mcf -ST,LIG,wet,cyclone_firing,15,lb,ton -ST,LIG,dry,fluidized_bed_firing,3.6,lb,ton +CA,LIG,dry,cell_burner,6.3,lb,ton +CA,LIG,wet,cell_burner,6.3,lb,ton +CA,LIG,none,cell_burner,6.3,lb,ton +CA,LIG,none,cyclone_firing,15.0,lb,ton +CA,LIG,dry,cyclone_firing,15.0,lb,ton +CA,LIG,wet,cyclone_firing,15.0,lb,ton +CA,LIG,dry,duct_burner,6.3,lb,ton +CA,LIG,wet,duct_burner,6.3,lb,ton +CA,LIG,none,duct_burner,6.3,lb,ton +CA,LIG,none,fluidized_bed_firing,3.6,lb,ton +CA,LIG,dry,fluidized_bed_firing,3.6,lb,ton +CA,LIG,wet,fluidized_bed_firing,3.6,lb,ton +CA,LIG,dry,none,6.3,lb,ton +CA,LIG,wet,none,6.3,lb,ton +CA,LIG,none,none,6.3,lb,ton +CA,LIG,dry,other,6.3,lb,ton +CA,LIG,wet,other,6.3,lb,ton +CA,LIG,none,other,6.3,lb,ton +CA,LIG,none,stoker,5.8,lb,ton +CA,LIG,dry,stoker,5.8,lb,ton +CA,LIG,wet,stoker,5.8,lb,ton +CA,LIG,dry,tangential_firing,7.1,lb,ton +CA,LIG,wet,tangential_firing,7.1,lb,ton +CA,LIG,none,tangential_firing,7.1,lb,ton +CA,LIG,dry,vertical_firing,6.3,lb,ton +CA,LIG,wet,vertical_firing,6.3,lb,ton +CA,LIG,none,vertical_firing,6.3,lb,ton +CA,LIG,dry,wall_fired,6.3,lb,ton +CA,LIG,wet,wall_fired,6.3,lb,ton +CA,LIG,none,wall_fired,6.3,lb,ton +CC,LIG,dry,cell_burner,6.3,lb,ton +CC,LIG,wet,cell_burner,6.3,lb,ton +CC,LIG,none,cell_burner,6.3,lb,ton +CC,LIG,none,cyclone_firing,15.0,lb,ton +CC,LIG,dry,cyclone_firing,15.0,lb,ton +CC,LIG,wet,cyclone_firing,15.0,lb,ton +CC,LIG,dry,duct_burner,6.3,lb,ton +CC,LIG,wet,duct_burner,6.3,lb,ton +CC,LIG,none,duct_burner,6.3,lb,ton +CC,LIG,none,fluidized_bed_firing,3.6,lb,ton +CC,LIG,dry,fluidized_bed_firing,3.6,lb,ton +CC,LIG,wet,fluidized_bed_firing,3.6,lb,ton +CC,LIG,dry,none,6.3,lb,ton +CC,LIG,wet,none,6.3,lb,ton +CC,LIG,none,none,6.3,lb,ton +CC,LIG,dry,other,6.3,lb,ton +CC,LIG,wet,other,6.3,lb,ton +CC,LIG,none,other,6.3,lb,ton +CC,LIG,none,stoker,5.8,lb,ton +CC,LIG,dry,stoker,5.8,lb,ton +CC,LIG,wet,stoker,5.8,lb,ton +CC,LIG,dry,tangential_firing,7.1,lb,ton +CC,LIG,wet,tangential_firing,7.1,lb,ton +CC,LIG,none,tangential_firing,7.1,lb,ton +CC,LIG,dry,vertical_firing,6.3,lb,ton +CC,LIG,wet,vertical_firing,6.3,lb,ton +CC,LIG,none,vertical_firing,6.3,lb,ton +CC,LIG,dry,wall_fired,6.3,lb,ton +CC,LIG,wet,wall_fired,6.3,lb,ton +CC,LIG,none,wall_fired,6.3,lb,ton +CE,LIG,none,none,6.3,lb,ton +CS,LIG,dry,cell_burner,6.3,lb,ton +CS,LIG,wet,cell_burner,6.3,lb,ton +CS,LIG,none,cell_burner,6.3,lb,ton +CS,LIG,none,cyclone_firing,15.0,lb,ton +CS,LIG,dry,cyclone_firing,15.0,lb,ton +CS,LIG,wet,cyclone_firing,15.0,lb,ton +CS,LIG,dry,duct_burner,6.3,lb,ton +CS,LIG,wet,duct_burner,6.3,lb,ton +CS,LIG,none,duct_burner,6.3,lb,ton +CS,LIG,none,fluidized_bed_firing,3.6,lb,ton +CS,LIG,dry,fluidized_bed_firing,3.6,lb,ton +CS,LIG,wet,fluidized_bed_firing,3.6,lb,ton +CS,LIG,dry,none,6.3,lb,ton +CS,LIG,wet,none,6.3,lb,ton +CS,LIG,none,none,6.3,lb,ton +CS,LIG,dry,other,6.3,lb,ton +CS,LIG,wet,other,6.3,lb,ton +CS,LIG,none,other,6.3,lb,ton +CS,LIG,none,stoker,5.8,lb,ton +CS,LIG,dry,stoker,5.8,lb,ton +CS,LIG,wet,stoker,5.8,lb,ton +CS,LIG,dry,tangential_firing,7.1,lb,ton +CS,LIG,wet,tangential_firing,7.1,lb,ton +CS,LIG,none,tangential_firing,7.1,lb,ton +CS,LIG,dry,vertical_firing,6.3,lb,ton +CS,LIG,wet,vertical_firing,6.3,lb,ton +CS,LIG,none,vertical_firing,6.3,lb,ton +CS,LIG,dry,wall_fired,6.3,lb,ton +CS,LIG,wet,wall_fired,6.3,lb,ton +CS,LIG,none,wall_fired,6.3,lb,ton +CT,LIG,dry,cell_burner,6.3,lb,ton +CT,LIG,wet,cell_burner,6.3,lb,ton +CT,LIG,none,cell_burner,6.3,lb,ton +CT,LIG,none,cyclone_firing,15.0,lb,ton +CT,LIG,dry,cyclone_firing,15.0,lb,ton +CT,LIG,wet,cyclone_firing,15.0,lb,ton +CT,LIG,dry,duct_burner,6.3,lb,ton +CT,LIG,wet,duct_burner,6.3,lb,ton +CT,LIG,none,duct_burner,6.3,lb,ton +CT,LIG,none,fluidized_bed_firing,3.6,lb,ton +CT,LIG,dry,fluidized_bed_firing,3.6,lb,ton +CT,LIG,wet,fluidized_bed_firing,3.6,lb,ton +CT,LIG,dry,none,6.3,lb,ton +CT,LIG,wet,none,6.3,lb,ton +CT,LIG,none,none,6.3,lb,ton +CT,LIG,dry,other,6.3,lb,ton +CT,LIG,wet,other,6.3,lb,ton +CT,LIG,none,other,6.3,lb,ton +CT,LIG,none,stoker,5.8,lb,ton +CT,LIG,dry,stoker,5.8,lb,ton +CT,LIG,wet,stoker,5.8,lb,ton +CT,LIG,dry,tangential_firing,7.1,lb,ton +CT,LIG,wet,tangential_firing,7.1,lb,ton +CT,LIG,none,tangential_firing,7.1,lb,ton +CT,LIG,dry,vertical_firing,6.3,lb,ton +CT,LIG,wet,vertical_firing,6.3,lb,ton +CT,LIG,none,vertical_firing,6.3,lb,ton +CT,LIG,dry,wall_fired,6.3,lb,ton +CT,LIG,wet,wall_fired,6.3,lb,ton +CT,LIG,none,wall_fired,6.3,lb,ton +GT,LIG,dry,cell_burner,6.3,lb,ton +GT,LIG,wet,cell_burner,6.3,lb,ton +GT,LIG,none,cell_burner,6.3,lb,ton +GT,LIG,none,cyclone_firing,15.0,lb,ton +GT,LIG,dry,cyclone_firing,15.0,lb,ton +GT,LIG,wet,cyclone_firing,15.0,lb,ton +GT,LIG,dry,duct_burner,6.3,lb,ton +GT,LIG,wet,duct_burner,6.3,lb,ton +GT,LIG,none,duct_burner,6.3,lb,ton +GT,LIG,none,fluidized_bed_firing,3.6,lb,ton +GT,LIG,dry,fluidized_bed_firing,3.6,lb,ton +GT,LIG,wet,fluidized_bed_firing,3.6,lb,ton +GT,LIG,dry,none,6.3,lb,ton +GT,LIG,wet,none,6.3,lb,ton +GT,LIG,none,none,6.3,lb,ton +GT,LIG,dry,other,6.3,lb,ton +GT,LIG,wet,other,6.3,lb,ton +GT,LIG,none,other,6.3,lb,ton +GT,LIG,none,stoker,5.8,lb,ton +GT,LIG,dry,stoker,5.8,lb,ton +GT,LIG,wet,stoker,5.8,lb,ton +GT,LIG,dry,tangential_firing,7.1,lb,ton +GT,LIG,wet,tangential_firing,7.1,lb,ton +GT,LIG,none,tangential_firing,7.1,lb,ton +GT,LIG,dry,vertical_firing,6.3,lb,ton +GT,LIG,wet,vertical_firing,6.3,lb,ton +GT,LIG,none,vertical_firing,6.3,lb,ton +GT,LIG,dry,wall_fired,6.3,lb,ton +GT,LIG,wet,wall_fired,6.3,lb,ton +GT,LIG,none,wall_fired,6.3,lb,ton +IC,LIG,none,none,6.3,lb,ton +OT,LIG,dry,cell_burner,6.3,lb,ton +OT,LIG,wet,cell_burner,6.3,lb,ton +OT,LIG,none,cell_burner,6.3,lb,ton +OT,LIG,none,cyclone_firing,15.0,lb,ton +OT,LIG,dry,cyclone_firing,15.0,lb,ton +OT,LIG,wet,cyclone_firing,15.0,lb,ton +OT,LIG,dry,duct_burner,6.3,lb,ton +OT,LIG,wet,duct_burner,6.3,lb,ton +OT,LIG,none,duct_burner,6.3,lb,ton +OT,LIG,none,fluidized_bed_firing,3.6,lb,ton +OT,LIG,dry,fluidized_bed_firing,3.6,lb,ton +OT,LIG,wet,fluidized_bed_firing,3.6,lb,ton +OT,LIG,dry,none,6.3,lb,ton +OT,LIG,wet,none,6.3,lb,ton +OT,LIG,none,none,6.3,lb,ton +OT,LIG,dry,other,6.3,lb,ton +OT,LIG,wet,other,6.3,lb,ton +OT,LIG,none,other,6.3,lb,ton +OT,LIG,none,stoker,5.8,lb,ton +OT,LIG,dry,stoker,5.8,lb,ton +OT,LIG,wet,stoker,5.8,lb,ton +OT,LIG,dry,tangential_firing,7.1,lb,ton +OT,LIG,wet,tangential_firing,7.1,lb,ton +OT,LIG,none,tangential_firing,7.1,lb,ton +OT,LIG,dry,vertical_firing,6.3,lb,ton +OT,LIG,wet,vertical_firing,6.3,lb,ton +OT,LIG,none,vertical_firing,6.3,lb,ton +OT,LIG,dry,wall_fired,6.3,lb,ton +OT,LIG,wet,wall_fired,6.3,lb,ton +OT,LIG,none,wall_fired,6.3,lb,ton +ST,LIG,dry,cell_burner,6.3,lb,ton +ST,LIG,wet,cell_burner,6.3,lb,ton +ST,LIG,none,cell_burner,6.3,lb,ton +ST,LIG,none,cyclone_firing,15.0,lb,ton +ST,LIG,dry,cyclone_firing,15.0,lb,ton +ST,LIG,wet,cyclone_firing,15.0,lb,ton +ST,LIG,dry,duct_burner,6.3,lb,ton +ST,LIG,wet,duct_burner,6.3,lb,ton +ST,LIG,none,duct_burner,6.3,lb,ton ST,LIG,none,fluidized_bed_firing,3.6,lb,ton +ST,LIG,dry,fluidized_bed_firing,3.6,lb,ton ST,LIG,wet,fluidized_bed_firing,3.6,lb,ton +ST,LIG,dry,none,6.3,lb,ton +ST,LIG,wet,none,6.3,lb,ton ST,LIG,none,none,6.3,lb,ton +ST,LIG,dry,other,6.3,lb,ton +ST,LIG,wet,other,6.3,lb,ton +ST,LIG,none,other,6.3,lb,ton +ST,LIG,none,stoker,5.8,lb,ton ST,LIG,dry,stoker,5.8,lb,ton +ST,LIG,wet,stoker,5.8,lb,ton ST,LIG,dry,tangential_firing,7.1,lb,ton +ST,LIG,wet,tangential_firing,7.1,lb,ton ST,LIG,none,tangential_firing,7.1,lb,ton +ST,LIG,dry,vertical_firing,6.3,lb,ton +ST,LIG,wet,vertical_firing,6.3,lb,ton +ST,LIG,none,vertical_firing,6.3,lb,ton ST,LIG,dry,wall_fired,6.3,lb,ton -ST,MSB,none,none,5,lb,ton -ST,MSB,none,other,5,lb,ton -ST,MSN,none,none,5,lb,ton -ST,MSN,none,other,5,lb,ton -ST,MSW,none,none,5,lb,ton -ST,MSW,none,other,5,lb,ton -CA,NG,none,cell_burner,0.328,lb,mcf -CA,NG,wet,cell_burner,0.328,lb,mcf -CA,NG,dry,duct_burner,0.328,lb,mcf -CA,NG,none,duct_burner,0.328,lb,mcf -CA,NG,wet,duct_burner,0.328,lb,mcf -CA,NG,none,none,0.32,lb,MMBtu -CA,NG,dry,other,0.328,lb,mcf -CA,NG,wet,other,0.328,lb,mcf -CA,NG,none,other,0.328,lb,mcf -CA,NG,none,tangential_firing,0.328,lb,mcf -CA,NG,dry,wall_fired,0.328,lb,mcf -CA,NG,none,wall_fired,0.328,lb,mcf +ST,LIG,wet,wall_fired,6.3,lb,ton +ST,LIG,none,wall_fired,6.3,lb,ton +CA,MSB,dry,cell_burner,5.0,lb,ton +CA,MSB,wet,cell_burner,5.0,lb,ton +CA,MSB,none,cell_burner,5.0,lb,ton +CA,MSB,none,cyclone_firing,5.0,lb,ton +CA,MSB,dry,cyclone_firing,5.0,lb,ton +CA,MSB,wet,cyclone_firing,5.0,lb,ton +CA,MSB,dry,duct_burner,5.0,lb,ton +CA,MSB,wet,duct_burner,5.0,lb,ton +CA,MSB,none,duct_burner,5.0,lb,ton +CA,MSB,none,fluidized_bed_firing,5.0,lb,ton +CA,MSB,dry,fluidized_bed_firing,5.0,lb,ton +CA,MSB,wet,fluidized_bed_firing,5.0,lb,ton +CA,MSB,dry,none,5.0,lb,ton +CA,MSB,wet,none,5.0,lb,ton +CA,MSB,none,none,5.0,lb,ton +CA,MSB,dry,other,5.0,lb,ton +CA,MSB,wet,other,5.0,lb,ton +CA,MSB,none,other,5.0,lb,ton +CA,MSB,none,stoker,5.0,lb,ton +CA,MSB,dry,stoker,5.0,lb,ton +CA,MSB,wet,stoker,5.0,lb,ton +CA,MSB,dry,tangential_firing,5.0,lb,ton +CA,MSB,wet,tangential_firing,5.0,lb,ton +CA,MSB,none,tangential_firing,5.0,lb,ton +CA,MSB,dry,vertical_firing,5.0,lb,ton +CA,MSB,wet,vertical_firing,5.0,lb,ton +CA,MSB,none,vertical_firing,5.0,lb,ton +CA,MSB,dry,wall_fired,5.0,lb,ton +CA,MSB,wet,wall_fired,5.0,lb,ton +CA,MSB,none,wall_fired,5.0,lb,ton +CC,MSB,dry,cell_burner,5.0,lb,ton +CC,MSB,wet,cell_burner,5.0,lb,ton +CC,MSB,none,cell_burner,5.0,lb,ton +CC,MSB,none,cyclone_firing,5.0,lb,ton +CC,MSB,dry,cyclone_firing,5.0,lb,ton +CC,MSB,wet,cyclone_firing,5.0,lb,ton +CC,MSB,dry,duct_burner,5.0,lb,ton +CC,MSB,wet,duct_burner,5.0,lb,ton +CC,MSB,none,duct_burner,5.0,lb,ton +CC,MSB,none,fluidized_bed_firing,5.0,lb,ton +CC,MSB,dry,fluidized_bed_firing,5.0,lb,ton +CC,MSB,wet,fluidized_bed_firing,5.0,lb,ton +CC,MSB,dry,none,5.0,lb,ton +CC,MSB,wet,none,5.0,lb,ton +CC,MSB,none,none,5.0,lb,ton +CC,MSB,dry,other,5.0,lb,ton +CC,MSB,wet,other,5.0,lb,ton +CC,MSB,none,other,5.0,lb,ton +CC,MSB,none,stoker,5.0,lb,ton +CC,MSB,dry,stoker,5.0,lb,ton +CC,MSB,wet,stoker,5.0,lb,ton +CC,MSB,dry,tangential_firing,5.0,lb,ton +CC,MSB,wet,tangential_firing,5.0,lb,ton +CC,MSB,none,tangential_firing,5.0,lb,ton +CC,MSB,dry,vertical_firing,5.0,lb,ton +CC,MSB,wet,vertical_firing,5.0,lb,ton +CC,MSB,none,vertical_firing,5.0,lb,ton +CC,MSB,dry,wall_fired,5.0,lb,ton +CC,MSB,wet,wall_fired,5.0,lb,ton +CC,MSB,none,wall_fired,5.0,lb,ton +CE,MSB,none,none,5.0,lb,ton +CS,MSB,dry,cell_burner,5.0,lb,ton +CS,MSB,wet,cell_burner,5.0,lb,ton +CS,MSB,none,cell_burner,5.0,lb,ton +CS,MSB,none,cyclone_firing,5.0,lb,ton +CS,MSB,dry,cyclone_firing,5.0,lb,ton +CS,MSB,wet,cyclone_firing,5.0,lb,ton +CS,MSB,dry,duct_burner,5.0,lb,ton +CS,MSB,wet,duct_burner,5.0,lb,ton +CS,MSB,none,duct_burner,5.0,lb,ton +CS,MSB,none,fluidized_bed_firing,5.0,lb,ton +CS,MSB,dry,fluidized_bed_firing,5.0,lb,ton +CS,MSB,wet,fluidized_bed_firing,5.0,lb,ton +CS,MSB,dry,none,5.0,lb,ton +CS,MSB,wet,none,5.0,lb,ton +CS,MSB,none,none,5.0,lb,ton +CS,MSB,dry,other,5.0,lb,ton +CS,MSB,wet,other,5.0,lb,ton +CS,MSB,none,other,5.0,lb,ton +CS,MSB,none,stoker,5.0,lb,ton +CS,MSB,dry,stoker,5.0,lb,ton +CS,MSB,wet,stoker,5.0,lb,ton +CS,MSB,dry,tangential_firing,5.0,lb,ton +CS,MSB,wet,tangential_firing,5.0,lb,ton +CS,MSB,none,tangential_firing,5.0,lb,ton +CS,MSB,dry,vertical_firing,5.0,lb,ton +CS,MSB,wet,vertical_firing,5.0,lb,ton +CS,MSB,none,vertical_firing,5.0,lb,ton +CS,MSB,dry,wall_fired,5.0,lb,ton +CS,MSB,wet,wall_fired,5.0,lb,ton +CS,MSB,none,wall_fired,5.0,lb,ton +CT,MSB,dry,cell_burner,5.0,lb,ton +CT,MSB,wet,cell_burner,5.0,lb,ton +CT,MSB,none,cell_burner,5.0,lb,ton +CT,MSB,none,cyclone_firing,5.0,lb,ton +CT,MSB,dry,cyclone_firing,5.0,lb,ton +CT,MSB,wet,cyclone_firing,5.0,lb,ton +CT,MSB,dry,duct_burner,5.0,lb,ton +CT,MSB,wet,duct_burner,5.0,lb,ton +CT,MSB,none,duct_burner,5.0,lb,ton +CT,MSB,none,fluidized_bed_firing,5.0,lb,ton +CT,MSB,dry,fluidized_bed_firing,5.0,lb,ton +CT,MSB,wet,fluidized_bed_firing,5.0,lb,ton +CT,MSB,dry,none,5.0,lb,ton +CT,MSB,wet,none,5.0,lb,ton +CT,MSB,none,none,5.0,lb,ton +CT,MSB,dry,other,5.0,lb,ton +CT,MSB,wet,other,5.0,lb,ton +CT,MSB,none,other,5.0,lb,ton +CT,MSB,none,stoker,5.0,lb,ton +CT,MSB,dry,stoker,5.0,lb,ton +CT,MSB,wet,stoker,5.0,lb,ton +CT,MSB,dry,tangential_firing,5.0,lb,ton +CT,MSB,wet,tangential_firing,5.0,lb,ton +CT,MSB,none,tangential_firing,5.0,lb,ton +CT,MSB,dry,vertical_firing,5.0,lb,ton +CT,MSB,wet,vertical_firing,5.0,lb,ton +CT,MSB,none,vertical_firing,5.0,lb,ton +CT,MSB,dry,wall_fired,5.0,lb,ton +CT,MSB,wet,wall_fired,5.0,lb,ton +CT,MSB,none,wall_fired,5.0,lb,ton +GT,MSB,dry,cell_burner,5.0,lb,ton +GT,MSB,wet,cell_burner,5.0,lb,ton +GT,MSB,none,cell_burner,5.0,lb,ton +GT,MSB,none,cyclone_firing,5.0,lb,ton +GT,MSB,dry,cyclone_firing,5.0,lb,ton +GT,MSB,wet,cyclone_firing,5.0,lb,ton +GT,MSB,dry,duct_burner,5.0,lb,ton +GT,MSB,wet,duct_burner,5.0,lb,ton +GT,MSB,none,duct_burner,5.0,lb,ton +GT,MSB,none,fluidized_bed_firing,5.0,lb,ton +GT,MSB,dry,fluidized_bed_firing,5.0,lb,ton +GT,MSB,wet,fluidized_bed_firing,5.0,lb,ton +GT,MSB,dry,none,5.0,lb,ton +GT,MSB,wet,none,5.0,lb,ton +GT,MSB,none,none,5.0,lb,ton +GT,MSB,dry,other,5.0,lb,ton +GT,MSB,wet,other,5.0,lb,ton +GT,MSB,none,other,5.0,lb,ton +GT,MSB,none,stoker,5.0,lb,ton +GT,MSB,dry,stoker,5.0,lb,ton +GT,MSB,wet,stoker,5.0,lb,ton +GT,MSB,dry,tangential_firing,5.0,lb,ton +GT,MSB,wet,tangential_firing,5.0,lb,ton +GT,MSB,none,tangential_firing,5.0,lb,ton +GT,MSB,dry,vertical_firing,5.0,lb,ton +GT,MSB,wet,vertical_firing,5.0,lb,ton +GT,MSB,none,vertical_firing,5.0,lb,ton +GT,MSB,dry,wall_fired,5.0,lb,ton +GT,MSB,wet,wall_fired,5.0,lb,ton +GT,MSB,none,wall_fired,5.0,lb,ton +IC,MSB,none,none,5.0,lb,ton +OT,MSB,dry,cell_burner,5.0,lb,ton +OT,MSB,wet,cell_burner,5.0,lb,ton +OT,MSB,none,cell_burner,5.0,lb,ton +OT,MSB,none,cyclone_firing,5.0,lb,ton +OT,MSB,dry,cyclone_firing,5.0,lb,ton +OT,MSB,wet,cyclone_firing,5.0,lb,ton +OT,MSB,dry,duct_burner,5.0,lb,ton +OT,MSB,wet,duct_burner,5.0,lb,ton +OT,MSB,none,duct_burner,5.0,lb,ton +OT,MSB,none,fluidized_bed_firing,5.0,lb,ton +OT,MSB,dry,fluidized_bed_firing,5.0,lb,ton +OT,MSB,wet,fluidized_bed_firing,5.0,lb,ton +OT,MSB,dry,none,5.0,lb,ton +OT,MSB,wet,none,5.0,lb,ton +OT,MSB,none,none,5.0,lb,ton +OT,MSB,dry,other,5.0,lb,ton +OT,MSB,wet,other,5.0,lb,ton +OT,MSB,none,other,5.0,lb,ton +OT,MSB,none,stoker,5.0,lb,ton +OT,MSB,dry,stoker,5.0,lb,ton +OT,MSB,wet,stoker,5.0,lb,ton +OT,MSB,dry,tangential_firing,5.0,lb,ton +OT,MSB,wet,tangential_firing,5.0,lb,ton +OT,MSB,none,tangential_firing,5.0,lb,ton +OT,MSB,dry,vertical_firing,5.0,lb,ton +OT,MSB,wet,vertical_firing,5.0,lb,ton +OT,MSB,none,vertical_firing,5.0,lb,ton +OT,MSB,dry,wall_fired,5.0,lb,ton +OT,MSB,wet,wall_fired,5.0,lb,ton +OT,MSB,none,wall_fired,5.0,lb,ton +ST,MSB,dry,cell_burner,5.0,lb,ton +ST,MSB,wet,cell_burner,5.0,lb,ton +ST,MSB,none,cell_burner,5.0,lb,ton +ST,MSB,none,cyclone_firing,5.0,lb,ton +ST,MSB,dry,cyclone_firing,5.0,lb,ton +ST,MSB,wet,cyclone_firing,5.0,lb,ton +ST,MSB,dry,duct_burner,5.0,lb,ton +ST,MSB,wet,duct_burner,5.0,lb,ton +ST,MSB,none,duct_burner,5.0,lb,ton +ST,MSB,none,fluidized_bed_firing,5.0,lb,ton +ST,MSB,dry,fluidized_bed_firing,5.0,lb,ton +ST,MSB,wet,fluidized_bed_firing,5.0,lb,ton +ST,MSB,dry,none,5.0,lb,ton +ST,MSB,wet,none,5.0,lb,ton +ST,MSB,none,none,5.0,lb,ton +ST,MSB,dry,other,5.0,lb,ton +ST,MSB,wet,other,5.0,lb,ton +ST,MSB,none,other,5.0,lb,ton +ST,MSB,none,stoker,5.0,lb,ton +ST,MSB,dry,stoker,5.0,lb,ton +ST,MSB,wet,stoker,5.0,lb,ton +ST,MSB,dry,tangential_firing,5.0,lb,ton +ST,MSB,wet,tangential_firing,5.0,lb,ton +ST,MSB,none,tangential_firing,5.0,lb,ton +ST,MSB,dry,vertical_firing,5.0,lb,ton +ST,MSB,wet,vertical_firing,5.0,lb,ton +ST,MSB,none,vertical_firing,5.0,lb,ton +ST,MSB,dry,wall_fired,5.0,lb,ton +ST,MSB,wet,wall_fired,5.0,lb,ton +ST,MSB,none,wall_fired,5.0,lb,ton +CA,MSN,dry,cell_burner,5.0,lb,ton +CA,MSN,wet,cell_burner,5.0,lb,ton +CA,MSN,none,cell_burner,5.0,lb,ton +CA,MSN,none,cyclone_firing,5.0,lb,ton +CA,MSN,dry,cyclone_firing,5.0,lb,ton +CA,MSN,wet,cyclone_firing,5.0,lb,ton +CA,MSN,dry,duct_burner,5.0,lb,ton +CA,MSN,wet,duct_burner,5.0,lb,ton +CA,MSN,none,duct_burner,5.0,lb,ton +CA,MSN,none,fluidized_bed_firing,5.0,lb,ton +CA,MSN,dry,fluidized_bed_firing,5.0,lb,ton +CA,MSN,wet,fluidized_bed_firing,5.0,lb,ton +CA,MSN,dry,none,5.0,lb,ton +CA,MSN,wet,none,5.0,lb,ton +CA,MSN,none,none,5.0,lb,ton +CA,MSN,dry,other,5.0,lb,ton +CA,MSN,wet,other,5.0,lb,ton +CA,MSN,none,other,5.0,lb,ton +CA,MSN,none,stoker,5.0,lb,ton +CA,MSN,dry,stoker,5.0,lb,ton +CA,MSN,wet,stoker,5.0,lb,ton +CA,MSN,dry,tangential_firing,5.0,lb,ton +CA,MSN,wet,tangential_firing,5.0,lb,ton +CA,MSN,none,tangential_firing,5.0,lb,ton +CA,MSN,dry,vertical_firing,5.0,lb,ton +CA,MSN,wet,vertical_firing,5.0,lb,ton +CA,MSN,none,vertical_firing,5.0,lb,ton +CA,MSN,dry,wall_fired,5.0,lb,ton +CA,MSN,wet,wall_fired,5.0,lb,ton +CA,MSN,none,wall_fired,5.0,lb,ton +CC,MSN,dry,cell_burner,5.0,lb,ton +CC,MSN,wet,cell_burner,5.0,lb,ton +CC,MSN,none,cell_burner,5.0,lb,ton +CC,MSN,none,cyclone_firing,5.0,lb,ton +CC,MSN,dry,cyclone_firing,5.0,lb,ton +CC,MSN,wet,cyclone_firing,5.0,lb,ton +CC,MSN,dry,duct_burner,5.0,lb,ton +CC,MSN,wet,duct_burner,5.0,lb,ton +CC,MSN,none,duct_burner,5.0,lb,ton +CC,MSN,none,fluidized_bed_firing,5.0,lb,ton +CC,MSN,dry,fluidized_bed_firing,5.0,lb,ton +CC,MSN,wet,fluidized_bed_firing,5.0,lb,ton +CC,MSN,dry,none,5.0,lb,ton +CC,MSN,wet,none,5.0,lb,ton +CC,MSN,none,none,5.0,lb,ton +CC,MSN,dry,other,5.0,lb,ton +CC,MSN,wet,other,5.0,lb,ton +CC,MSN,none,other,5.0,lb,ton +CC,MSN,none,stoker,5.0,lb,ton +CC,MSN,dry,stoker,5.0,lb,ton +CC,MSN,wet,stoker,5.0,lb,ton +CC,MSN,dry,tangential_firing,5.0,lb,ton +CC,MSN,wet,tangential_firing,5.0,lb,ton +CC,MSN,none,tangential_firing,5.0,lb,ton +CC,MSN,dry,vertical_firing,5.0,lb,ton +CC,MSN,wet,vertical_firing,5.0,lb,ton +CC,MSN,none,vertical_firing,5.0,lb,ton +CC,MSN,dry,wall_fired,5.0,lb,ton +CC,MSN,wet,wall_fired,5.0,lb,ton +CC,MSN,none,wall_fired,5.0,lb,ton +CE,MSN,none,none,5.0,lb,ton +CS,MSN,dry,cell_burner,5.0,lb,ton +CS,MSN,wet,cell_burner,5.0,lb,ton +CS,MSN,none,cell_burner,5.0,lb,ton +CS,MSN,none,cyclone_firing,5.0,lb,ton +CS,MSN,dry,cyclone_firing,5.0,lb,ton +CS,MSN,wet,cyclone_firing,5.0,lb,ton +CS,MSN,dry,duct_burner,5.0,lb,ton +CS,MSN,wet,duct_burner,5.0,lb,ton +CS,MSN,none,duct_burner,5.0,lb,ton +CS,MSN,none,fluidized_bed_firing,5.0,lb,ton +CS,MSN,dry,fluidized_bed_firing,5.0,lb,ton +CS,MSN,wet,fluidized_bed_firing,5.0,lb,ton +CS,MSN,dry,none,5.0,lb,ton +CS,MSN,wet,none,5.0,lb,ton +CS,MSN,none,none,5.0,lb,ton +CS,MSN,dry,other,5.0,lb,ton +CS,MSN,wet,other,5.0,lb,ton +CS,MSN,none,other,5.0,lb,ton +CS,MSN,none,stoker,5.0,lb,ton +CS,MSN,dry,stoker,5.0,lb,ton +CS,MSN,wet,stoker,5.0,lb,ton +CS,MSN,dry,tangential_firing,5.0,lb,ton +CS,MSN,wet,tangential_firing,5.0,lb,ton +CS,MSN,none,tangential_firing,5.0,lb,ton +CS,MSN,dry,vertical_firing,5.0,lb,ton +CS,MSN,wet,vertical_firing,5.0,lb,ton +CS,MSN,none,vertical_firing,5.0,lb,ton +CS,MSN,dry,wall_fired,5.0,lb,ton +CS,MSN,wet,wall_fired,5.0,lb,ton +CS,MSN,none,wall_fired,5.0,lb,ton +CT,MSN,dry,cell_burner,5.0,lb,ton +CT,MSN,wet,cell_burner,5.0,lb,ton +CT,MSN,none,cell_burner,5.0,lb,ton +CT,MSN,none,cyclone_firing,5.0,lb,ton +CT,MSN,dry,cyclone_firing,5.0,lb,ton +CT,MSN,wet,cyclone_firing,5.0,lb,ton +CT,MSN,dry,duct_burner,5.0,lb,ton +CT,MSN,wet,duct_burner,5.0,lb,ton +CT,MSN,none,duct_burner,5.0,lb,ton +CT,MSN,none,fluidized_bed_firing,5.0,lb,ton +CT,MSN,dry,fluidized_bed_firing,5.0,lb,ton +CT,MSN,wet,fluidized_bed_firing,5.0,lb,ton +CT,MSN,dry,none,5.0,lb,ton +CT,MSN,wet,none,5.0,lb,ton +CT,MSN,none,none,5.0,lb,ton +CT,MSN,dry,other,5.0,lb,ton +CT,MSN,wet,other,5.0,lb,ton +CT,MSN,none,other,5.0,lb,ton +CT,MSN,none,stoker,5.0,lb,ton +CT,MSN,dry,stoker,5.0,lb,ton +CT,MSN,wet,stoker,5.0,lb,ton +CT,MSN,dry,tangential_firing,5.0,lb,ton +CT,MSN,wet,tangential_firing,5.0,lb,ton +CT,MSN,none,tangential_firing,5.0,lb,ton +CT,MSN,dry,vertical_firing,5.0,lb,ton +CT,MSN,wet,vertical_firing,5.0,lb,ton +CT,MSN,none,vertical_firing,5.0,lb,ton +CT,MSN,dry,wall_fired,5.0,lb,ton +CT,MSN,wet,wall_fired,5.0,lb,ton +CT,MSN,none,wall_fired,5.0,lb,ton +GT,MSN,dry,cell_burner,5.0,lb,ton +GT,MSN,wet,cell_burner,5.0,lb,ton +GT,MSN,none,cell_burner,5.0,lb,ton +GT,MSN,none,cyclone_firing,5.0,lb,ton +GT,MSN,dry,cyclone_firing,5.0,lb,ton +GT,MSN,wet,cyclone_firing,5.0,lb,ton +GT,MSN,dry,duct_burner,5.0,lb,ton +GT,MSN,wet,duct_burner,5.0,lb,ton +GT,MSN,none,duct_burner,5.0,lb,ton +GT,MSN,none,fluidized_bed_firing,5.0,lb,ton +GT,MSN,dry,fluidized_bed_firing,5.0,lb,ton +GT,MSN,wet,fluidized_bed_firing,5.0,lb,ton +GT,MSN,dry,none,5.0,lb,ton +GT,MSN,wet,none,5.0,lb,ton +GT,MSN,none,none,5.0,lb,ton +GT,MSN,dry,other,5.0,lb,ton +GT,MSN,wet,other,5.0,lb,ton +GT,MSN,none,other,5.0,lb,ton +GT,MSN,none,stoker,5.0,lb,ton +GT,MSN,dry,stoker,5.0,lb,ton +GT,MSN,wet,stoker,5.0,lb,ton +GT,MSN,dry,tangential_firing,5.0,lb,ton +GT,MSN,wet,tangential_firing,5.0,lb,ton +GT,MSN,none,tangential_firing,5.0,lb,ton +GT,MSN,dry,vertical_firing,5.0,lb,ton +GT,MSN,wet,vertical_firing,5.0,lb,ton +GT,MSN,none,vertical_firing,5.0,lb,ton +GT,MSN,dry,wall_fired,5.0,lb,ton +GT,MSN,wet,wall_fired,5.0,lb,ton +GT,MSN,none,wall_fired,5.0,lb,ton +IC,MSN,none,none,5.0,lb,ton +OT,MSN,dry,cell_burner,5.0,lb,ton +OT,MSN,wet,cell_burner,5.0,lb,ton +OT,MSN,none,cell_burner,5.0,lb,ton +OT,MSN,none,cyclone_firing,5.0,lb,ton +OT,MSN,dry,cyclone_firing,5.0,lb,ton +OT,MSN,wet,cyclone_firing,5.0,lb,ton +OT,MSN,dry,duct_burner,5.0,lb,ton +OT,MSN,wet,duct_burner,5.0,lb,ton +OT,MSN,none,duct_burner,5.0,lb,ton +OT,MSN,none,fluidized_bed_firing,5.0,lb,ton +OT,MSN,dry,fluidized_bed_firing,5.0,lb,ton +OT,MSN,wet,fluidized_bed_firing,5.0,lb,ton +OT,MSN,dry,none,5.0,lb,ton +OT,MSN,wet,none,5.0,lb,ton +OT,MSN,none,none,5.0,lb,ton +OT,MSN,dry,other,5.0,lb,ton +OT,MSN,wet,other,5.0,lb,ton +OT,MSN,none,other,5.0,lb,ton +OT,MSN,none,stoker,5.0,lb,ton +OT,MSN,dry,stoker,5.0,lb,ton +OT,MSN,wet,stoker,5.0,lb,ton +OT,MSN,dry,tangential_firing,5.0,lb,ton +OT,MSN,wet,tangential_firing,5.0,lb,ton +OT,MSN,none,tangential_firing,5.0,lb,ton +OT,MSN,dry,vertical_firing,5.0,lb,ton +OT,MSN,wet,vertical_firing,5.0,lb,ton +OT,MSN,none,vertical_firing,5.0,lb,ton +OT,MSN,dry,wall_fired,5.0,lb,ton +OT,MSN,wet,wall_fired,5.0,lb,ton +OT,MSN,none,wall_fired,5.0,lb,ton +ST,MSN,dry,cell_burner,5.0,lb,ton +ST,MSN,wet,cell_burner,5.0,lb,ton +ST,MSN,none,cell_burner,5.0,lb,ton +ST,MSN,none,cyclone_firing,5.0,lb,ton +ST,MSN,dry,cyclone_firing,5.0,lb,ton +ST,MSN,wet,cyclone_firing,5.0,lb,ton +ST,MSN,dry,duct_burner,5.0,lb,ton +ST,MSN,wet,duct_burner,5.0,lb,ton +ST,MSN,none,duct_burner,5.0,lb,ton +ST,MSN,none,fluidized_bed_firing,5.0,lb,ton +ST,MSN,dry,fluidized_bed_firing,5.0,lb,ton +ST,MSN,wet,fluidized_bed_firing,5.0,lb,ton +ST,MSN,dry,none,5.0,lb,ton +ST,MSN,wet,none,5.0,lb,ton +ST,MSN,none,none,5.0,lb,ton +ST,MSN,dry,other,5.0,lb,ton +ST,MSN,wet,other,5.0,lb,ton +ST,MSN,none,other,5.0,lb,ton +ST,MSN,none,stoker,5.0,lb,ton +ST,MSN,dry,stoker,5.0,lb,ton +ST,MSN,wet,stoker,5.0,lb,ton +ST,MSN,dry,tangential_firing,5.0,lb,ton +ST,MSN,wet,tangential_firing,5.0,lb,ton +ST,MSN,none,tangential_firing,5.0,lb,ton +ST,MSN,dry,vertical_firing,5.0,lb,ton +ST,MSN,wet,vertical_firing,5.0,lb,ton +ST,MSN,none,vertical_firing,5.0,lb,ton +ST,MSN,dry,wall_fired,5.0,lb,ton +ST,MSN,wet,wall_fired,5.0,lb,ton +ST,MSN,none,wall_fired,5.0,lb,ton +CA,MSW,dry,cell_burner,5.0,lb,ton +CA,MSW,wet,cell_burner,5.0,lb,ton +CA,MSW,none,cell_burner,5.0,lb,ton +CA,MSW,none,cyclone_firing,5.0,lb,ton +CA,MSW,dry,cyclone_firing,5.0,lb,ton +CA,MSW,wet,cyclone_firing,5.0,lb,ton +CA,MSW,dry,duct_burner,5.0,lb,ton +CA,MSW,wet,duct_burner,5.0,lb,ton +CA,MSW,none,duct_burner,5.0,lb,ton +CA,MSW,none,fluidized_bed_firing,5.0,lb,ton +CA,MSW,dry,fluidized_bed_firing,5.0,lb,ton +CA,MSW,wet,fluidized_bed_firing,5.0,lb,ton +CA,MSW,dry,none,5.0,lb,ton +CA,MSW,wet,none,5.0,lb,ton +CA,MSW,none,none,5.0,lb,ton +CA,MSW,dry,other,5.0,lb,ton +CA,MSW,wet,other,5.0,lb,ton +CA,MSW,none,other,5.0,lb,ton +CA,MSW,none,stoker,5.0,lb,ton +CA,MSW,dry,stoker,5.0,lb,ton +CA,MSW,wet,stoker,5.0,lb,ton +CA,MSW,dry,tangential_firing,5.0,lb,ton +CA,MSW,wet,tangential_firing,5.0,lb,ton +CA,MSW,none,tangential_firing,5.0,lb,ton +CA,MSW,dry,vertical_firing,5.0,lb,ton +CA,MSW,wet,vertical_firing,5.0,lb,ton +CA,MSW,none,vertical_firing,5.0,lb,ton +CA,MSW,dry,wall_fired,5.0,lb,ton +CA,MSW,wet,wall_fired,5.0,lb,ton +CA,MSW,none,wall_fired,5.0,lb,ton +CC,MSW,dry,cell_burner,5.0,lb,ton +CC,MSW,wet,cell_burner,5.0,lb,ton +CC,MSW,none,cell_burner,5.0,lb,ton +CC,MSW,none,cyclone_firing,5.0,lb,ton +CC,MSW,dry,cyclone_firing,5.0,lb,ton +CC,MSW,wet,cyclone_firing,5.0,lb,ton +CC,MSW,dry,duct_burner,5.0,lb,ton +CC,MSW,wet,duct_burner,5.0,lb,ton +CC,MSW,none,duct_burner,5.0,lb,ton +CC,MSW,none,fluidized_bed_firing,5.0,lb,ton +CC,MSW,dry,fluidized_bed_firing,5.0,lb,ton +CC,MSW,wet,fluidized_bed_firing,5.0,lb,ton +CC,MSW,dry,none,5.0,lb,ton +CC,MSW,wet,none,5.0,lb,ton +CC,MSW,none,none,5.0,lb,ton +CC,MSW,dry,other,5.0,lb,ton +CC,MSW,wet,other,5.0,lb,ton +CC,MSW,none,other,5.0,lb,ton +CC,MSW,none,stoker,5.0,lb,ton +CC,MSW,dry,stoker,5.0,lb,ton +CC,MSW,wet,stoker,5.0,lb,ton +CC,MSW,dry,tangential_firing,5.0,lb,ton +CC,MSW,wet,tangential_firing,5.0,lb,ton +CC,MSW,none,tangential_firing,5.0,lb,ton +CC,MSW,dry,vertical_firing,5.0,lb,ton +CC,MSW,wet,vertical_firing,5.0,lb,ton +CC,MSW,none,vertical_firing,5.0,lb,ton +CC,MSW,dry,wall_fired,5.0,lb,ton +CC,MSW,wet,wall_fired,5.0,lb,ton +CC,MSW,none,wall_fired,5.0,lb,ton +CE,MSW,none,none,5.0,lb,ton +CS,MSW,dry,cell_burner,5.0,lb,ton +CS,MSW,wet,cell_burner,5.0,lb,ton +CS,MSW,none,cell_burner,5.0,lb,ton +CS,MSW,none,cyclone_firing,5.0,lb,ton +CS,MSW,dry,cyclone_firing,5.0,lb,ton +CS,MSW,wet,cyclone_firing,5.0,lb,ton +CS,MSW,dry,duct_burner,5.0,lb,ton +CS,MSW,wet,duct_burner,5.0,lb,ton +CS,MSW,none,duct_burner,5.0,lb,ton +CS,MSW,none,fluidized_bed_firing,5.0,lb,ton +CS,MSW,dry,fluidized_bed_firing,5.0,lb,ton +CS,MSW,wet,fluidized_bed_firing,5.0,lb,ton +CS,MSW,dry,none,5.0,lb,ton +CS,MSW,wet,none,5.0,lb,ton +CS,MSW,none,none,5.0,lb,ton +CS,MSW,dry,other,5.0,lb,ton +CS,MSW,wet,other,5.0,lb,ton +CS,MSW,none,other,5.0,lb,ton +CS,MSW,none,stoker,5.0,lb,ton +CS,MSW,dry,stoker,5.0,lb,ton +CS,MSW,wet,stoker,5.0,lb,ton +CS,MSW,dry,tangential_firing,5.0,lb,ton +CS,MSW,wet,tangential_firing,5.0,lb,ton +CS,MSW,none,tangential_firing,5.0,lb,ton +CS,MSW,dry,vertical_firing,5.0,lb,ton +CS,MSW,wet,vertical_firing,5.0,lb,ton +CS,MSW,none,vertical_firing,5.0,lb,ton +CS,MSW,dry,wall_fired,5.0,lb,ton +CS,MSW,wet,wall_fired,5.0,lb,ton +CS,MSW,none,wall_fired,5.0,lb,ton +CT,MSW,dry,cell_burner,5.0,lb,ton +CT,MSW,wet,cell_burner,5.0,lb,ton +CT,MSW,none,cell_burner,5.0,lb,ton +CT,MSW,none,cyclone_firing,5.0,lb,ton +CT,MSW,dry,cyclone_firing,5.0,lb,ton +CT,MSW,wet,cyclone_firing,5.0,lb,ton +CT,MSW,dry,duct_burner,5.0,lb,ton +CT,MSW,wet,duct_burner,5.0,lb,ton +CT,MSW,none,duct_burner,5.0,lb,ton +CT,MSW,none,fluidized_bed_firing,5.0,lb,ton +CT,MSW,dry,fluidized_bed_firing,5.0,lb,ton +CT,MSW,wet,fluidized_bed_firing,5.0,lb,ton +CT,MSW,dry,none,5.0,lb,ton +CT,MSW,wet,none,5.0,lb,ton +CT,MSW,none,none,5.0,lb,ton +CT,MSW,dry,other,5.0,lb,ton +CT,MSW,wet,other,5.0,lb,ton +CT,MSW,none,other,5.0,lb,ton +CT,MSW,none,stoker,5.0,lb,ton +CT,MSW,dry,stoker,5.0,lb,ton +CT,MSW,wet,stoker,5.0,lb,ton +CT,MSW,dry,tangential_firing,5.0,lb,ton +CT,MSW,wet,tangential_firing,5.0,lb,ton +CT,MSW,none,tangential_firing,5.0,lb,ton +CT,MSW,dry,vertical_firing,5.0,lb,ton +CT,MSW,wet,vertical_firing,5.0,lb,ton +CT,MSW,none,vertical_firing,5.0,lb,ton +CT,MSW,dry,wall_fired,5.0,lb,ton +CT,MSW,wet,wall_fired,5.0,lb,ton +CT,MSW,none,wall_fired,5.0,lb,ton +GT,MSW,dry,cell_burner,5.0,lb,ton +GT,MSW,wet,cell_burner,5.0,lb,ton +GT,MSW,none,cell_burner,5.0,lb,ton +GT,MSW,none,cyclone_firing,5.0,lb,ton +GT,MSW,dry,cyclone_firing,5.0,lb,ton +GT,MSW,wet,cyclone_firing,5.0,lb,ton +GT,MSW,dry,duct_burner,5.0,lb,ton +GT,MSW,wet,duct_burner,5.0,lb,ton +GT,MSW,none,duct_burner,5.0,lb,ton +GT,MSW,none,fluidized_bed_firing,5.0,lb,ton +GT,MSW,dry,fluidized_bed_firing,5.0,lb,ton +GT,MSW,wet,fluidized_bed_firing,5.0,lb,ton +GT,MSW,dry,none,5.0,lb,ton +GT,MSW,wet,none,5.0,lb,ton +GT,MSW,none,none,5.0,lb,ton +GT,MSW,dry,other,5.0,lb,ton +GT,MSW,wet,other,5.0,lb,ton +GT,MSW,none,other,5.0,lb,ton +GT,MSW,none,stoker,5.0,lb,ton +GT,MSW,dry,stoker,5.0,lb,ton +GT,MSW,wet,stoker,5.0,lb,ton +GT,MSW,dry,tangential_firing,5.0,lb,ton +GT,MSW,wet,tangential_firing,5.0,lb,ton +GT,MSW,none,tangential_firing,5.0,lb,ton +GT,MSW,dry,vertical_firing,5.0,lb,ton +GT,MSW,wet,vertical_firing,5.0,lb,ton +GT,MSW,none,vertical_firing,5.0,lb,ton +GT,MSW,dry,wall_fired,5.0,lb,ton +GT,MSW,wet,wall_fired,5.0,lb,ton +GT,MSW,none,wall_fired,5.0,lb,ton +IC,MSW,none,none,5.0,lb,ton +OT,MSW,dry,cell_burner,5.0,lb,ton +OT,MSW,wet,cell_burner,5.0,lb,ton +OT,MSW,none,cell_burner,5.0,lb,ton +OT,MSW,none,cyclone_firing,5.0,lb,ton +OT,MSW,dry,cyclone_firing,5.0,lb,ton +OT,MSW,wet,cyclone_firing,5.0,lb,ton +OT,MSW,dry,duct_burner,5.0,lb,ton +OT,MSW,wet,duct_burner,5.0,lb,ton +OT,MSW,none,duct_burner,5.0,lb,ton +OT,MSW,none,fluidized_bed_firing,5.0,lb,ton +OT,MSW,dry,fluidized_bed_firing,5.0,lb,ton +OT,MSW,wet,fluidized_bed_firing,5.0,lb,ton +OT,MSW,dry,none,5.0,lb,ton +OT,MSW,wet,none,5.0,lb,ton +OT,MSW,none,none,5.0,lb,ton +OT,MSW,dry,other,5.0,lb,ton +OT,MSW,wet,other,5.0,lb,ton +OT,MSW,none,other,5.0,lb,ton +OT,MSW,none,stoker,5.0,lb,ton +OT,MSW,dry,stoker,5.0,lb,ton +OT,MSW,wet,stoker,5.0,lb,ton +OT,MSW,dry,tangential_firing,5.0,lb,ton +OT,MSW,wet,tangential_firing,5.0,lb,ton +OT,MSW,none,tangential_firing,5.0,lb,ton +OT,MSW,dry,vertical_firing,5.0,lb,ton +OT,MSW,wet,vertical_firing,5.0,lb,ton +OT,MSW,none,vertical_firing,5.0,lb,ton +OT,MSW,dry,wall_fired,5.0,lb,ton +OT,MSW,wet,wall_fired,5.0,lb,ton +OT,MSW,none,wall_fired,5.0,lb,ton +ST,MSW,dry,cell_burner,5.0,lb,ton +ST,MSW,wet,cell_burner,5.0,lb,ton +ST,MSW,none,cell_burner,5.0,lb,ton +ST,MSW,none,cyclone_firing,5.0,lb,ton +ST,MSW,dry,cyclone_firing,5.0,lb,ton +ST,MSW,wet,cyclone_firing,5.0,lb,ton +ST,MSW,dry,duct_burner,5.0,lb,ton +ST,MSW,wet,duct_burner,5.0,lb,ton +ST,MSW,none,duct_burner,5.0,lb,ton +ST,MSW,none,fluidized_bed_firing,5.0,lb,ton +ST,MSW,dry,fluidized_bed_firing,5.0,lb,ton +ST,MSW,wet,fluidized_bed_firing,5.0,lb,ton +ST,MSW,dry,none,5.0,lb,ton +ST,MSW,wet,none,5.0,lb,ton +ST,MSW,none,none,5.0,lb,ton +ST,MSW,dry,other,5.0,lb,ton +ST,MSW,wet,other,5.0,lb,ton +ST,MSW,none,other,5.0,lb,ton +ST,MSW,none,stoker,5.0,lb,ton +ST,MSW,dry,stoker,5.0,lb,ton +ST,MSW,wet,stoker,5.0,lb,ton +ST,MSW,dry,tangential_firing,5.0,lb,ton +ST,MSW,wet,tangential_firing,5.0,lb,ton +ST,MSW,none,tangential_firing,5.0,lb,ton +ST,MSW,dry,vertical_firing,5.0,lb,ton +ST,MSW,wet,vertical_firing,5.0,lb,ton +ST,MSW,none,vertical_firing,5.0,lb,ton +ST,MSW,dry,wall_fired,5.0,lb,ton +ST,MSW,wet,wall_fired,5.0,lb,ton +ST,MSW,none,wall_fired,5.0,lb,ton +CA,NG,dry,cell_burner,0.28,lb,mcf +CA,NG,wet,cell_burner,0.28,lb,mcf +CA,NG,none,cell_burner,0.28,lb,mcf +CA,NG,none,cyclone_firing,0.28,lb,mcf +CA,NG,dry,cyclone_firing,0.28,lb,mcf +CA,NG,wet,cyclone_firing,0.28,lb,mcf +CA,NG,dry,duct_burner,0.28,lb,mcf +CA,NG,wet,duct_burner,0.28,lb,mcf +CA,NG,none,duct_burner,0.28,lb,mcf +CA,NG,none,fluidized_bed_firing,0.28,lb,mcf +CA,NG,dry,fluidized_bed_firing,0.28,lb,mcf +CA,NG,wet,fluidized_bed_firing,0.28,lb,mcf +CA,NG,dry,none,0.28,lb,mcf +CA,NG,wet,none,0.28,lb,mcf +CA,NG,none,none,0.328,lb,mcf +CA,NG,dry,other,0.28,lb,mcf +CA,NG,wet,other,0.28,lb,mcf +CA,NG,none,other,0.28,lb,mcf +CA,NG,none,stoker,0.28,lb,mcf +CA,NG,dry,stoker,0.28,lb,mcf +CA,NG,wet,stoker,0.28,lb,mcf +CA,NG,dry,tangential_firing,0.17,lb,mcf +CA,NG,wet,tangential_firing,0.17,lb,mcf +CA,NG,none,tangential_firing,0.17,lb,mcf +CA,NG,dry,vertical_firing,0.28,lb,mcf +CA,NG,wet,vertical_firing,0.28,lb,mcf +CA,NG,none,vertical_firing,0.28,lb,mcf +CA,NG,dry,wall_fired,0.28,lb,mcf +CA,NG,wet,wall_fired,0.28,lb,mcf +CA,NG,none,wall_fired,0.28,lb,mcf +CC,NG,dry,cell_burner,0.28,lb,mcf +CC,NG,wet,cell_burner,0.28,lb,mcf +CC,NG,none,cell_burner,0.28,lb,mcf +CC,NG,none,cyclone_firing,0.28,lb,mcf +CC,NG,dry,cyclone_firing,0.28,lb,mcf +CC,NG,wet,cyclone_firing,0.28,lb,mcf +CC,NG,dry,duct_burner,0.28,lb,mcf +CC,NG,wet,duct_burner,0.28,lb,mcf +CC,NG,none,duct_burner,0.28,lb,mcf +CC,NG,none,fluidized_bed_firing,0.28,lb,mcf +CC,NG,dry,fluidized_bed_firing,0.28,lb,mcf +CC,NG,wet,fluidized_bed_firing,0.28,lb,mcf +CC,NG,dry,none,0.28,lb,mcf +CC,NG,wet,none,0.28,lb,mcf +CC,NG,none,none,0.328,lb,mcf +CC,NG,dry,other,0.28,lb,mcf +CC,NG,wet,other,0.28,lb,mcf +CC,NG,none,other,0.28,lb,mcf +CC,NG,none,stoker,0.28,lb,mcf +CC,NG,dry,stoker,0.28,lb,mcf +CC,NG,wet,stoker,0.28,lb,mcf +CC,NG,dry,tangential_firing,0.17,lb,mcf +CC,NG,wet,tangential_firing,0.17,lb,mcf +CC,NG,none,tangential_firing,0.17,lb,mcf +CC,NG,dry,vertical_firing,0.28,lb,mcf +CC,NG,wet,vertical_firing,0.28,lb,mcf +CC,NG,none,vertical_firing,0.28,lb,mcf +CC,NG,dry,wall_fired,0.28,lb,mcf +CC,NG,wet,wall_fired,0.28,lb,mcf +CC,NG,none,wall_fired,0.28,lb,mcf CE,NG,none,none,0.328,lb,mcf -CS,NG,dry,duct_burner,0.328,lb,mcf -CS,NG,none,duct_burner,0.328,lb,mcf -CS,NG,none,none,0.32,lb,MMBtu -CS,NG,dry,other,0.328,lb,mcf -CS,NG,none,other,0.328,lb,mcf -CT,NG,none,CC,0.328,lb,mcf -CT,NG,none,cell_burner,0.328,lb,mcf -CT,NG,wet,cell_burner,0.328,lb,mcf -CT,NG,dry,duct_burner,0.328,lb,mcf -CT,NG,none,duct_burner,0.328,lb,mcf -CT,NG,wet,duct_burner,0.328,lb,mcf +CS,NG,dry,cell_burner,0.28,lb,mcf +CS,NG,wet,cell_burner,0.28,lb,mcf +CS,NG,none,cell_burner,0.28,lb,mcf +CS,NG,none,cyclone_firing,0.28,lb,mcf +CS,NG,dry,cyclone_firing,0.28,lb,mcf +CS,NG,wet,cyclone_firing,0.28,lb,mcf +CS,NG,dry,duct_burner,0.28,lb,mcf +CS,NG,wet,duct_burner,0.28,lb,mcf +CS,NG,none,duct_burner,0.28,lb,mcf +CS,NG,none,fluidized_bed_firing,0.28,lb,mcf +CS,NG,dry,fluidized_bed_firing,0.28,lb,mcf +CS,NG,wet,fluidized_bed_firing,0.28,lb,mcf +CS,NG,dry,none,0.28,lb,mcf +CS,NG,wet,none,0.28,lb,mcf +CS,NG,none,none,0.328,lb,mcf +CS,NG,dry,other,0.28,lb,mcf +CS,NG,wet,other,0.28,lb,mcf +CS,NG,none,other,0.28,lb,mcf +CS,NG,none,stoker,0.28,lb,mcf +CS,NG,dry,stoker,0.28,lb,mcf +CS,NG,wet,stoker,0.28,lb,mcf +CS,NG,dry,tangential_firing,0.17,lb,mcf +CS,NG,wet,tangential_firing,0.17,lb,mcf +CS,NG,none,tangential_firing,0.17,lb,mcf +CS,NG,dry,vertical_firing,0.28,lb,mcf +CS,NG,wet,vertical_firing,0.28,lb,mcf +CS,NG,none,vertical_firing,0.28,lb,mcf +CS,NG,dry,wall_fired,0.28,lb,mcf +CS,NG,wet,wall_fired,0.28,lb,mcf +CS,NG,none,wall_fired,0.28,lb,mcf +CT,NG,dry,cell_burner,0.28,lb,mcf +CT,NG,wet,cell_burner,0.28,lb,mcf +CT,NG,none,cell_burner,0.28,lb,mcf +CT,NG,none,cyclone_firing,0.28,lb,mcf +CT,NG,dry,cyclone_firing,0.28,lb,mcf +CT,NG,wet,cyclone_firing,0.28,lb,mcf +CT,NG,dry,duct_burner,0.28,lb,mcf +CT,NG,wet,duct_burner,0.28,lb,mcf +CT,NG,none,duct_burner,0.28,lb,mcf +CT,NG,none,fluidized_bed_firing,0.28,lb,mcf +CT,NG,dry,fluidized_bed_firing,0.28,lb,mcf +CT,NG,wet,fluidized_bed_firing,0.28,lb,mcf +CT,NG,dry,none,0.28,lb,mcf +CT,NG,wet,none,0.28,lb,mcf CT,NG,none,none,0.328,lb,mcf -CT,NG,dry,other,0.328,lb,mcf -CT,NG,wet,other,0.328,lb,mcf -CT,NG,none,other,0.328,lb,mcf -CT,NG,none,tangential_firing,0.328,lb,mcf -CT,NG,dry,wall_fired,0.328,lb,mcf -CT,NG,none,wall_fired,0.328,lb,mcf -FC,NG,none,none,,lb,mcf -GT,NG,none,CT,0.328,lb,mcf -GT,NG,none,none,0.32,lb,MMBtu -GT,NG,none,tangential_firing,0.328,lb,mcf -GT,NG,none,wall_fired,0.328,lb,mcf +CT,NG,dry,other,0.28,lb,mcf +CT,NG,wet,other,0.28,lb,mcf +CT,NG,none,other,0.28,lb,mcf +CT,NG,none,stoker,0.28,lb,mcf +CT,NG,dry,stoker,0.28,lb,mcf +CT,NG,wet,stoker,0.28,lb,mcf +CT,NG,dry,tangential_firing,0.17,lb,mcf +CT,NG,wet,tangential_firing,0.17,lb,mcf +CT,NG,none,tangential_firing,0.17,lb,mcf +CT,NG,dry,vertical_firing,0.28,lb,mcf +CT,NG,wet,vertical_firing,0.28,lb,mcf +CT,NG,none,vertical_firing,0.28,lb,mcf +CT,NG,dry,wall_fired,0.28,lb,mcf +CT,NG,wet,wall_fired,0.28,lb,mcf +CT,NG,none,wall_fired,0.28,lb,mcf +GT,NG,dry,cell_burner,0.28,lb,mcf +GT,NG,wet,cell_burner,0.28,lb,mcf +GT,NG,none,cell_burner,0.28,lb,mcf +GT,NG,none,cyclone_firing,0.28,lb,mcf +GT,NG,dry,cyclone_firing,0.28,lb,mcf +GT,NG,wet,cyclone_firing,0.28,lb,mcf +GT,NG,dry,duct_burner,0.28,lb,mcf +GT,NG,wet,duct_burner,0.28,lb,mcf +GT,NG,none,duct_burner,0.28,lb,mcf +GT,NG,none,fluidized_bed_firing,0.28,lb,mcf +GT,NG,dry,fluidized_bed_firing,0.28,lb,mcf +GT,NG,wet,fluidized_bed_firing,0.28,lb,mcf +GT,NG,dry,none,0.28,lb,mcf +GT,NG,wet,none,0.28,lb,mcf +GT,NG,none,none,0.328,lb,mcf +GT,NG,dry,other,0.28,lb,mcf +GT,NG,wet,other,0.28,lb,mcf +GT,NG,none,other,0.28,lb,mcf +GT,NG,none,stoker,0.28,lb,mcf +GT,NG,dry,stoker,0.28,lb,mcf +GT,NG,wet,stoker,0.28,lb,mcf +GT,NG,dry,tangential_firing,0.17,lb,mcf +GT,NG,wet,tangential_firing,0.17,lb,mcf +GT,NG,none,tangential_firing,0.17,lb,mcf +GT,NG,dry,vertical_firing,0.28,lb,mcf +GT,NG,wet,vertical_firing,0.28,lb,mcf +GT,NG,none,vertical_firing,0.28,lb,mcf +GT,NG,dry,wall_fired,0.28,lb,mcf +GT,NG,wet,wall_fired,0.28,lb,mcf +GT,NG,none,wall_fired,0.28,lb,mcf IC,NG,none,none,2.768,lb,mcf +OT,NG,dry,cell_burner,0.28,lb,mcf +OT,NG,wet,cell_burner,0.28,lb,mcf +OT,NG,none,cell_burner,0.28,lb,mcf +OT,NG,none,cyclone_firing,0.28,lb,mcf +OT,NG,dry,cyclone_firing,0.28,lb,mcf +OT,NG,wet,cyclone_firing,0.28,lb,mcf +OT,NG,dry,duct_burner,0.28,lb,mcf +OT,NG,wet,duct_burner,0.28,lb,mcf +OT,NG,none,duct_burner,0.28,lb,mcf +OT,NG,none,fluidized_bed_firing,0.28,lb,mcf +OT,NG,dry,fluidized_bed_firing,0.28,lb,mcf +OT,NG,wet,fluidized_bed_firing,0.28,lb,mcf +OT,NG,dry,none,0.28,lb,mcf +OT,NG,wet,none,0.28,lb,mcf OT,NG,none,none,0.28,lb,mcf +OT,NG,dry,other,0.28,lb,mcf +OT,NG,wet,other,0.28,lb,mcf +OT,NG,none,other,0.28,lb,mcf +OT,NG,none,stoker,0.28,lb,mcf +OT,NG,dry,stoker,0.28,lb,mcf +OT,NG,wet,stoker,0.28,lb,mcf +OT,NG,dry,tangential_firing,0.17,lb,mcf +OT,NG,wet,tangential_firing,0.17,lb,mcf +OT,NG,none,tangential_firing,0.17,lb,mcf +OT,NG,dry,vertical_firing,0.28,lb,mcf +OT,NG,wet,vertical_firing,0.28,lb,mcf +OT,NG,none,vertical_firing,0.28,lb,mcf +OT,NG,dry,wall_fired,0.28,lb,mcf +OT,NG,wet,wall_fired,0.28,lb,mcf +OT,NG,none,wall_fired,0.28,lb,mcf ST,NG,dry,cell_burner,0.28,lb,mcf -ST,NG,dry,cyclone_firing,0.28,lb,mcf +ST,NG,wet,cell_burner,0.28,lb,mcf +ST,NG,none,cell_burner,0.28,lb,mcf ST,NG,none,cyclone_firing,0.28,lb,mcf +ST,NG,dry,cyclone_firing,0.28,lb,mcf ST,NG,wet,cyclone_firing,0.28,lb,mcf ST,NG,dry,duct_burner,0.28,lb,mcf -ST,NG,none,duct_burner,0.28,lb,mcf ST,NG,wet,duct_burner,0.28,lb,mcf -ST,NG,dry,fluidized_bed_firing,0.28,lb,mcf +ST,NG,none,duct_burner,0.28,lb,mcf ST,NG,none,fluidized_bed_firing,0.28,lb,mcf +ST,NG,dry,fluidized_bed_firing,0.28,lb,mcf ST,NG,wet,fluidized_bed_firing,0.28,lb,mcf ST,NG,dry,none,0.28,lb,mcf -ST,NG,none,none,0.28,lb,mcf ST,NG,wet,none,0.28,lb,mcf +ST,NG,none,none,0.28,lb,mcf ST,NG,dry,other,0.28,lb,mcf -ST,NG,none,other,0.28,lb,mcf ST,NG,wet,other,0.28,lb,mcf -ST,NG,dry,stoker,0.28,lb,mcf +ST,NG,none,other,0.28,lb,mcf ST,NG,none,stoker,0.28,lb,mcf +ST,NG,dry,stoker,0.28,lb,mcf ST,NG,wet,stoker,0.28,lb,mcf ST,NG,dry,tangential_firing,0.17,lb,mcf -ST,NG,none,tangential_firing,0.17,lb,mcf ST,NG,wet,tangential_firing,0.17,lb,mcf +ST,NG,none,tangential_firing,0.17,lb,mcf ST,NG,dry,vertical_firing,0.28,lb,mcf ST,NG,wet,vertical_firing,0.28,lb,mcf +ST,NG,none,vertical_firing,0.28,lb,mcf ST,NG,dry,wall_fired,0.28,lb,mcf -ST,NG,none,wall_fired,0.28,lb,mcf ST,NG,wet,wall_fired,0.28,lb,mcf -CA,OBG,none,duct_burner,0.3136,lb,mcf +ST,NG,none,wall_fired,0.28,lb,mcf +CA,OBG,dry,cell_burner,0.11283,lb,mcf +CA,OBG,wet,cell_burner,0.11283,lb,mcf +CA,OBG,none,cell_burner,0.11283,lb,mcf +CA,OBG,none,cyclone_firing,0.11283,lb,mcf +CA,OBG,dry,cyclone_firing,0.11283,lb,mcf +CA,OBG,wet,cyclone_firing,0.11283,lb,mcf +CA,OBG,dry,duct_burner,0.11283,lb,mcf +CA,OBG,wet,duct_burner,0.11283,lb,mcf +CA,OBG,none,duct_burner,0.11283,lb,mcf +CA,OBG,none,fluidized_bed_firing,0.11283,lb,mcf +CA,OBG,dry,fluidized_bed_firing,0.11283,lb,mcf +CA,OBG,wet,fluidized_bed_firing,0.11283,lb,mcf +CA,OBG,dry,none,0.11283,lb,mcf +CA,OBG,wet,none,0.11283,lb,mcf CA,OBG,none,none,0.3136,lb,mcf +CA,OBG,dry,other,0.11283,lb,mcf +CA,OBG,wet,other,0.11283,lb,mcf +CA,OBG,none,other,0.11283,lb,mcf +CA,OBG,none,stoker,0.11283,lb,mcf +CA,OBG,dry,stoker,0.11283,lb,mcf +CA,OBG,wet,stoker,0.11283,lb,mcf +CA,OBG,dry,tangential_firing,0.11283,lb,mcf +CA,OBG,wet,tangential_firing,0.11283,lb,mcf +CA,OBG,none,tangential_firing,0.11283,lb,mcf +CA,OBG,dry,vertical_firing,0.11283,lb,mcf +CA,OBG,wet,vertical_firing,0.11283,lb,mcf +CA,OBG,none,vertical_firing,0.11283,lb,mcf +CA,OBG,dry,wall_fired,0.11283,lb,mcf +CA,OBG,wet,wall_fired,0.11283,lb,mcf +CA,OBG,none,wall_fired,0.11283,lb,mcf +CC,OBG,dry,cell_burner,0.11283,lb,mcf +CC,OBG,wet,cell_burner,0.11283,lb,mcf +CC,OBG,none,cell_burner,0.11283,lb,mcf +CC,OBG,none,cyclone_firing,0.11283,lb,mcf +CC,OBG,dry,cyclone_firing,0.11283,lb,mcf +CC,OBG,wet,cyclone_firing,0.11283,lb,mcf +CC,OBG,dry,duct_burner,0.11283,lb,mcf +CC,OBG,wet,duct_burner,0.11283,lb,mcf +CC,OBG,none,duct_burner,0.11283,lb,mcf +CC,OBG,none,fluidized_bed_firing,0.11283,lb,mcf +CC,OBG,dry,fluidized_bed_firing,0.11283,lb,mcf +CC,OBG,wet,fluidized_bed_firing,0.11283,lb,mcf +CC,OBG,dry,none,0.11283,lb,mcf +CC,OBG,wet,none,0.11283,lb,mcf +CC,OBG,none,none,0.3136,lb,mcf +CC,OBG,dry,other,0.11283,lb,mcf +CC,OBG,wet,other,0.11283,lb,mcf +CC,OBG,none,other,0.11283,lb,mcf +CC,OBG,none,stoker,0.11283,lb,mcf +CC,OBG,dry,stoker,0.11283,lb,mcf +CC,OBG,wet,stoker,0.11283,lb,mcf +CC,OBG,dry,tangential_firing,0.11283,lb,mcf +CC,OBG,wet,tangential_firing,0.11283,lb,mcf +CC,OBG,none,tangential_firing,0.11283,lb,mcf +CC,OBG,dry,vertical_firing,0.11283,lb,mcf +CC,OBG,wet,vertical_firing,0.11283,lb,mcf +CC,OBG,none,vertical_firing,0.11283,lb,mcf +CC,OBG,dry,wall_fired,0.11283,lb,mcf +CC,OBG,wet,wall_fired,0.11283,lb,mcf +CC,OBG,none,wall_fired,0.11283,lb,mcf +CE,OBG,none,none,0.3136,lb,mcf +CS,OBG,dry,cell_burner,0.11283,lb,mcf +CS,OBG,wet,cell_burner,0.11283,lb,mcf +CS,OBG,none,cell_burner,0.11283,lb,mcf +CS,OBG,none,cyclone_firing,0.11283,lb,mcf +CS,OBG,dry,cyclone_firing,0.11283,lb,mcf +CS,OBG,wet,cyclone_firing,0.11283,lb,mcf +CS,OBG,dry,duct_burner,0.11283,lb,mcf +CS,OBG,wet,duct_burner,0.11283,lb,mcf +CS,OBG,none,duct_burner,0.11283,lb,mcf +CS,OBG,none,fluidized_bed_firing,0.11283,lb,mcf +CS,OBG,dry,fluidized_bed_firing,0.11283,lb,mcf +CS,OBG,wet,fluidized_bed_firing,0.11283,lb,mcf +CS,OBG,dry,none,0.11283,lb,mcf +CS,OBG,wet,none,0.11283,lb,mcf CS,OBG,none,none,0.3136,lb,mcf -CT,OBG,none,duct_burner,0.3136,lb,mcf +CS,OBG,dry,other,0.11283,lb,mcf +CS,OBG,wet,other,0.11283,lb,mcf +CS,OBG,none,other,0.11283,lb,mcf +CS,OBG,none,stoker,0.11283,lb,mcf +CS,OBG,dry,stoker,0.11283,lb,mcf +CS,OBG,wet,stoker,0.11283,lb,mcf +CS,OBG,dry,tangential_firing,0.11283,lb,mcf +CS,OBG,wet,tangential_firing,0.11283,lb,mcf +CS,OBG,none,tangential_firing,0.11283,lb,mcf +CS,OBG,dry,vertical_firing,0.11283,lb,mcf +CS,OBG,wet,vertical_firing,0.11283,lb,mcf +CS,OBG,none,vertical_firing,0.11283,lb,mcf +CS,OBG,dry,wall_fired,0.11283,lb,mcf +CS,OBG,wet,wall_fired,0.11283,lb,mcf +CS,OBG,none,wall_fired,0.11283,lb,mcf +CT,OBG,dry,cell_burner,0.11283,lb,mcf +CT,OBG,wet,cell_burner,0.11283,lb,mcf +CT,OBG,none,cell_burner,0.11283,lb,mcf +CT,OBG,none,cyclone_firing,0.11283,lb,mcf +CT,OBG,dry,cyclone_firing,0.11283,lb,mcf +CT,OBG,wet,cyclone_firing,0.11283,lb,mcf +CT,OBG,dry,duct_burner,0.11283,lb,mcf +CT,OBG,wet,duct_burner,0.11283,lb,mcf +CT,OBG,none,duct_burner,0.11283,lb,mcf +CT,OBG,none,fluidized_bed_firing,0.11283,lb,mcf +CT,OBG,dry,fluidized_bed_firing,0.11283,lb,mcf +CT,OBG,wet,fluidized_bed_firing,0.11283,lb,mcf +CT,OBG,dry,none,0.11283,lb,mcf +CT,OBG,wet,none,0.11283,lb,mcf CT,OBG,none,none,0.3136,lb,mcf -FC,OBG,none,none,,lb,mcf +CT,OBG,dry,other,0.11283,lb,mcf +CT,OBG,wet,other,0.11283,lb,mcf +CT,OBG,none,other,0.11283,lb,mcf +CT,OBG,none,stoker,0.11283,lb,mcf +CT,OBG,dry,stoker,0.11283,lb,mcf +CT,OBG,wet,stoker,0.11283,lb,mcf +CT,OBG,dry,tangential_firing,0.11283,lb,mcf +CT,OBG,wet,tangential_firing,0.11283,lb,mcf +CT,OBG,none,tangential_firing,0.11283,lb,mcf +CT,OBG,dry,vertical_firing,0.11283,lb,mcf +CT,OBG,wet,vertical_firing,0.11283,lb,mcf +CT,OBG,none,vertical_firing,0.11283,lb,mcf +CT,OBG,dry,wall_fired,0.11283,lb,mcf +CT,OBG,wet,wall_fired,0.11283,lb,mcf +CT,OBG,none,wall_fired,0.11283,lb,mcf +GT,OBG,dry,cell_burner,0.11283,lb,mcf +GT,OBG,wet,cell_burner,0.11283,lb,mcf +GT,OBG,none,cell_burner,0.11283,lb,mcf +GT,OBG,none,cyclone_firing,0.11283,lb,mcf +GT,OBG,dry,cyclone_firing,0.11283,lb,mcf +GT,OBG,wet,cyclone_firing,0.11283,lb,mcf +GT,OBG,dry,duct_burner,0.11283,lb,mcf +GT,OBG,wet,duct_burner,0.11283,lb,mcf +GT,OBG,none,duct_burner,0.11283,lb,mcf +GT,OBG,none,fluidized_bed_firing,0.11283,lb,mcf +GT,OBG,dry,fluidized_bed_firing,0.11283,lb,mcf +GT,OBG,wet,fluidized_bed_firing,0.11283,lb,mcf +GT,OBG,dry,none,0.11283,lb,mcf +GT,OBG,wet,none,0.11283,lb,mcf GT,OBG,none,none,0.3136,lb,mcf +GT,OBG,dry,other,0.11283,lb,mcf +GT,OBG,wet,other,0.11283,lb,mcf +GT,OBG,none,other,0.11283,lb,mcf +GT,OBG,none,stoker,0.11283,lb,mcf +GT,OBG,dry,stoker,0.11283,lb,mcf +GT,OBG,wet,stoker,0.11283,lb,mcf +GT,OBG,dry,tangential_firing,0.11283,lb,mcf +GT,OBG,wet,tangential_firing,0.11283,lb,mcf +GT,OBG,none,tangential_firing,0.11283,lb,mcf +GT,OBG,dry,vertical_firing,0.11283,lb,mcf +GT,OBG,wet,vertical_firing,0.11283,lb,mcf +GT,OBG,none,vertical_firing,0.11283,lb,mcf +GT,OBG,dry,wall_fired,0.11283,lb,mcf +GT,OBG,wet,wall_fired,0.11283,lb,mcf +GT,OBG,none,wall_fired,0.11283,lb,mcf IC,OBG,none,none,2.64648,lb,mcf +OT,OBG,dry,cell_burner,0.11283,lb,mcf +OT,OBG,wet,cell_burner,0.11283,lb,mcf +OT,OBG,none,cell_burner,0.11283,lb,mcf +OT,OBG,none,cyclone_firing,0.11283,lb,mcf +OT,OBG,dry,cyclone_firing,0.11283,lb,mcf +OT,OBG,wet,cyclone_firing,0.11283,lb,mcf +OT,OBG,dry,duct_burner,0.11283,lb,mcf +OT,OBG,wet,duct_burner,0.11283,lb,mcf +OT,OBG,none,duct_burner,0.11283,lb,mcf +OT,OBG,none,fluidized_bed_firing,0.11283,lb,mcf +OT,OBG,dry,fluidized_bed_firing,0.11283,lb,mcf +OT,OBG,wet,fluidized_bed_firing,0.11283,lb,mcf +OT,OBG,dry,none,0.11283,lb,mcf +OT,OBG,wet,none,0.11283,lb,mcf +OT,OBG,none,none,0.11283,lb,mcf +OT,OBG,dry,other,0.11283,lb,mcf +OT,OBG,wet,other,0.11283,lb,mcf +OT,OBG,none,other,0.11283,lb,mcf +OT,OBG,none,stoker,0.11283,lb,mcf +OT,OBG,dry,stoker,0.11283,lb,mcf +OT,OBG,wet,stoker,0.11283,lb,mcf +OT,OBG,dry,tangential_firing,0.11283,lb,mcf +OT,OBG,wet,tangential_firing,0.11283,lb,mcf +OT,OBG,none,tangential_firing,0.11283,lb,mcf +OT,OBG,dry,vertical_firing,0.11283,lb,mcf +OT,OBG,wet,vertical_firing,0.11283,lb,mcf +OT,OBG,none,vertical_firing,0.11283,lb,mcf +OT,OBG,dry,wall_fired,0.11283,lb,mcf +OT,OBG,wet,wall_fired,0.11283,lb,mcf +OT,OBG,none,wall_fired,0.11283,lb,mcf +ST,OBG,dry,cell_burner,0.11283,lb,mcf +ST,OBG,wet,cell_burner,0.11283,lb,mcf +ST,OBG,none,cell_burner,0.11283,lb,mcf +ST,OBG,none,cyclone_firing,0.11283,lb,mcf +ST,OBG,dry,cyclone_firing,0.11283,lb,mcf +ST,OBG,wet,cyclone_firing,0.11283,lb,mcf +ST,OBG,dry,duct_burner,0.11283,lb,mcf +ST,OBG,wet,duct_burner,0.11283,lb,mcf +ST,OBG,none,duct_burner,0.11283,lb,mcf +ST,OBG,none,fluidized_bed_firing,0.11283,lb,mcf +ST,OBG,dry,fluidized_bed_firing,0.11283,lb,mcf +ST,OBG,wet,fluidized_bed_firing,0.11283,lb,mcf +ST,OBG,dry,none,0.11283,lb,mcf +ST,OBG,wet,none,0.11283,lb,mcf ST,OBG,none,none,0.11283,lb,mcf +ST,OBG,dry,other,0.11283,lb,mcf +ST,OBG,wet,other,0.11283,lb,mcf +ST,OBG,none,other,0.11283,lb,mcf +ST,OBG,none,stoker,0.11283,lb,mcf +ST,OBG,dry,stoker,0.11283,lb,mcf +ST,OBG,wet,stoker,0.11283,lb,mcf +ST,OBG,dry,tangential_firing,0.11283,lb,mcf +ST,OBG,wet,tangential_firing,0.11283,lb,mcf +ST,OBG,none,tangential_firing,0.11283,lb,mcf +ST,OBG,dry,vertical_firing,0.11283,lb,mcf +ST,OBG,wet,vertical_firing,0.11283,lb,mcf +ST,OBG,none,vertical_firing,0.11283,lb,mcf +ST,OBG,dry,wall_fired,0.11283,lb,mcf +ST,OBG,wet,wall_fired,0.11283,lb,mcf ST,OBG,none,wall_fired,0.11283,lb,mcf -CA,OBL,none,none,4.7166,lb,barrels -CT,OBL,none,none,4.7166,lb,barrels -GT,OBL,none,none,4.7166,lb,barrels -IC,OBL,none,none,17.1486,lb,barrels -ST,OBL,none,other,0.798,lb,barrels -ST,OBL,dry,tangential_firing,0.798,lb,barrels -ST,OBL,none,duct_burner,0.798,lb,barrels -ST,OBL,none,none,0.798,lb,barrels -ST,OBL,dry,wall_fired,0.798,lb,barrels -ST,OBS,dry,fluidized_bed_firing,2,lb,ton -ST,OBS,none,fluidized_bed_firing,2,lb,ton -ST,OBS,none,none,2,lb,ton -ST,OBS,none,stoker,2,lb,ton -ST,OBS,dry,tangential_firing,2,lb,ton -ST,OBS,dry,wall_fired,2,lb,ton -CA,OG,dry,duct_burner,0.26382,lb,mcf -CA,OG,none,duct_burner,0.26382,lb,mcf +CA,OBL,dry,cell_burner,0.798,lb,barrel +CA,OBL,wet,cell_burner,0.798,lb,barrel +CA,OBL,none,cell_burner,0.798,lb,barrel +CA,OBL,none,cyclone_firing,0.798,lb,barrel +CA,OBL,dry,cyclone_firing,0.798,lb,barrel +CA,OBL,wet,cyclone_firing,0.798,lb,barrel +CA,OBL,dry,duct_burner,0.798,lb,barrel +CA,OBL,wet,duct_burner,0.798,lb,barrel +CA,OBL,none,duct_burner,0.798,lb,barrel +CA,OBL,none,fluidized_bed_firing,0.798,lb,barrel +CA,OBL,dry,fluidized_bed_firing,0.798,lb,barrel +CA,OBL,wet,fluidized_bed_firing,0.798,lb,barrel +CA,OBL,dry,none,0.798,lb,barrel +CA,OBL,wet,none,0.798,lb,barrel +CA,OBL,none,none,4.7166,lb,barrel +CA,OBL,dry,other,0.798,lb,barrel +CA,OBL,wet,other,0.798,lb,barrel +CA,OBL,none,other,0.798,lb,barrel +CA,OBL,none,stoker,0.798,lb,barrel +CA,OBL,dry,stoker,0.798,lb,barrel +CA,OBL,wet,stoker,0.798,lb,barrel +CA,OBL,dry,tangential_firing,0.798,lb,barrel +CA,OBL,wet,tangential_firing,0.798,lb,barrel +CA,OBL,none,tangential_firing,0.798,lb,barrel +CA,OBL,dry,vertical_firing,0.798,lb,barrel +CA,OBL,wet,vertical_firing,0.798,lb,barrel +CA,OBL,none,vertical_firing,0.798,lb,barrel +CA,OBL,dry,wall_fired,0.798,lb,barrel +CA,OBL,wet,wall_fired,0.798,lb,barrel +CA,OBL,none,wall_fired,0.798,lb,barrel +CC,OBL,dry,cell_burner,0.798,lb,barrel +CC,OBL,wet,cell_burner,0.798,lb,barrel +CC,OBL,none,cell_burner,0.798,lb,barrel +CC,OBL,none,cyclone_firing,0.798,lb,barrel +CC,OBL,dry,cyclone_firing,0.798,lb,barrel +CC,OBL,wet,cyclone_firing,0.798,lb,barrel +CC,OBL,dry,duct_burner,0.798,lb,barrel +CC,OBL,wet,duct_burner,0.798,lb,barrel +CC,OBL,none,duct_burner,0.798,lb,barrel +CC,OBL,none,fluidized_bed_firing,0.798,lb,barrel +CC,OBL,dry,fluidized_bed_firing,0.798,lb,barrel +CC,OBL,wet,fluidized_bed_firing,0.798,lb,barrel +CC,OBL,dry,none,0.798,lb,barrel +CC,OBL,wet,none,0.798,lb,barrel +CC,OBL,none,none,4.7166,lb,barrel +CC,OBL,dry,other,0.798,lb,barrel +CC,OBL,wet,other,0.798,lb,barrel +CC,OBL,none,other,0.798,lb,barrel +CC,OBL,none,stoker,0.798,lb,barrel +CC,OBL,dry,stoker,0.798,lb,barrel +CC,OBL,wet,stoker,0.798,lb,barrel +CC,OBL,dry,tangential_firing,0.798,lb,barrel +CC,OBL,wet,tangential_firing,0.798,lb,barrel +CC,OBL,none,tangential_firing,0.798,lb,barrel +CC,OBL,dry,vertical_firing,0.798,lb,barrel +CC,OBL,wet,vertical_firing,0.798,lb,barrel +CC,OBL,none,vertical_firing,0.798,lb,barrel +CC,OBL,dry,wall_fired,0.798,lb,barrel +CC,OBL,wet,wall_fired,0.798,lb,barrel +CC,OBL,none,wall_fired,0.798,lb,barrel +CE,OBL,none,none,4.7166,lb,barrel +CS,OBL,dry,cell_burner,0.798,lb,barrel +CS,OBL,wet,cell_burner,0.798,lb,barrel +CS,OBL,none,cell_burner,0.798,lb,barrel +CS,OBL,none,cyclone_firing,0.798,lb,barrel +CS,OBL,dry,cyclone_firing,0.798,lb,barrel +CS,OBL,wet,cyclone_firing,0.798,lb,barrel +CS,OBL,dry,duct_burner,0.798,lb,barrel +CS,OBL,wet,duct_burner,0.798,lb,barrel +CS,OBL,none,duct_burner,0.798,lb,barrel +CS,OBL,none,fluidized_bed_firing,0.798,lb,barrel +CS,OBL,dry,fluidized_bed_firing,0.798,lb,barrel +CS,OBL,wet,fluidized_bed_firing,0.798,lb,barrel +CS,OBL,dry,none,0.798,lb,barrel +CS,OBL,wet,none,0.798,lb,barrel +CS,OBL,none,none,4.7166,lb,barrel +CS,OBL,dry,other,0.798,lb,barrel +CS,OBL,wet,other,0.798,lb,barrel +CS,OBL,none,other,0.798,lb,barrel +CS,OBL,none,stoker,0.798,lb,barrel +CS,OBL,dry,stoker,0.798,lb,barrel +CS,OBL,wet,stoker,0.798,lb,barrel +CS,OBL,dry,tangential_firing,0.798,lb,barrel +CS,OBL,wet,tangential_firing,0.798,lb,barrel +CS,OBL,none,tangential_firing,0.798,lb,barrel +CS,OBL,dry,vertical_firing,0.798,lb,barrel +CS,OBL,wet,vertical_firing,0.798,lb,barrel +CS,OBL,none,vertical_firing,0.798,lb,barrel +CS,OBL,dry,wall_fired,0.798,lb,barrel +CS,OBL,wet,wall_fired,0.798,lb,barrel +CS,OBL,none,wall_fired,0.798,lb,barrel +CT,OBL,dry,cell_burner,0.798,lb,barrel +CT,OBL,wet,cell_burner,0.798,lb,barrel +CT,OBL,none,cell_burner,0.798,lb,barrel +CT,OBL,none,cyclone_firing,0.798,lb,barrel +CT,OBL,dry,cyclone_firing,0.798,lb,barrel +CT,OBL,wet,cyclone_firing,0.798,lb,barrel +CT,OBL,dry,duct_burner,0.798,lb,barrel +CT,OBL,wet,duct_burner,0.798,lb,barrel +CT,OBL,none,duct_burner,0.798,lb,barrel +CT,OBL,none,fluidized_bed_firing,0.798,lb,barrel +CT,OBL,dry,fluidized_bed_firing,0.798,lb,barrel +CT,OBL,wet,fluidized_bed_firing,0.798,lb,barrel +CT,OBL,dry,none,0.798,lb,barrel +CT,OBL,wet,none,0.798,lb,barrel +CT,OBL,none,none,4.7166,lb,barrel +CT,OBL,dry,other,0.798,lb,barrel +CT,OBL,wet,other,0.798,lb,barrel +CT,OBL,none,other,0.798,lb,barrel +CT,OBL,none,stoker,0.798,lb,barrel +CT,OBL,dry,stoker,0.798,lb,barrel +CT,OBL,wet,stoker,0.798,lb,barrel +CT,OBL,dry,tangential_firing,0.798,lb,barrel +CT,OBL,wet,tangential_firing,0.798,lb,barrel +CT,OBL,none,tangential_firing,0.798,lb,barrel +CT,OBL,dry,vertical_firing,0.798,lb,barrel +CT,OBL,wet,vertical_firing,0.798,lb,barrel +CT,OBL,none,vertical_firing,0.798,lb,barrel +CT,OBL,dry,wall_fired,0.798,lb,barrel +CT,OBL,wet,wall_fired,0.798,lb,barrel +CT,OBL,none,wall_fired,0.798,lb,barrel +GT,OBL,dry,cell_burner,0.798,lb,barrel +GT,OBL,wet,cell_burner,0.798,lb,barrel +GT,OBL,none,cell_burner,0.798,lb,barrel +GT,OBL,none,cyclone_firing,0.798,lb,barrel +GT,OBL,dry,cyclone_firing,0.798,lb,barrel +GT,OBL,wet,cyclone_firing,0.798,lb,barrel +GT,OBL,dry,duct_burner,0.798,lb,barrel +GT,OBL,wet,duct_burner,0.798,lb,barrel +GT,OBL,none,duct_burner,0.798,lb,barrel +GT,OBL,none,fluidized_bed_firing,0.798,lb,barrel +GT,OBL,dry,fluidized_bed_firing,0.798,lb,barrel +GT,OBL,wet,fluidized_bed_firing,0.798,lb,barrel +GT,OBL,dry,none,0.798,lb,barrel +GT,OBL,wet,none,0.798,lb,barrel +GT,OBL,none,none,4.7166,lb,barrel +GT,OBL,dry,other,0.798,lb,barrel +GT,OBL,wet,other,0.798,lb,barrel +GT,OBL,none,other,0.798,lb,barrel +GT,OBL,none,stoker,0.798,lb,barrel +GT,OBL,dry,stoker,0.798,lb,barrel +GT,OBL,wet,stoker,0.798,lb,barrel +GT,OBL,dry,tangential_firing,0.798,lb,barrel +GT,OBL,wet,tangential_firing,0.798,lb,barrel +GT,OBL,none,tangential_firing,0.798,lb,barrel +GT,OBL,dry,vertical_firing,0.798,lb,barrel +GT,OBL,wet,vertical_firing,0.798,lb,barrel +GT,OBL,none,vertical_firing,0.798,lb,barrel +GT,OBL,dry,wall_fired,0.798,lb,barrel +GT,OBL,wet,wall_fired,0.798,lb,barrel +GT,OBL,none,wall_fired,0.798,lb,barrel +IC,OBL,none,none,17.14862,lb,barrel +OT,OBL,dry,cell_burner,0.798,lb,barrel +OT,OBL,wet,cell_burner,0.798,lb,barrel +OT,OBL,none,cell_burner,0.798,lb,barrel +OT,OBL,none,cyclone_firing,0.798,lb,barrel +OT,OBL,dry,cyclone_firing,0.798,lb,barrel +OT,OBL,wet,cyclone_firing,0.798,lb,barrel +OT,OBL,dry,duct_burner,0.798,lb,barrel +OT,OBL,wet,duct_burner,0.798,lb,barrel +OT,OBL,none,duct_burner,0.798,lb,barrel +OT,OBL,none,fluidized_bed_firing,0.798,lb,barrel +OT,OBL,dry,fluidized_bed_firing,0.798,lb,barrel +OT,OBL,wet,fluidized_bed_firing,0.798,lb,barrel +OT,OBL,dry,none,0.798,lb,barrel +OT,OBL,wet,none,0.798,lb,barrel +OT,OBL,none,none,0.798,lb,barrel +OT,OBL,dry,other,0.798,lb,barrel +OT,OBL,wet,other,0.798,lb,barrel +OT,OBL,none,other,0.798,lb,barrel +OT,OBL,none,stoker,0.798,lb,barrel +OT,OBL,dry,stoker,0.798,lb,barrel +OT,OBL,wet,stoker,0.798,lb,barrel +OT,OBL,dry,tangential_firing,0.798,lb,barrel +OT,OBL,wet,tangential_firing,0.798,lb,barrel +OT,OBL,none,tangential_firing,0.798,lb,barrel +OT,OBL,dry,vertical_firing,0.798,lb,barrel +OT,OBL,wet,vertical_firing,0.798,lb,barrel +OT,OBL,none,vertical_firing,0.798,lb,barrel +OT,OBL,dry,wall_fired,0.798,lb,barrel +OT,OBL,wet,wall_fired,0.798,lb,barrel +OT,OBL,none,wall_fired,0.798,lb,barrel +ST,OBL,dry,cell_burner,0.798,lb,barrel +ST,OBL,wet,cell_burner,0.798,lb,barrel +ST,OBL,none,cell_burner,0.798,lb,barrel +ST,OBL,none,cyclone_firing,0.798,lb,barrel +ST,OBL,dry,cyclone_firing,0.798,lb,barrel +ST,OBL,wet,cyclone_firing,0.798,lb,barrel +ST,OBL,dry,duct_burner,0.798,lb,barrel +ST,OBL,wet,duct_burner,0.798,lb,barrel +ST,OBL,none,duct_burner,0.798,lb,barrel +ST,OBL,none,fluidized_bed_firing,0.798,lb,barrel +ST,OBL,dry,fluidized_bed_firing,0.798,lb,barrel +ST,OBL,wet,fluidized_bed_firing,0.798,lb,barrel +ST,OBL,dry,none,0.798,lb,barrel +ST,OBL,wet,none,0.798,lb,barrel +ST,OBL,none,none,0.798,lb,barrel +ST,OBL,dry,other,0.798,lb,barrel +ST,OBL,wet,other,0.798,lb,barrel +ST,OBL,none,other,0.798,lb,barrel +ST,OBL,none,stoker,0.798,lb,barrel +ST,OBL,dry,stoker,0.798,lb,barrel +ST,OBL,wet,stoker,0.798,lb,barrel +ST,OBL,dry,tangential_firing,0.798,lb,barrel +ST,OBL,wet,tangential_firing,0.798,lb,barrel +ST,OBL,none,tangential_firing,0.798,lb,barrel +ST,OBL,dry,vertical_firing,0.798,lb,barrel +ST,OBL,wet,vertical_firing,0.798,lb,barrel +ST,OBL,none,vertical_firing,0.798,lb,barrel +ST,OBL,dry,wall_fired,0.798,lb,barrel +ST,OBL,wet,wall_fired,0.798,lb,barrel +ST,OBL,none,wall_fired,0.798,lb,barrel +CA,OBS,dry,cell_burner,2.0,lb,ton +CA,OBS,wet,cell_burner,2.0,lb,ton +CA,OBS,none,cell_burner,2.0,lb,ton +CA,OBS,none,cyclone_firing,2.0,lb,ton +CA,OBS,dry,cyclone_firing,2.0,lb,ton +CA,OBS,wet,cyclone_firing,2.0,lb,ton +CA,OBS,dry,duct_burner,2.0,lb,ton +CA,OBS,wet,duct_burner,2.0,lb,ton +CA,OBS,none,duct_burner,2.0,lb,ton +CA,OBS,none,fluidized_bed_firing,2.0,lb,ton +CA,OBS,dry,fluidized_bed_firing,2.0,lb,ton +CA,OBS,wet,fluidized_bed_firing,2.0,lb,ton +CA,OBS,dry,none,2.0,lb,ton +CA,OBS,wet,none,2.0,lb,ton +CA,OBS,none,none,2.0,lb,ton +CA,OBS,dry,other,2.0,lb,ton +CA,OBS,wet,other,2.0,lb,ton +CA,OBS,none,other,2.0,lb,ton +CA,OBS,none,stoker,2.0,lb,ton +CA,OBS,dry,stoker,2.0,lb,ton +CA,OBS,wet,stoker,2.0,lb,ton +CA,OBS,dry,tangential_firing,2.0,lb,ton +CA,OBS,wet,tangential_firing,2.0,lb,ton +CA,OBS,none,tangential_firing,2.0,lb,ton +CA,OBS,dry,vertical_firing,2.0,lb,ton +CA,OBS,wet,vertical_firing,2.0,lb,ton +CA,OBS,none,vertical_firing,2.0,lb,ton +CA,OBS,dry,wall_fired,2.0,lb,ton +CA,OBS,wet,wall_fired,2.0,lb,ton +CA,OBS,none,wall_fired,2.0,lb,ton +CC,OBS,dry,cell_burner,2.0,lb,ton +CC,OBS,wet,cell_burner,2.0,lb,ton +CC,OBS,none,cell_burner,2.0,lb,ton +CC,OBS,none,cyclone_firing,2.0,lb,ton +CC,OBS,dry,cyclone_firing,2.0,lb,ton +CC,OBS,wet,cyclone_firing,2.0,lb,ton +CC,OBS,dry,duct_burner,2.0,lb,ton +CC,OBS,wet,duct_burner,2.0,lb,ton +CC,OBS,none,duct_burner,2.0,lb,ton +CC,OBS,none,fluidized_bed_firing,2.0,lb,ton +CC,OBS,dry,fluidized_bed_firing,2.0,lb,ton +CC,OBS,wet,fluidized_bed_firing,2.0,lb,ton +CC,OBS,dry,none,2.0,lb,ton +CC,OBS,wet,none,2.0,lb,ton +CC,OBS,none,none,2.0,lb,ton +CC,OBS,dry,other,2.0,lb,ton +CC,OBS,wet,other,2.0,lb,ton +CC,OBS,none,other,2.0,lb,ton +CC,OBS,none,stoker,2.0,lb,ton +CC,OBS,dry,stoker,2.0,lb,ton +CC,OBS,wet,stoker,2.0,lb,ton +CC,OBS,dry,tangential_firing,2.0,lb,ton +CC,OBS,wet,tangential_firing,2.0,lb,ton +CC,OBS,none,tangential_firing,2.0,lb,ton +CC,OBS,dry,vertical_firing,2.0,lb,ton +CC,OBS,wet,vertical_firing,2.0,lb,ton +CC,OBS,none,vertical_firing,2.0,lb,ton +CC,OBS,dry,wall_fired,2.0,lb,ton +CC,OBS,wet,wall_fired,2.0,lb,ton +CC,OBS,none,wall_fired,2.0,lb,ton +CE,OBS,none,none,2.0,lb,ton +CS,OBS,dry,cell_burner,2.0,lb,ton +CS,OBS,wet,cell_burner,2.0,lb,ton +CS,OBS,none,cell_burner,2.0,lb,ton +CS,OBS,none,cyclone_firing,2.0,lb,ton +CS,OBS,dry,cyclone_firing,2.0,lb,ton +CS,OBS,wet,cyclone_firing,2.0,lb,ton +CS,OBS,dry,duct_burner,2.0,lb,ton +CS,OBS,wet,duct_burner,2.0,lb,ton +CS,OBS,none,duct_burner,2.0,lb,ton +CS,OBS,none,fluidized_bed_firing,2.0,lb,ton +CS,OBS,dry,fluidized_bed_firing,2.0,lb,ton +CS,OBS,wet,fluidized_bed_firing,2.0,lb,ton +CS,OBS,dry,none,2.0,lb,ton +CS,OBS,wet,none,2.0,lb,ton +CS,OBS,none,none,2.0,lb,ton +CS,OBS,dry,other,2.0,lb,ton +CS,OBS,wet,other,2.0,lb,ton +CS,OBS,none,other,2.0,lb,ton +CS,OBS,none,stoker,2.0,lb,ton +CS,OBS,dry,stoker,2.0,lb,ton +CS,OBS,wet,stoker,2.0,lb,ton +CS,OBS,dry,tangential_firing,2.0,lb,ton +CS,OBS,wet,tangential_firing,2.0,lb,ton +CS,OBS,none,tangential_firing,2.0,lb,ton +CS,OBS,dry,vertical_firing,2.0,lb,ton +CS,OBS,wet,vertical_firing,2.0,lb,ton +CS,OBS,none,vertical_firing,2.0,lb,ton +CS,OBS,dry,wall_fired,2.0,lb,ton +CS,OBS,wet,wall_fired,2.0,lb,ton +CS,OBS,none,wall_fired,2.0,lb,ton +CT,OBS,dry,cell_burner,2.0,lb,ton +CT,OBS,wet,cell_burner,2.0,lb,ton +CT,OBS,none,cell_burner,2.0,lb,ton +CT,OBS,none,cyclone_firing,2.0,lb,ton +CT,OBS,dry,cyclone_firing,2.0,lb,ton +CT,OBS,wet,cyclone_firing,2.0,lb,ton +CT,OBS,dry,duct_burner,2.0,lb,ton +CT,OBS,wet,duct_burner,2.0,lb,ton +CT,OBS,none,duct_burner,2.0,lb,ton +CT,OBS,none,fluidized_bed_firing,2.0,lb,ton +CT,OBS,dry,fluidized_bed_firing,2.0,lb,ton +CT,OBS,wet,fluidized_bed_firing,2.0,lb,ton +CT,OBS,dry,none,2.0,lb,ton +CT,OBS,wet,none,2.0,lb,ton +CT,OBS,none,none,2.0,lb,ton +CT,OBS,dry,other,2.0,lb,ton +CT,OBS,wet,other,2.0,lb,ton +CT,OBS,none,other,2.0,lb,ton +CT,OBS,none,stoker,2.0,lb,ton +CT,OBS,dry,stoker,2.0,lb,ton +CT,OBS,wet,stoker,2.0,lb,ton +CT,OBS,dry,tangential_firing,2.0,lb,ton +CT,OBS,wet,tangential_firing,2.0,lb,ton +CT,OBS,none,tangential_firing,2.0,lb,ton +CT,OBS,dry,vertical_firing,2.0,lb,ton +CT,OBS,wet,vertical_firing,2.0,lb,ton +CT,OBS,none,vertical_firing,2.0,lb,ton +CT,OBS,dry,wall_fired,2.0,lb,ton +CT,OBS,wet,wall_fired,2.0,lb,ton +CT,OBS,none,wall_fired,2.0,lb,ton +GT,OBS,dry,cell_burner,2.0,lb,ton +GT,OBS,wet,cell_burner,2.0,lb,ton +GT,OBS,none,cell_burner,2.0,lb,ton +GT,OBS,none,cyclone_firing,2.0,lb,ton +GT,OBS,dry,cyclone_firing,2.0,lb,ton +GT,OBS,wet,cyclone_firing,2.0,lb,ton +GT,OBS,dry,duct_burner,2.0,lb,ton +GT,OBS,wet,duct_burner,2.0,lb,ton +GT,OBS,none,duct_burner,2.0,lb,ton +GT,OBS,none,fluidized_bed_firing,2.0,lb,ton +GT,OBS,dry,fluidized_bed_firing,2.0,lb,ton +GT,OBS,wet,fluidized_bed_firing,2.0,lb,ton +GT,OBS,dry,none,2.0,lb,ton +GT,OBS,wet,none,2.0,lb,ton +GT,OBS,none,none,2.0,lb,ton +GT,OBS,dry,other,2.0,lb,ton +GT,OBS,wet,other,2.0,lb,ton +GT,OBS,none,other,2.0,lb,ton +GT,OBS,none,stoker,2.0,lb,ton +GT,OBS,dry,stoker,2.0,lb,ton +GT,OBS,wet,stoker,2.0,lb,ton +GT,OBS,dry,tangential_firing,2.0,lb,ton +GT,OBS,wet,tangential_firing,2.0,lb,ton +GT,OBS,none,tangential_firing,2.0,lb,ton +GT,OBS,dry,vertical_firing,2.0,lb,ton +GT,OBS,wet,vertical_firing,2.0,lb,ton +GT,OBS,none,vertical_firing,2.0,lb,ton +GT,OBS,dry,wall_fired,2.0,lb,ton +GT,OBS,wet,wall_fired,2.0,lb,ton +GT,OBS,none,wall_fired,2.0,lb,ton +IC,OBS,none,none,2.0,lb,ton +OT,OBS,dry,cell_burner,2.0,lb,ton +OT,OBS,wet,cell_burner,2.0,lb,ton +OT,OBS,none,cell_burner,2.0,lb,ton +OT,OBS,none,cyclone_firing,2.0,lb,ton +OT,OBS,dry,cyclone_firing,2.0,lb,ton +OT,OBS,wet,cyclone_firing,2.0,lb,ton +OT,OBS,dry,duct_burner,2.0,lb,ton +OT,OBS,wet,duct_burner,2.0,lb,ton +OT,OBS,none,duct_burner,2.0,lb,ton +OT,OBS,none,fluidized_bed_firing,2.0,lb,ton +OT,OBS,dry,fluidized_bed_firing,2.0,lb,ton +OT,OBS,wet,fluidized_bed_firing,2.0,lb,ton +OT,OBS,dry,none,2.0,lb,ton +OT,OBS,wet,none,2.0,lb,ton +OT,OBS,none,none,2.0,lb,ton +OT,OBS,dry,other,2.0,lb,ton +OT,OBS,wet,other,2.0,lb,ton +OT,OBS,none,other,2.0,lb,ton +OT,OBS,none,stoker,2.0,lb,ton +OT,OBS,dry,stoker,2.0,lb,ton +OT,OBS,wet,stoker,2.0,lb,ton +OT,OBS,dry,tangential_firing,2.0,lb,ton +OT,OBS,wet,tangential_firing,2.0,lb,ton +OT,OBS,none,tangential_firing,2.0,lb,ton +OT,OBS,dry,vertical_firing,2.0,lb,ton +OT,OBS,wet,vertical_firing,2.0,lb,ton +OT,OBS,none,vertical_firing,2.0,lb,ton +OT,OBS,dry,wall_fired,2.0,lb,ton +OT,OBS,wet,wall_fired,2.0,lb,ton +OT,OBS,none,wall_fired,2.0,lb,ton +ST,OBS,dry,cell_burner,2.0,lb,ton +ST,OBS,wet,cell_burner,2.0,lb,ton +ST,OBS,none,cell_burner,2.0,lb,ton +ST,OBS,none,cyclone_firing,2.0,lb,ton +ST,OBS,dry,cyclone_firing,2.0,lb,ton +ST,OBS,wet,cyclone_firing,2.0,lb,ton +ST,OBS,dry,duct_burner,2.0,lb,ton +ST,OBS,wet,duct_burner,2.0,lb,ton +ST,OBS,none,duct_burner,2.0,lb,ton +ST,OBS,none,fluidized_bed_firing,2.0,lb,ton +ST,OBS,dry,fluidized_bed_firing,2.0,lb,ton +ST,OBS,wet,fluidized_bed_firing,2.0,lb,ton +ST,OBS,dry,none,2.0,lb,ton +ST,OBS,wet,none,2.0,lb,ton +ST,OBS,none,none,2.0,lb,ton +ST,OBS,dry,other,2.0,lb,ton +ST,OBS,wet,other,2.0,lb,ton +ST,OBS,none,other,2.0,lb,ton +ST,OBS,none,stoker,2.0,lb,ton +ST,OBS,dry,stoker,2.0,lb,ton +ST,OBS,wet,stoker,2.0,lb,ton +ST,OBS,dry,tangential_firing,2.0,lb,ton +ST,OBS,wet,tangential_firing,2.0,lb,ton +ST,OBS,none,tangential_firing,2.0,lb,ton +ST,OBS,dry,vertical_firing,2.0,lb,ton +ST,OBS,wet,vertical_firing,2.0,lb,ton +ST,OBS,none,vertical_firing,2.0,lb,ton +ST,OBS,dry,wall_fired,2.0,lb,ton +ST,OBS,wet,wall_fired,2.0,lb,ton +ST,OBS,none,wall_fired,2.0,lb,ton +CA,OG,dry,cell_burner,0.15282,lb,mcf +CA,OG,wet,cell_burner,0.15282,lb,mcf +CA,OG,none,cell_burner,0.15282,lb,mcf +CA,OG,none,cyclone_firing,0.15282,lb,mcf +CA,OG,dry,cyclone_firing,0.15282,lb,mcf +CA,OG,wet,cyclone_firing,0.15282,lb,mcf +CA,OG,dry,duct_burner,0.15282,lb,mcf +CA,OG,wet,duct_burner,0.15282,lb,mcf +CA,OG,none,duct_burner,0.15282,lb,mcf +CA,OG,none,fluidized_bed_firing,0.15282,lb,mcf +CA,OG,dry,fluidized_bed_firing,0.15282,lb,mcf +CA,OG,wet,fluidized_bed_firing,0.15282,lb,mcf +CA,OG,dry,none,0.15282,lb,mcf +CA,OG,wet,none,0.15282,lb,mcf CA,OG,none,none,0.26382,lb,mcf -CA,OG,none,other,0.26382,lb,mcf -CA,OG,dry,wall_fired,0.26382,lb,mcf -CA,OG,none,wall_fired,0.26382,lb,mcf +CA,OG,dry,other,0.15282,lb,mcf +CA,OG,wet,other,0.15282,lb,mcf +CA,OG,none,other,0.15282,lb,mcf +CA,OG,none,stoker,0.15282,lb,mcf +CA,OG,dry,stoker,0.15282,lb,mcf +CA,OG,wet,stoker,0.15282,lb,mcf +CA,OG,dry,tangential_firing,0.15282,lb,mcf +CA,OG,wet,tangential_firing,0.15282,lb,mcf +CA,OG,none,tangential_firing,0.15282,lb,mcf +CA,OG,dry,vertical_firing,0.15282,lb,mcf +CA,OG,wet,vertical_firing,0.15282,lb,mcf +CA,OG,none,vertical_firing,0.15282,lb,mcf +CA,OG,dry,wall_fired,0.15282,lb,mcf +CA,OG,wet,wall_fired,0.15282,lb,mcf +CA,OG,none,wall_fired,0.15282,lb,mcf +CC,OG,dry,cell_burner,0.15282,lb,mcf +CC,OG,wet,cell_burner,0.15282,lb,mcf +CC,OG,none,cell_burner,0.15282,lb,mcf +CC,OG,none,cyclone_firing,0.15282,lb,mcf +CC,OG,dry,cyclone_firing,0.15282,lb,mcf +CC,OG,wet,cyclone_firing,0.15282,lb,mcf +CC,OG,dry,duct_burner,0.15282,lb,mcf +CC,OG,wet,duct_burner,0.15282,lb,mcf +CC,OG,none,duct_burner,0.15282,lb,mcf +CC,OG,none,fluidized_bed_firing,0.15282,lb,mcf +CC,OG,dry,fluidized_bed_firing,0.15282,lb,mcf +CC,OG,wet,fluidized_bed_firing,0.15282,lb,mcf +CC,OG,dry,none,0.15282,lb,mcf +CC,OG,wet,none,0.15282,lb,mcf +CC,OG,none,none,0.26382,lb,mcf +CC,OG,dry,other,0.15282,lb,mcf +CC,OG,wet,other,0.15282,lb,mcf +CC,OG,none,other,0.15282,lb,mcf +CC,OG,none,stoker,0.15282,lb,mcf +CC,OG,dry,stoker,0.15282,lb,mcf +CC,OG,wet,stoker,0.15282,lb,mcf +CC,OG,dry,tangential_firing,0.15282,lb,mcf +CC,OG,wet,tangential_firing,0.15282,lb,mcf +CC,OG,none,tangential_firing,0.15282,lb,mcf +CC,OG,dry,vertical_firing,0.15282,lb,mcf +CC,OG,wet,vertical_firing,0.15282,lb,mcf +CC,OG,none,vertical_firing,0.15282,lb,mcf +CC,OG,dry,wall_fired,0.15282,lb,mcf +CC,OG,wet,wall_fired,0.15282,lb,mcf +CC,OG,none,wall_fired,0.15282,lb,mcf +CE,OG,none,none,0.26382,lb,mcf +CS,OG,dry,cell_burner,0.15282,lb,mcf +CS,OG,wet,cell_burner,0.15282,lb,mcf +CS,OG,none,cell_burner,0.15282,lb,mcf +CS,OG,none,cyclone_firing,0.15282,lb,mcf +CS,OG,dry,cyclone_firing,0.15282,lb,mcf +CS,OG,wet,cyclone_firing,0.15282,lb,mcf +CS,OG,dry,duct_burner,0.15282,lb,mcf +CS,OG,wet,duct_burner,0.15282,lb,mcf +CS,OG,none,duct_burner,0.15282,lb,mcf +CS,OG,none,fluidized_bed_firing,0.15282,lb,mcf +CS,OG,dry,fluidized_bed_firing,0.15282,lb,mcf +CS,OG,wet,fluidized_bed_firing,0.15282,lb,mcf +CS,OG,dry,none,0.15282,lb,mcf +CS,OG,wet,none,0.15282,lb,mcf CS,OG,none,none,0.26382,lb,mcf -CT,OG,dry,duct_burner,0.26382,lb,mcf -CT,OG,none,duct_burner,0.26382,lb,mcf +CS,OG,dry,other,0.15282,lb,mcf +CS,OG,wet,other,0.15282,lb,mcf +CS,OG,none,other,0.15282,lb,mcf +CS,OG,none,stoker,0.15282,lb,mcf +CS,OG,dry,stoker,0.15282,lb,mcf +CS,OG,wet,stoker,0.15282,lb,mcf +CS,OG,dry,tangential_firing,0.15282,lb,mcf +CS,OG,wet,tangential_firing,0.15282,lb,mcf +CS,OG,none,tangential_firing,0.15282,lb,mcf +CS,OG,dry,vertical_firing,0.15282,lb,mcf +CS,OG,wet,vertical_firing,0.15282,lb,mcf +CS,OG,none,vertical_firing,0.15282,lb,mcf +CS,OG,dry,wall_fired,0.15282,lb,mcf +CS,OG,wet,wall_fired,0.15282,lb,mcf +CS,OG,none,wall_fired,0.15282,lb,mcf +CT,OG,dry,cell_burner,0.15282,lb,mcf +CT,OG,wet,cell_burner,0.15282,lb,mcf +CT,OG,none,cell_burner,0.15282,lb,mcf +CT,OG,none,cyclone_firing,0.15282,lb,mcf +CT,OG,dry,cyclone_firing,0.15282,lb,mcf +CT,OG,wet,cyclone_firing,0.15282,lb,mcf +CT,OG,dry,duct_burner,0.15282,lb,mcf +CT,OG,wet,duct_burner,0.15282,lb,mcf +CT,OG,none,duct_burner,0.15282,lb,mcf +CT,OG,none,fluidized_bed_firing,0.15282,lb,mcf +CT,OG,dry,fluidized_bed_firing,0.15282,lb,mcf +CT,OG,wet,fluidized_bed_firing,0.15282,lb,mcf +CT,OG,dry,none,0.15282,lb,mcf +CT,OG,wet,none,0.15282,lb,mcf CT,OG,none,none,0.26382,lb,mcf -CT,OG,none,other,0.26382,lb,mcf -GT,OG,none,CT,0.26382,lb,mcf +CT,OG,dry,other,0.15282,lb,mcf +CT,OG,wet,other,0.15282,lb,mcf +CT,OG,none,other,0.15282,lb,mcf +CT,OG,none,stoker,0.15282,lb,mcf +CT,OG,dry,stoker,0.15282,lb,mcf +CT,OG,wet,stoker,0.15282,lb,mcf +CT,OG,dry,tangential_firing,0.15282,lb,mcf +CT,OG,wet,tangential_firing,0.15282,lb,mcf +CT,OG,none,tangential_firing,0.15282,lb,mcf +CT,OG,dry,vertical_firing,0.15282,lb,mcf +CT,OG,wet,vertical_firing,0.15282,lb,mcf +CT,OG,none,vertical_firing,0.15282,lb,mcf +CT,OG,dry,wall_fired,0.15282,lb,mcf +CT,OG,wet,wall_fired,0.15282,lb,mcf +CT,OG,none,wall_fired,0.15282,lb,mcf +GT,OG,dry,cell_burner,0.15282,lb,mcf +GT,OG,wet,cell_burner,0.15282,lb,mcf +GT,OG,none,cell_burner,0.15282,lb,mcf +GT,OG,none,cyclone_firing,0.15282,lb,mcf +GT,OG,dry,cyclone_firing,0.15282,lb,mcf +GT,OG,wet,cyclone_firing,0.15282,lb,mcf +GT,OG,dry,duct_burner,0.15282,lb,mcf +GT,OG,wet,duct_burner,0.15282,lb,mcf +GT,OG,none,duct_burner,0.15282,lb,mcf +GT,OG,none,fluidized_bed_firing,0.15282,lb,mcf +GT,OG,dry,fluidized_bed_firing,0.15282,lb,mcf +GT,OG,wet,fluidized_bed_firing,0.15282,lb,mcf +GT,OG,dry,none,0.15282,lb,mcf +GT,OG,wet,none,0.15282,lb,mcf GT,OG,none,none,0.26382,lb,mcf +GT,OG,dry,other,0.15282,lb,mcf +GT,OG,wet,other,0.15282,lb,mcf +GT,OG,none,other,0.15282,lb,mcf +GT,OG,none,stoker,0.15282,lb,mcf +GT,OG,dry,stoker,0.15282,lb,mcf +GT,OG,wet,stoker,0.15282,lb,mcf +GT,OG,dry,tangential_firing,0.15282,lb,mcf +GT,OG,wet,tangential_firing,0.15282,lb,mcf +GT,OG,none,tangential_firing,0.15282,lb,mcf +GT,OG,dry,vertical_firing,0.15282,lb,mcf +GT,OG,wet,vertical_firing,0.15282,lb,mcf +GT,OG,none,vertical_firing,0.15282,lb,mcf +GT,OG,dry,wall_fired,0.15282,lb,mcf +GT,OG,wet,wall_fired,0.15282,lb,mcf +GT,OG,none,wall_fired,0.15282,lb,mcf IC,OG,none,none,2.22641,lb,mcf +OT,OG,dry,cell_burner,0.15282,lb,mcf +OT,OG,wet,cell_burner,0.15282,lb,mcf +OT,OG,none,cell_burner,0.15282,lb,mcf +OT,OG,none,cyclone_firing,0.15282,lb,mcf +OT,OG,dry,cyclone_firing,0.15282,lb,mcf +OT,OG,wet,cyclone_firing,0.15282,lb,mcf +OT,OG,dry,duct_burner,0.15282,lb,mcf +OT,OG,wet,duct_burner,0.15282,lb,mcf +OT,OG,none,duct_burner,0.15282,lb,mcf +OT,OG,none,fluidized_bed_firing,0.15282,lb,mcf +OT,OG,dry,fluidized_bed_firing,0.15282,lb,mcf +OT,OG,wet,fluidized_bed_firing,0.15282,lb,mcf +OT,OG,dry,none,0.15282,lb,mcf +OT,OG,wet,none,0.15282,lb,mcf OT,OG,none,none,0.15282,lb,mcf +OT,OG,dry,other,0.15282,lb,mcf +OT,OG,wet,other,0.15282,lb,mcf +OT,OG,none,other,0.15282,lb,mcf +OT,OG,none,stoker,0.15282,lb,mcf +OT,OG,dry,stoker,0.15282,lb,mcf +OT,OG,wet,stoker,0.15282,lb,mcf +OT,OG,dry,tangential_firing,0.15282,lb,mcf +OT,OG,wet,tangential_firing,0.15282,lb,mcf +OT,OG,none,tangential_firing,0.15282,lb,mcf +OT,OG,dry,vertical_firing,0.15282,lb,mcf +OT,OG,wet,vertical_firing,0.15282,lb,mcf +OT,OG,none,vertical_firing,0.15282,lb,mcf +OT,OG,dry,wall_fired,0.15282,lb,mcf +OT,OG,wet,wall_fired,0.15282,lb,mcf +OT,OG,none,wall_fired,0.15282,lb,mcf +ST,OG,dry,cell_burner,0.15282,lb,mcf +ST,OG,wet,cell_burner,0.15282,lb,mcf +ST,OG,none,cell_burner,0.15282,lb,mcf ST,OG,none,cyclone_firing,0.15282,lb,mcf +ST,OG,dry,cyclone_firing,0.15282,lb,mcf +ST,OG,wet,cyclone_firing,0.15282,lb,mcf ST,OG,dry,duct_burner,0.15282,lb,mcf -ST,OG,none,duct_burner,0.15282,lb,mcf ST,OG,wet,duct_burner,0.15282,lb,mcf +ST,OG,none,duct_burner,0.15282,lb,mcf +ST,OG,none,fluidized_bed_firing,0.15282,lb,mcf +ST,OG,dry,fluidized_bed_firing,0.15282,lb,mcf +ST,OG,wet,fluidized_bed_firing,0.15282,lb,mcf +ST,OG,dry,none,0.15282,lb,mcf +ST,OG,wet,none,0.15282,lb,mcf ST,OG,none,none,0.15282,lb,mcf +ST,OG,dry,other,0.15282,lb,mcf +ST,OG,wet,other,0.15282,lb,mcf ST,OG,none,other,0.15282,lb,mcf +ST,OG,none,stoker,0.15282,lb,mcf ST,OG,dry,stoker,0.15282,lb,mcf +ST,OG,wet,stoker,0.15282,lb,mcf ST,OG,dry,tangential_firing,0.15282,lb,mcf +ST,OG,wet,tangential_firing,0.15282,lb,mcf ST,OG,none,tangential_firing,0.15282,lb,mcf +ST,OG,dry,vertical_firing,0.15282,lb,mcf +ST,OG,wet,vertical_firing,0.15282,lb,mcf +ST,OG,none,vertical_firing,0.15282,lb,mcf ST,OG,dry,wall_fired,0.15282,lb,mcf -ST,OG,none,wall_fired,0.15282,lb,mcf ST,OG,wet,wall_fired,0.15282,lb,mcf -CA,OTH,dry,duct_burner,0.328,lb,mcf -CA,OTH,none,duct_burner,0.328,lb,mcf +ST,OG,none,wall_fired,0.15282,lb,mcf +CA,OTH,dry,cell_burner,0.28,lb,mcf +CA,OTH,wet,cell_burner,0.28,lb,mcf +CA,OTH,none,cell_burner,0.28,lb,mcf +CA,OTH,none,cyclone_firing,0.28,lb,mcf +CA,OTH,dry,cyclone_firing,0.28,lb,mcf +CA,OTH,wet,cyclone_firing,0.28,lb,mcf +CA,OTH,dry,duct_burner,0.28,lb,mcf +CA,OTH,wet,duct_burner,0.28,lb,mcf +CA,OTH,none,duct_burner,0.28,lb,mcf +CA,OTH,none,fluidized_bed_firing,0.28,lb,mcf +CA,OTH,dry,fluidized_bed_firing,0.28,lb,mcf +CA,OTH,wet,fluidized_bed_firing,0.28,lb,mcf +CA,OTH,dry,none,0.28,lb,mcf +CA,OTH,wet,none,0.28,lb,mcf CA,OTH,none,none,0.328,lb,mcf -CA,OTH,dry,wall_fired,0.328,lb,mcf -CS,OTH,none,duct_burner,0.328,lb,mcf +CA,OTH,dry,other,0.28,lb,mcf +CA,OTH,wet,other,0.28,lb,mcf +CA,OTH,none,other,0.28,lb,mcf +CA,OTH,none,stoker,0.28,lb,mcf +CA,OTH,dry,stoker,0.28,lb,mcf +CA,OTH,wet,stoker,0.28,lb,mcf +CA,OTH,dry,tangential_firing,0.17,lb,mcf +CA,OTH,wet,tangential_firing,0.17,lb,mcf +CA,OTH,none,tangential_firing,0.17,lb,mcf +CA,OTH,dry,vertical_firing,0.28,lb,mcf +CA,OTH,wet,vertical_firing,0.28,lb,mcf +CA,OTH,none,vertical_firing,0.28,lb,mcf +CA,OTH,dry,wall_fired,0.28,lb,mcf +CA,OTH,wet,wall_fired,0.28,lb,mcf +CA,OTH,none,wall_fired,0.28,lb,mcf +CC,OTH,dry,cell_burner,0.28,lb,mcf +CC,OTH,wet,cell_burner,0.28,lb,mcf +CC,OTH,none,cell_burner,0.28,lb,mcf +CC,OTH,none,cyclone_firing,0.28,lb,mcf +CC,OTH,dry,cyclone_firing,0.28,lb,mcf +CC,OTH,wet,cyclone_firing,0.28,lb,mcf +CC,OTH,dry,duct_burner,0.28,lb,mcf +CC,OTH,wet,duct_burner,0.28,lb,mcf +CC,OTH,none,duct_burner,0.28,lb,mcf +CC,OTH,none,fluidized_bed_firing,0.28,lb,mcf +CC,OTH,dry,fluidized_bed_firing,0.28,lb,mcf +CC,OTH,wet,fluidized_bed_firing,0.28,lb,mcf +CC,OTH,dry,none,0.28,lb,mcf +CC,OTH,wet,none,0.28,lb,mcf +CC,OTH,none,none,0.328,lb,mcf +CC,OTH,dry,other,0.28,lb,mcf +CC,OTH,wet,other,0.28,lb,mcf +CC,OTH,none,other,0.28,lb,mcf +CC,OTH,none,stoker,0.28,lb,mcf +CC,OTH,dry,stoker,0.28,lb,mcf +CC,OTH,wet,stoker,0.28,lb,mcf +CC,OTH,dry,tangential_firing,0.17,lb,mcf +CC,OTH,wet,tangential_firing,0.17,lb,mcf +CC,OTH,none,tangential_firing,0.17,lb,mcf +CC,OTH,dry,vertical_firing,0.28,lb,mcf +CC,OTH,wet,vertical_firing,0.28,lb,mcf +CC,OTH,none,vertical_firing,0.28,lb,mcf +CC,OTH,dry,wall_fired,0.28,lb,mcf +CC,OTH,wet,wall_fired,0.28,lb,mcf +CC,OTH,none,wall_fired,0.28,lb,mcf +CE,OTH,none,none,0.328,lb,mcf +CS,OTH,dry,cell_burner,0.28,lb,mcf +CS,OTH,wet,cell_burner,0.28,lb,mcf +CS,OTH,none,cell_burner,0.28,lb,mcf +CS,OTH,none,cyclone_firing,0.28,lb,mcf +CS,OTH,dry,cyclone_firing,0.28,lb,mcf +CS,OTH,wet,cyclone_firing,0.28,lb,mcf +CS,OTH,dry,duct_burner,0.28,lb,mcf +CS,OTH,wet,duct_burner,0.28,lb,mcf +CS,OTH,none,duct_burner,0.28,lb,mcf +CS,OTH,none,fluidized_bed_firing,0.28,lb,mcf +CS,OTH,dry,fluidized_bed_firing,0.28,lb,mcf +CS,OTH,wet,fluidized_bed_firing,0.28,lb,mcf +CS,OTH,dry,none,0.28,lb,mcf +CS,OTH,wet,none,0.28,lb,mcf CS,OTH,none,none,0.328,lb,mcf -CT,OTH,none,CC,0.328,lb,mcf -CT,OTH,none,duct_burner,0.328,lb,mcf +CS,OTH,dry,other,0.28,lb,mcf +CS,OTH,wet,other,0.28,lb,mcf +CS,OTH,none,other,0.28,lb,mcf +CS,OTH,none,stoker,0.28,lb,mcf +CS,OTH,dry,stoker,0.28,lb,mcf +CS,OTH,wet,stoker,0.28,lb,mcf +CS,OTH,dry,tangential_firing,0.17,lb,mcf +CS,OTH,wet,tangential_firing,0.17,lb,mcf +CS,OTH,none,tangential_firing,0.17,lb,mcf +CS,OTH,dry,vertical_firing,0.28,lb,mcf +CS,OTH,wet,vertical_firing,0.28,lb,mcf +CS,OTH,none,vertical_firing,0.28,lb,mcf +CS,OTH,dry,wall_fired,0.28,lb,mcf +CS,OTH,wet,wall_fired,0.28,lb,mcf +CS,OTH,none,wall_fired,0.28,lb,mcf +CT,OTH,dry,cell_burner,0.28,lb,mcf +CT,OTH,wet,cell_burner,0.28,lb,mcf +CT,OTH,none,cell_burner,0.28,lb,mcf +CT,OTH,none,cyclone_firing,0.28,lb,mcf +CT,OTH,dry,cyclone_firing,0.28,lb,mcf +CT,OTH,wet,cyclone_firing,0.28,lb,mcf +CT,OTH,dry,duct_burner,0.28,lb,mcf +CT,OTH,wet,duct_burner,0.28,lb,mcf +CT,OTH,none,duct_burner,0.28,lb,mcf +CT,OTH,none,fluidized_bed_firing,0.28,lb,mcf +CT,OTH,dry,fluidized_bed_firing,0.28,lb,mcf +CT,OTH,wet,fluidized_bed_firing,0.28,lb,mcf +CT,OTH,dry,none,0.28,lb,mcf +CT,OTH,wet,none,0.28,lb,mcf CT,OTH,none,none,0.328,lb,mcf -GT,OTH,none,CT,0.328,lb,mcf +CT,OTH,dry,other,0.28,lb,mcf +CT,OTH,wet,other,0.28,lb,mcf +CT,OTH,none,other,0.28,lb,mcf +CT,OTH,none,stoker,0.28,lb,mcf +CT,OTH,dry,stoker,0.28,lb,mcf +CT,OTH,wet,stoker,0.28,lb,mcf +CT,OTH,dry,tangential_firing,0.17,lb,mcf +CT,OTH,wet,tangential_firing,0.17,lb,mcf +CT,OTH,none,tangential_firing,0.17,lb,mcf +CT,OTH,dry,vertical_firing,0.28,lb,mcf +CT,OTH,wet,vertical_firing,0.28,lb,mcf +CT,OTH,none,vertical_firing,0.28,lb,mcf +CT,OTH,dry,wall_fired,0.28,lb,mcf +CT,OTH,wet,wall_fired,0.28,lb,mcf +CT,OTH,none,wall_fired,0.28,lb,mcf +GT,OTH,dry,cell_burner,0.28,lb,mcf +GT,OTH,wet,cell_burner,0.28,lb,mcf +GT,OTH,none,cell_burner,0.28,lb,mcf +GT,OTH,none,cyclone_firing,0.28,lb,mcf +GT,OTH,dry,cyclone_firing,0.28,lb,mcf +GT,OTH,wet,cyclone_firing,0.28,lb,mcf +GT,OTH,dry,duct_burner,0.28,lb,mcf +GT,OTH,wet,duct_burner,0.28,lb,mcf +GT,OTH,none,duct_burner,0.28,lb,mcf +GT,OTH,none,fluidized_bed_firing,0.28,lb,mcf +GT,OTH,dry,fluidized_bed_firing,0.28,lb,mcf +GT,OTH,wet,fluidized_bed_firing,0.28,lb,mcf +GT,OTH,dry,none,0.28,lb,mcf +GT,OTH,wet,none,0.28,lb,mcf GT,OTH,none,none,0.328,lb,mcf -GT,OTH,none,tangential_firing,0.328,lb,mcf +GT,OTH,dry,other,0.28,lb,mcf +GT,OTH,wet,other,0.28,lb,mcf +GT,OTH,none,other,0.28,lb,mcf +GT,OTH,none,stoker,0.28,lb,mcf +GT,OTH,dry,stoker,0.28,lb,mcf +GT,OTH,wet,stoker,0.28,lb,mcf +GT,OTH,dry,tangential_firing,0.17,lb,mcf +GT,OTH,wet,tangential_firing,0.17,lb,mcf +GT,OTH,none,tangential_firing,0.17,lb,mcf +GT,OTH,dry,vertical_firing,0.28,lb,mcf +GT,OTH,wet,vertical_firing,0.28,lb,mcf +GT,OTH,none,vertical_firing,0.28,lb,mcf +GT,OTH,dry,wall_fired,0.28,lb,mcf +GT,OTH,wet,wall_fired,0.28,lb,mcf +GT,OTH,none,wall_fired,0.28,lb,mcf IC,OTH,none,none,2.768,lb,mcf -OT,OTH,none,none,0.328,lb,mcf -ST,OTH,dry,cyclone_firing,0.28,lb,mcf +OT,OTH,dry,cell_burner,0.28,lb,mcf +OT,OTH,wet,cell_burner,0.28,lb,mcf +OT,OTH,none,cell_burner,0.28,lb,mcf +OT,OTH,none,cyclone_firing,0.28,lb,mcf +OT,OTH,dry,cyclone_firing,0.28,lb,mcf +OT,OTH,wet,cyclone_firing,0.28,lb,mcf +OT,OTH,dry,duct_burner,0.28,lb,mcf +OT,OTH,wet,duct_burner,0.28,lb,mcf +OT,OTH,none,duct_burner,0.28,lb,mcf +OT,OTH,none,fluidized_bed_firing,0.28,lb,mcf +OT,OTH,dry,fluidized_bed_firing,0.28,lb,mcf +OT,OTH,wet,fluidized_bed_firing,0.28,lb,mcf +OT,OTH,dry,none,0.28,lb,mcf +OT,OTH,wet,none,0.28,lb,mcf +OT,OTH,none,none,0.28,lb,mcf +OT,OTH,dry,other,0.28,lb,mcf +OT,OTH,wet,other,0.28,lb,mcf +OT,OTH,none,other,0.28,lb,mcf +OT,OTH,none,stoker,0.28,lb,mcf +OT,OTH,dry,stoker,0.28,lb,mcf +OT,OTH,wet,stoker,0.28,lb,mcf +OT,OTH,dry,tangential_firing,0.17,lb,mcf +OT,OTH,wet,tangential_firing,0.17,lb,mcf +OT,OTH,none,tangential_firing,0.17,lb,mcf +OT,OTH,dry,vertical_firing,0.28,lb,mcf +OT,OTH,wet,vertical_firing,0.28,lb,mcf +OT,OTH,none,vertical_firing,0.28,lb,mcf +OT,OTH,dry,wall_fired,0.28,lb,mcf +OT,OTH,wet,wall_fired,0.28,lb,mcf +OT,OTH,none,wall_fired,0.28,lb,mcf +ST,OTH,dry,cell_burner,0.28,lb,mcf +ST,OTH,wet,cell_burner,0.28,lb,mcf +ST,OTH,none,cell_burner,0.28,lb,mcf ST,OTH,none,cyclone_firing,0.28,lb,mcf +ST,OTH,dry,cyclone_firing,0.28,lb,mcf ST,OTH,wet,cyclone_firing,0.28,lb,mcf -ST,OTH,dry,duct_burner,0.17,lb,mcf -ST,OTH,none,duct_burner,0.17,lb,mcf +ST,OTH,dry,duct_burner,0.28,lb,mcf +ST,OTH,wet,duct_burner,0.28,lb,mcf +ST,OTH,none,duct_burner,0.28,lb,mcf ST,OTH,none,fluidized_bed_firing,0.28,lb,mcf -ST,OTH,none,none,0.17,lb,mcf -ST,OTH,none,other,0.17,lb,mcf -ST,OTH,dry,stoker,0.28,lb,mcf +ST,OTH,dry,fluidized_bed_firing,0.28,lb,mcf +ST,OTH,wet,fluidized_bed_firing,0.28,lb,mcf +ST,OTH,dry,none,0.28,lb,mcf +ST,OTH,wet,none,0.28,lb,mcf +ST,OTH,none,none,0.28,lb,mcf +ST,OTH,dry,other,0.28,lb,mcf +ST,OTH,wet,other,0.28,lb,mcf +ST,OTH,none,other,0.28,lb,mcf ST,OTH,none,stoker,0.28,lb,mcf +ST,OTH,dry,stoker,0.28,lb,mcf +ST,OTH,wet,stoker,0.28,lb,mcf ST,OTH,dry,tangential_firing,0.17,lb,mcf +ST,OTH,wet,tangential_firing,0.17,lb,mcf ST,OTH,none,tangential_firing,0.17,lb,mcf ST,OTH,dry,vertical_firing,0.28,lb,mcf +ST,OTH,wet,vertical_firing,0.28,lb,mcf +ST,OTH,none,vertical_firing,0.28,lb,mcf ST,OTH,dry,wall_fired,0.28,lb,mcf +ST,OTH,wet,wall_fired,0.28,lb,mcf ST,OTH,none,wall_fired,0.28,lb,mcf -CA,PC,none,other,21,lb,ton -OT,PC,none,none,21,lb,ton -ST,PC,dry,fluidized_bed_firing,5,lb,ton -ST,PC,none,fluidized_bed_firing,5,lb,ton -ST,PC,wet,fluidized_bed_firing,5,lb,ton -ST,PC,none,none,21,lb,ton -ST,PC,none,other,21,lb,ton -ST,PC,dry,tangential_firing,21,lb,ton -ST,PC,dry,wall_fired,21,lb,ton -ST,PC,wet,wall_fired,21,lb,ton -ST,PC,wet,cyclone_firing,21,lb,ton -ST,PC,wet,other,21,lb,ton -ST,PC,dry,stoker,21,lb,ton -ST,PC,none,stoker,21,lb,ton -ST,PC,wet,tangential_firing,21,lb,ton -ST,PC,none,wall_fired,21,lb,ton +CA,PC,dry,cell_burner,21.0,lb,ton +CA,PC,wet,cell_burner,21.0,lb,ton +CA,PC,none,cell_burner,21.0,lb,ton +CA,PC,none,cyclone_firing,21.0,lb,ton +CA,PC,dry,cyclone_firing,21.0,lb,ton +CA,PC,wet,cyclone_firing,21.0,lb,ton +CA,PC,dry,duct_burner,21.0,lb,ton +CA,PC,wet,duct_burner,21.0,lb,ton +CA,PC,none,duct_burner,21.0,lb,ton +CA,PC,none,fluidized_bed_firing,5.0,lb,ton +CA,PC,dry,fluidized_bed_firing,5.0,lb,ton +CA,PC,wet,fluidized_bed_firing,5.0,lb,ton +CA,PC,dry,none,21.0,lb,ton +CA,PC,wet,none,21.0,lb,ton +CA,PC,none,none,21.0,lb,ton +CA,PC,dry,other,21.0,lb,ton +CA,PC,wet,other,21.0,lb,ton +CA,PC,none,other,21.0,lb,ton +CA,PC,none,stoker,21.0,lb,ton +CA,PC,dry,stoker,21.0,lb,ton +CA,PC,wet,stoker,21.0,lb,ton +CA,PC,dry,tangential_firing,21.0,lb,ton +CA,PC,wet,tangential_firing,21.0,lb,ton +CA,PC,none,tangential_firing,21.0,lb,ton +CA,PC,dry,vertical_firing,21.0,lb,ton +CA,PC,wet,vertical_firing,21.0,lb,ton +CA,PC,none,vertical_firing,21.0,lb,ton +CA,PC,dry,wall_fired,21.0,lb,ton +CA,PC,wet,wall_fired,21.0,lb,ton +CA,PC,none,wall_fired,21.0,lb,ton +CC,PC,dry,cell_burner,21.0,lb,ton +CC,PC,wet,cell_burner,21.0,lb,ton +CC,PC,none,cell_burner,21.0,lb,ton +CC,PC,none,cyclone_firing,21.0,lb,ton +CC,PC,dry,cyclone_firing,21.0,lb,ton +CC,PC,wet,cyclone_firing,21.0,lb,ton +CC,PC,dry,duct_burner,21.0,lb,ton +CC,PC,wet,duct_burner,21.0,lb,ton +CC,PC,none,duct_burner,21.0,lb,ton +CC,PC,none,fluidized_bed_firing,5.0,lb,ton +CC,PC,dry,fluidized_bed_firing,5.0,lb,ton +CC,PC,wet,fluidized_bed_firing,5.0,lb,ton +CC,PC,dry,none,21.0,lb,ton +CC,PC,wet,none,21.0,lb,ton +CC,PC,none,none,21.0,lb,ton +CC,PC,dry,other,21.0,lb,ton +CC,PC,wet,other,21.0,lb,ton +CC,PC,none,other,21.0,lb,ton +CC,PC,none,stoker,21.0,lb,ton +CC,PC,dry,stoker,21.0,lb,ton +CC,PC,wet,stoker,21.0,lb,ton +CC,PC,dry,tangential_firing,21.0,lb,ton +CC,PC,wet,tangential_firing,21.0,lb,ton +CC,PC,none,tangential_firing,21.0,lb,ton +CC,PC,dry,vertical_firing,21.0,lb,ton +CC,PC,wet,vertical_firing,21.0,lb,ton +CC,PC,none,vertical_firing,21.0,lb,ton +CC,PC,dry,wall_fired,21.0,lb,ton +CC,PC,wet,wall_fired,21.0,lb,ton +CC,PC,none,wall_fired,21.0,lb,ton +CE,PC,none,none,21.0,lb,ton +CS,PC,dry,cell_burner,21.0,lb,ton +CS,PC,wet,cell_burner,21.0,lb,ton +CS,PC,none,cell_burner,21.0,lb,ton +CS,PC,none,cyclone_firing,21.0,lb,ton +CS,PC,dry,cyclone_firing,21.0,lb,ton +CS,PC,wet,cyclone_firing,21.0,lb,ton +CS,PC,dry,duct_burner,21.0,lb,ton +CS,PC,wet,duct_burner,21.0,lb,ton +CS,PC,none,duct_burner,21.0,lb,ton +CS,PC,none,fluidized_bed_firing,5.0,lb,ton +CS,PC,dry,fluidized_bed_firing,5.0,lb,ton +CS,PC,wet,fluidized_bed_firing,5.0,lb,ton +CS,PC,dry,none,21.0,lb,ton +CS,PC,wet,none,21.0,lb,ton +CS,PC,none,none,21.0,lb,ton +CS,PC,dry,other,21.0,lb,ton +CS,PC,wet,other,21.0,lb,ton +CS,PC,none,other,21.0,lb,ton +CS,PC,none,stoker,21.0,lb,ton +CS,PC,dry,stoker,21.0,lb,ton +CS,PC,wet,stoker,21.0,lb,ton +CS,PC,dry,tangential_firing,21.0,lb,ton +CS,PC,wet,tangential_firing,21.0,lb,ton +CS,PC,none,tangential_firing,21.0,lb,ton +CS,PC,dry,vertical_firing,21.0,lb,ton +CS,PC,wet,vertical_firing,21.0,lb,ton +CS,PC,none,vertical_firing,21.0,lb,ton +CS,PC,dry,wall_fired,21.0,lb,ton +CS,PC,wet,wall_fired,21.0,lb,ton +CS,PC,none,wall_fired,21.0,lb,ton +CT,PC,dry,cell_burner,21.0,lb,ton +CT,PC,wet,cell_burner,21.0,lb,ton +CT,PC,none,cell_burner,21.0,lb,ton +CT,PC,none,cyclone_firing,21.0,lb,ton +CT,PC,dry,cyclone_firing,21.0,lb,ton +CT,PC,wet,cyclone_firing,21.0,lb,ton +CT,PC,dry,duct_burner,21.0,lb,ton +CT,PC,wet,duct_burner,21.0,lb,ton +CT,PC,none,duct_burner,21.0,lb,ton +CT,PC,none,fluidized_bed_firing,5.0,lb,ton +CT,PC,dry,fluidized_bed_firing,5.0,lb,ton +CT,PC,wet,fluidized_bed_firing,5.0,lb,ton +CT,PC,dry,none,21.0,lb,ton +CT,PC,wet,none,21.0,lb,ton +CT,PC,none,none,21.0,lb,ton +CT,PC,dry,other,21.0,lb,ton +CT,PC,wet,other,21.0,lb,ton +CT,PC,none,other,21.0,lb,ton +CT,PC,none,stoker,21.0,lb,ton +CT,PC,dry,stoker,21.0,lb,ton +CT,PC,wet,stoker,21.0,lb,ton +CT,PC,dry,tangential_firing,21.0,lb,ton +CT,PC,wet,tangential_firing,21.0,lb,ton +CT,PC,none,tangential_firing,21.0,lb,ton +CT,PC,dry,vertical_firing,21.0,lb,ton +CT,PC,wet,vertical_firing,21.0,lb,ton +CT,PC,none,vertical_firing,21.0,lb,ton +CT,PC,dry,wall_fired,21.0,lb,ton +CT,PC,wet,wall_fired,21.0,lb,ton +CT,PC,none,wall_fired,21.0,lb,ton +GT,PC,dry,cell_burner,21.0,lb,ton +GT,PC,wet,cell_burner,21.0,lb,ton +GT,PC,none,cell_burner,21.0,lb,ton +GT,PC,none,cyclone_firing,21.0,lb,ton +GT,PC,dry,cyclone_firing,21.0,lb,ton +GT,PC,wet,cyclone_firing,21.0,lb,ton +GT,PC,dry,duct_burner,21.0,lb,ton +GT,PC,wet,duct_burner,21.0,lb,ton +GT,PC,none,duct_burner,21.0,lb,ton +GT,PC,none,fluidized_bed_firing,5.0,lb,ton +GT,PC,dry,fluidized_bed_firing,5.0,lb,ton +GT,PC,wet,fluidized_bed_firing,5.0,lb,ton +GT,PC,dry,none,21.0,lb,ton +GT,PC,wet,none,21.0,lb,ton +GT,PC,none,none,21.0,lb,ton +GT,PC,dry,other,21.0,lb,ton +GT,PC,wet,other,21.0,lb,ton +GT,PC,none,other,21.0,lb,ton +GT,PC,none,stoker,21.0,lb,ton +GT,PC,dry,stoker,21.0,lb,ton +GT,PC,wet,stoker,21.0,lb,ton +GT,PC,dry,tangential_firing,21.0,lb,ton +GT,PC,wet,tangential_firing,21.0,lb,ton +GT,PC,none,tangential_firing,21.0,lb,ton +GT,PC,dry,vertical_firing,21.0,lb,ton +GT,PC,wet,vertical_firing,21.0,lb,ton +GT,PC,none,vertical_firing,21.0,lb,ton +GT,PC,dry,wall_fired,21.0,lb,ton +GT,PC,wet,wall_fired,21.0,lb,ton +GT,PC,none,wall_fired,21.0,lb,ton +IC,PC,none,none,21.0,lb,ton +OT,PC,dry,cell_burner,21.0,lb,ton +OT,PC,wet,cell_burner,21.0,lb,ton +OT,PC,none,cell_burner,21.0,lb,ton +OT,PC,none,cyclone_firing,21.0,lb,ton +OT,PC,dry,cyclone_firing,21.0,lb,ton +OT,PC,wet,cyclone_firing,21.0,lb,ton +OT,PC,dry,duct_burner,21.0,lb,ton +OT,PC,wet,duct_burner,21.0,lb,ton +OT,PC,none,duct_burner,21.0,lb,ton +OT,PC,none,fluidized_bed_firing,5.0,lb,ton +OT,PC,dry,fluidized_bed_firing,5.0,lb,ton +OT,PC,wet,fluidized_bed_firing,5.0,lb,ton +OT,PC,dry,none,21.0,lb,ton +OT,PC,wet,none,21.0,lb,ton +OT,PC,none,none,21.0,lb,ton +OT,PC,dry,other,21.0,lb,ton +OT,PC,wet,other,21.0,lb,ton +OT,PC,none,other,21.0,lb,ton +OT,PC,none,stoker,21.0,lb,ton +OT,PC,dry,stoker,21.0,lb,ton +OT,PC,wet,stoker,21.0,lb,ton +OT,PC,dry,tangential_firing,21.0,lb,ton +OT,PC,wet,tangential_firing,21.0,lb,ton +OT,PC,none,tangential_firing,21.0,lb,ton +OT,PC,dry,vertical_firing,21.0,lb,ton +OT,PC,wet,vertical_firing,21.0,lb,ton +OT,PC,none,vertical_firing,21.0,lb,ton +OT,PC,dry,wall_fired,21.0,lb,ton +OT,PC,wet,wall_fired,21.0,lb,ton +OT,PC,none,wall_fired,21.0,lb,ton +ST,PC,dry,cell_burner,21.0,lb,ton +ST,PC,wet,cell_burner,21.0,lb,ton +ST,PC,none,cell_burner,21.0,lb,ton +ST,PC,none,cyclone_firing,21.0,lb,ton +ST,PC,dry,cyclone_firing,21.0,lb,ton +ST,PC,wet,cyclone_firing,21.0,lb,ton +ST,PC,dry,duct_burner,21.0,lb,ton +ST,PC,wet,duct_burner,21.0,lb,ton +ST,PC,none,duct_burner,21.0,lb,ton +ST,PC,none,fluidized_bed_firing,5.0,lb,ton +ST,PC,dry,fluidized_bed_firing,5.0,lb,ton +ST,PC,wet,fluidized_bed_firing,5.0,lb,ton +ST,PC,dry,none,21.0,lb,ton +ST,PC,wet,none,21.0,lb,ton +ST,PC,none,none,21.0,lb,ton +ST,PC,dry,other,21.0,lb,ton +ST,PC,wet,other,21.0,lb,ton +ST,PC,none,other,21.0,lb,ton +ST,PC,none,stoker,21.0,lb,ton +ST,PC,dry,stoker,21.0,lb,ton +ST,PC,wet,stoker,21.0,lb,ton +ST,PC,dry,tangential_firing,21.0,lb,ton +ST,PC,wet,tangential_firing,21.0,lb,ton +ST,PC,none,tangential_firing,21.0,lb,ton +ST,PC,dry,vertical_firing,21.0,lb,ton +ST,PC,wet,vertical_firing,21.0,lb,ton +ST,PC,none,vertical_firing,21.0,lb,ton +ST,PC,dry,wall_fired,21.0,lb,ton +ST,PC,wet,wall_fired,21.0,lb,ton +ST,PC,none,wall_fired,21.0,lb,ton +CA,PG,dry,cell_burner,0.52226,lb,mcf +CA,PG,wet,cell_burner,0.52226,lb,mcf +CA,PG,none,cell_burner,0.52226,lb,mcf +CA,PG,none,cyclone_firing,0.52226,lb,mcf +CA,PG,dry,cyclone_firing,0.52226,lb,mcf +CA,PG,wet,cyclone_firing,0.52226,lb,mcf +CA,PG,dry,duct_burner,0.52226,lb,mcf +CA,PG,wet,duct_burner,0.52226,lb,mcf +CA,PG,none,duct_burner,0.52226,lb,mcf +CA,PG,none,fluidized_bed_firing,0.52226,lb,mcf +CA,PG,dry,fluidized_bed_firing,0.52226,lb,mcf +CA,PG,wet,fluidized_bed_firing,0.52226,lb,mcf +CA,PG,dry,none,0.52226,lb,mcf +CA,PG,wet,none,0.52226,lb,mcf +CA,PG,none,none,0.80336,lb,mcf +CA,PG,dry,other,0.52226,lb,mcf +CA,PG,wet,other,0.52226,lb,mcf +CA,PG,none,other,0.52226,lb,mcf +CA,PG,none,stoker,0.52226,lb,mcf +CA,PG,dry,stoker,0.52226,lb,mcf +CA,PG,wet,stoker,0.52226,lb,mcf +CA,PG,dry,tangential_firing,0.52226,lb,mcf +CA,PG,wet,tangential_firing,0.52226,lb,mcf +CA,PG,none,tangential_firing,0.52226,lb,mcf +CA,PG,dry,vertical_firing,0.52226,lb,mcf +CA,PG,wet,vertical_firing,0.52226,lb,mcf +CA,PG,none,vertical_firing,0.52226,lb,mcf +CA,PG,dry,wall_fired,0.52226,lb,mcf +CA,PG,wet,wall_fired,0.52226,lb,mcf +CA,PG,none,wall_fired,0.52226,lb,mcf +CC,PG,dry,cell_burner,0.52226,lb,mcf +CC,PG,wet,cell_burner,0.52226,lb,mcf +CC,PG,none,cell_burner,0.52226,lb,mcf +CC,PG,none,cyclone_firing,0.52226,lb,mcf +CC,PG,dry,cyclone_firing,0.52226,lb,mcf +CC,PG,wet,cyclone_firing,0.52226,lb,mcf +CC,PG,dry,duct_burner,0.52226,lb,mcf +CC,PG,wet,duct_burner,0.52226,lb,mcf +CC,PG,none,duct_burner,0.52226,lb,mcf +CC,PG,none,fluidized_bed_firing,0.52226,lb,mcf +CC,PG,dry,fluidized_bed_firing,0.52226,lb,mcf +CC,PG,wet,fluidized_bed_firing,0.52226,lb,mcf +CC,PG,dry,none,0.52226,lb,mcf +CC,PG,wet,none,0.52226,lb,mcf +CC,PG,none,none,0.80336,lb,mcf +CC,PG,dry,other,0.52226,lb,mcf +CC,PG,wet,other,0.52226,lb,mcf +CC,PG,none,other,0.52226,lb,mcf +CC,PG,none,stoker,0.52226,lb,mcf +CC,PG,dry,stoker,0.52226,lb,mcf +CC,PG,wet,stoker,0.52226,lb,mcf +CC,PG,dry,tangential_firing,0.52226,lb,mcf +CC,PG,wet,tangential_firing,0.52226,lb,mcf +CC,PG,none,tangential_firing,0.52226,lb,mcf +CC,PG,dry,vertical_firing,0.52226,lb,mcf +CC,PG,wet,vertical_firing,0.52226,lb,mcf +CC,PG,none,vertical_firing,0.52226,lb,mcf +CC,PG,dry,wall_fired,0.52226,lb,mcf +CC,PG,wet,wall_fired,0.52226,lb,mcf +CC,PG,none,wall_fired,0.52226,lb,mcf +CE,PG,none,none,0.80336,lb,mcf +CS,PG,dry,cell_burner,0.52226,lb,mcf +CS,PG,wet,cell_burner,0.52226,lb,mcf +CS,PG,none,cell_burner,0.52226,lb,mcf +CS,PG,none,cyclone_firing,0.52226,lb,mcf +CS,PG,dry,cyclone_firing,0.52226,lb,mcf +CS,PG,wet,cyclone_firing,0.52226,lb,mcf +CS,PG,dry,duct_burner,0.52226,lb,mcf +CS,PG,wet,duct_burner,0.52226,lb,mcf +CS,PG,none,duct_burner,0.52226,lb,mcf +CS,PG,none,fluidized_bed_firing,0.52226,lb,mcf +CS,PG,dry,fluidized_bed_firing,0.52226,lb,mcf +CS,PG,wet,fluidized_bed_firing,0.52226,lb,mcf +CS,PG,dry,none,0.52226,lb,mcf +CS,PG,wet,none,0.52226,lb,mcf CS,PG,none,none,0.80336,lb,mcf -CT,PG,none,CC,0.80336,lb,mcf +CS,PG,dry,other,0.52226,lb,mcf +CS,PG,wet,other,0.52226,lb,mcf +CS,PG,none,other,0.52226,lb,mcf +CS,PG,none,stoker,0.52226,lb,mcf +CS,PG,dry,stoker,0.52226,lb,mcf +CS,PG,wet,stoker,0.52226,lb,mcf +CS,PG,dry,tangential_firing,0.52226,lb,mcf +CS,PG,wet,tangential_firing,0.52226,lb,mcf +CS,PG,none,tangential_firing,0.52226,lb,mcf +CS,PG,dry,vertical_firing,0.52226,lb,mcf +CS,PG,wet,vertical_firing,0.52226,lb,mcf +CS,PG,none,vertical_firing,0.52226,lb,mcf +CS,PG,dry,wall_fired,0.52226,lb,mcf +CS,PG,wet,wall_fired,0.52226,lb,mcf +CS,PG,none,wall_fired,0.52226,lb,mcf +CT,PG,dry,cell_burner,0.52226,lb,mcf +CT,PG,wet,cell_burner,0.52226,lb,mcf +CT,PG,none,cell_burner,0.52226,lb,mcf +CT,PG,none,cyclone_firing,0.52226,lb,mcf +CT,PG,dry,cyclone_firing,0.52226,lb,mcf +CT,PG,wet,cyclone_firing,0.52226,lb,mcf +CT,PG,dry,duct_burner,0.52226,lb,mcf +CT,PG,wet,duct_burner,0.52226,lb,mcf +CT,PG,none,duct_burner,0.52226,lb,mcf +CT,PG,none,fluidized_bed_firing,0.52226,lb,mcf +CT,PG,dry,fluidized_bed_firing,0.52226,lb,mcf +CT,PG,wet,fluidized_bed_firing,0.52226,lb,mcf +CT,PG,dry,none,0.52226,lb,mcf +CT,PG,wet,none,0.52226,lb,mcf +CT,PG,none,none,0.80336,lb,mcf +CT,PG,dry,other,0.52226,lb,mcf +CT,PG,wet,other,0.52226,lb,mcf +CT,PG,none,other,0.52226,lb,mcf +CT,PG,none,stoker,0.52226,lb,mcf +CT,PG,dry,stoker,0.52226,lb,mcf +CT,PG,wet,stoker,0.52226,lb,mcf +CT,PG,dry,tangential_firing,0.52226,lb,mcf +CT,PG,wet,tangential_firing,0.52226,lb,mcf +CT,PG,none,tangential_firing,0.52226,lb,mcf +CT,PG,dry,vertical_firing,0.52226,lb,mcf +CT,PG,wet,vertical_firing,0.52226,lb,mcf +CT,PG,none,vertical_firing,0.52226,lb,mcf +CT,PG,dry,wall_fired,0.52226,lb,mcf +CT,PG,wet,wall_fired,0.52226,lb,mcf +CT,PG,none,wall_fired,0.52226,lb,mcf +GT,PG,dry,cell_burner,0.52226,lb,mcf +GT,PG,wet,cell_burner,0.52226,lb,mcf +GT,PG,none,cell_burner,0.52226,lb,mcf +GT,PG,none,cyclone_firing,0.52226,lb,mcf +GT,PG,dry,cyclone_firing,0.52226,lb,mcf +GT,PG,wet,cyclone_firing,0.52226,lb,mcf +GT,PG,dry,duct_burner,0.52226,lb,mcf +GT,PG,wet,duct_burner,0.52226,lb,mcf +GT,PG,none,duct_burner,0.52226,lb,mcf +GT,PG,none,fluidized_bed_firing,0.52226,lb,mcf +GT,PG,dry,fluidized_bed_firing,0.52226,lb,mcf +GT,PG,wet,fluidized_bed_firing,0.52226,lb,mcf +GT,PG,dry,none,0.52226,lb,mcf +GT,PG,wet,none,0.52226,lb,mcf GT,PG,none,none,0.80336,lb,mcf +GT,PG,dry,other,0.52226,lb,mcf +GT,PG,wet,other,0.52226,lb,mcf +GT,PG,none,other,0.52226,lb,mcf +GT,PG,none,stoker,0.52226,lb,mcf +GT,PG,dry,stoker,0.52226,lb,mcf +GT,PG,wet,stoker,0.52226,lb,mcf +GT,PG,dry,tangential_firing,0.52226,lb,mcf +GT,PG,wet,tangential_firing,0.52226,lb,mcf +GT,PG,none,tangential_firing,0.52226,lb,mcf +GT,PG,dry,vertical_firing,0.52226,lb,mcf +GT,PG,wet,vertical_firing,0.52226,lb,mcf +GT,PG,none,vertical_firing,0.52226,lb,mcf +GT,PG,dry,wall_fired,0.52226,lb,mcf +GT,PG,wet,wall_fired,0.52226,lb,mcf +GT,PG,none,wall_fired,0.52226,lb,mcf IC,PG,none,none,6.77957,lb,mcf +OT,PG,dry,cell_burner,0.52226,lb,mcf +OT,PG,wet,cell_burner,0.52226,lb,mcf +OT,PG,none,cell_burner,0.52226,lb,mcf +OT,PG,none,cyclone_firing,0.52226,lb,mcf +OT,PG,dry,cyclone_firing,0.52226,lb,mcf +OT,PG,wet,cyclone_firing,0.52226,lb,mcf +OT,PG,dry,duct_burner,0.52226,lb,mcf +OT,PG,wet,duct_burner,0.52226,lb,mcf +OT,PG,none,duct_burner,0.52226,lb,mcf +OT,PG,none,fluidized_bed_firing,0.52226,lb,mcf +OT,PG,dry,fluidized_bed_firing,0.52226,lb,mcf +OT,PG,wet,fluidized_bed_firing,0.52226,lb,mcf +OT,PG,dry,none,0.52226,lb,mcf +OT,PG,wet,none,0.52226,lb,mcf +OT,PG,none,none,0.52226,lb,mcf +OT,PG,dry,other,0.52226,lb,mcf +OT,PG,wet,other,0.52226,lb,mcf +OT,PG,none,other,0.52226,lb,mcf +OT,PG,none,stoker,0.52226,lb,mcf +OT,PG,dry,stoker,0.52226,lb,mcf +OT,PG,wet,stoker,0.52226,lb,mcf +OT,PG,dry,tangential_firing,0.52226,lb,mcf +OT,PG,wet,tangential_firing,0.52226,lb,mcf +OT,PG,none,tangential_firing,0.52226,lb,mcf +OT,PG,dry,vertical_firing,0.52226,lb,mcf +OT,PG,wet,vertical_firing,0.52226,lb,mcf +OT,PG,none,vertical_firing,0.52226,lb,mcf +OT,PG,dry,wall_fired,0.52226,lb,mcf +OT,PG,wet,wall_fired,0.52226,lb,mcf +OT,PG,none,wall_fired,0.52226,lb,mcf +ST,PG,dry,cell_burner,0.52226,lb,mcf +ST,PG,wet,cell_burner,0.52226,lb,mcf +ST,PG,none,cell_burner,0.52226,lb,mcf ST,PG,none,cyclone_firing,0.52226,lb,mcf +ST,PG,dry,cyclone_firing,0.52226,lb,mcf +ST,PG,wet,cyclone_firing,0.52226,lb,mcf +ST,PG,dry,duct_burner,0.52226,lb,mcf +ST,PG,wet,duct_burner,0.52226,lb,mcf +ST,PG,none,duct_burner,0.52226,lb,mcf +ST,PG,none,fluidized_bed_firing,0.52226,lb,mcf ST,PG,dry,fluidized_bed_firing,0.52226,lb,mcf +ST,PG,wet,fluidized_bed_firing,0.52226,lb,mcf +ST,PG,dry,none,0.52226,lb,mcf +ST,PG,wet,none,0.52226,lb,mcf ST,PG,none,none,0.52226,lb,mcf +ST,PG,dry,other,0.52226,lb,mcf +ST,PG,wet,other,0.52226,lb,mcf +ST,PG,none,other,0.52226,lb,mcf +ST,PG,none,stoker,0.52226,lb,mcf +ST,PG,dry,stoker,0.52226,lb,mcf +ST,PG,wet,stoker,0.52226,lb,mcf +ST,PG,dry,tangential_firing,0.52226,lb,mcf +ST,PG,wet,tangential_firing,0.52226,lb,mcf ST,PG,none,tangential_firing,0.52226,lb,mcf +ST,PG,dry,vertical_firing,0.52226,lb,mcf +ST,PG,wet,vertical_firing,0.52226,lb,mcf +ST,PG,none,vertical_firing,0.52226,lb,mcf ST,PG,dry,wall_fired,0.52226,lb,mcf +ST,PG,wet,wall_fired,0.52226,lb,mcf ST,PG,none,wall_fired,0.52226,lb,mcf -ST,PG,dry,tangential_firing,0.52226,lb,mcf -ST,PG,wet,tangential_firing,0.52226,lb,mcf -GT,PRG,none,none,0.17,lb,mcf -ST,PRG,none,duct_burner,0.17,lb,mcf -ST,PRG,none,none,0.17,lb,mcf -ST,PRG,none,other,0.17,lb,mcf -ST,PRG,none,tangential_firing,0.17,lb,mcf -ST,PRG,dry,wall_fired,0.28,lb,mcf -ST,PRG,none,wall_fired,0.28,lb,mcf -ST,RC,wet,cyclone_firing,33,lb,ton -ST,RC,dry,fluidized_bed_firing,5,lb,ton -ST,RC,none,none,12,lb,ton -ST,RC,dry,stoker,11,lb,ton -ST,RC,dry,tangential_firing,10,lb,ton -ST,RC,wet,tangential_firing,14,lb,ton -ST,RC,dry,wall_fired,12,lb,ton -ST,RC,none,wall_fired,12,lb,ton -ST,RC,wet,wall_fired,31,lb,ton -CA,RFO,none,none,5.5314,lb,barrels -CS,RFO,none,none,5.5314,lb,barrels -CT,RFO,none,none,5.5314,lb,barrels -GT,RFO,none,none,5.5314,lb,barrels -IC,RFO,none,none,20.118,lb,barrels -ST,RFO,dry,cyclone_firing,1.974,lb,barrels -ST,RFO,none,duct_burner,1.974,lb,barrels -ST,RFO,dry,fluidized_bed_firing,1.974,lb,barrels -ST,RFO,wet,fluidized_bed_firing,1.974,lb,barrels -ST,RFO,none,none,1.974,lb,barrels -ST,RFO,dry,other,1.974,lb,barrels -ST,RFO,none,other,1.974,lb,barrels -ST,RFO,dry,stoker,1.974,lb,barrels -ST,RFO,wet,stoker,1.974,lb,barrels -ST,RFO,dry,tangential_firing,1.344,lb,barrels -ST,RFO,none,tangential_firing,1.344,lb,barrels -ST,RFO,wet,tangential_firing,1.344,lb,barrels -ST,RFO,dry,vertical_firing,1.974,lb,barrels -ST,RFO,dry,wall_fired,1.974,lb,barrels -ST,RFO,none,wall_fired,1.974,lb,barrels -ST,RFO,wet,wall_fired,1.974,lb,barrels -CA,SGC,none,duct_burner,0.328,lb,mcf -CA,SGC,none,other,0.328,lb,mcf +CA,RC,dry,cell_burner,12.0,lb,ton +CA,RC,wet,cell_burner,31.0,lb,ton +CA,RC,none,cell_burner,12.0,lb,ton +CA,RC,none,cyclone_firing,33.0,lb,ton +CA,RC,dry,cyclone_firing,33.0,lb,ton +CA,RC,wet,cyclone_firing,33.0,lb,ton +CA,RC,dry,duct_burner,12.0,lb,ton +CA,RC,wet,duct_burner,31.0,lb,ton +CA,RC,none,duct_burner,12.0,lb,ton +CA,RC,none,fluidized_bed_firing,5.0,lb,ton +CA,RC,dry,fluidized_bed_firing,5.0,lb,ton +CA,RC,wet,fluidized_bed_firing,5.0,lb,ton +CA,RC,dry,none,12.0,lb,ton +CA,RC,wet,none,31.0,lb,ton +CA,RC,none,none,12.0,lb,ton +CA,RC,dry,other,12.0,lb,ton +CA,RC,wet,other,31.0,lb,ton +CA,RC,none,other,12.0,lb,ton +CA,RC,none,stoker,11.0,lb,ton +CA,RC,dry,stoker,11.0,lb,ton +CA,RC,wet,stoker,11.0,lb,ton +CA,RC,dry,tangential_firing,10.0,lb,ton +CA,RC,wet,tangential_firing,14.0,lb,ton +CA,RC,none,tangential_firing,10.0,lb,ton +CA,RC,dry,vertical_firing,12.0,lb,ton +CA,RC,wet,vertical_firing,31.0,lb,ton +CA,RC,none,vertical_firing,12.0,lb,ton +CA,RC,dry,wall_fired,12.0,lb,ton +CA,RC,wet,wall_fired,31.0,lb,ton +CA,RC,none,wall_fired,12.0,lb,ton +CC,RC,dry,cell_burner,12.0,lb,ton +CC,RC,wet,cell_burner,31.0,lb,ton +CC,RC,none,cell_burner,12.0,lb,ton +CC,RC,none,cyclone_firing,33.0,lb,ton +CC,RC,dry,cyclone_firing,33.0,lb,ton +CC,RC,wet,cyclone_firing,33.0,lb,ton +CC,RC,dry,duct_burner,12.0,lb,ton +CC,RC,wet,duct_burner,31.0,lb,ton +CC,RC,none,duct_burner,12.0,lb,ton +CC,RC,none,fluidized_bed_firing,5.0,lb,ton +CC,RC,dry,fluidized_bed_firing,5.0,lb,ton +CC,RC,wet,fluidized_bed_firing,5.0,lb,ton +CC,RC,dry,none,12.0,lb,ton +CC,RC,wet,none,31.0,lb,ton +CC,RC,none,none,12.0,lb,ton +CC,RC,dry,other,12.0,lb,ton +CC,RC,wet,other,31.0,lb,ton +CC,RC,none,other,12.0,lb,ton +CC,RC,none,stoker,11.0,lb,ton +CC,RC,dry,stoker,11.0,lb,ton +CC,RC,wet,stoker,11.0,lb,ton +CC,RC,dry,tangential_firing,10.0,lb,ton +CC,RC,wet,tangential_firing,14.0,lb,ton +CC,RC,none,tangential_firing,10.0,lb,ton +CC,RC,dry,vertical_firing,12.0,lb,ton +CC,RC,wet,vertical_firing,31.0,lb,ton +CC,RC,none,vertical_firing,12.0,lb,ton +CC,RC,dry,wall_fired,12.0,lb,ton +CC,RC,wet,wall_fired,31.0,lb,ton +CC,RC,none,wall_fired,12.0,lb,ton +CE,RC,none,none,12.0,lb,ton +CS,RC,dry,cell_burner,12.0,lb,ton +CS,RC,wet,cell_burner,31.0,lb,ton +CS,RC,none,cell_burner,12.0,lb,ton +CS,RC,none,cyclone_firing,33.0,lb,ton +CS,RC,dry,cyclone_firing,33.0,lb,ton +CS,RC,wet,cyclone_firing,33.0,lb,ton +CS,RC,dry,duct_burner,12.0,lb,ton +CS,RC,wet,duct_burner,31.0,lb,ton +CS,RC,none,duct_burner,12.0,lb,ton +CS,RC,none,fluidized_bed_firing,5.0,lb,ton +CS,RC,dry,fluidized_bed_firing,5.0,lb,ton +CS,RC,wet,fluidized_bed_firing,5.0,lb,ton +CS,RC,dry,none,12.0,lb,ton +CS,RC,wet,none,31.0,lb,ton +CS,RC,none,none,12.0,lb,ton +CS,RC,dry,other,12.0,lb,ton +CS,RC,wet,other,31.0,lb,ton +CS,RC,none,other,12.0,lb,ton +CS,RC,none,stoker,11.0,lb,ton +CS,RC,dry,stoker,11.0,lb,ton +CS,RC,wet,stoker,11.0,lb,ton +CS,RC,dry,tangential_firing,10.0,lb,ton +CS,RC,wet,tangential_firing,14.0,lb,ton +CS,RC,none,tangential_firing,10.0,lb,ton +CS,RC,dry,vertical_firing,12.0,lb,ton +CS,RC,wet,vertical_firing,31.0,lb,ton +CS,RC,none,vertical_firing,12.0,lb,ton +CS,RC,dry,wall_fired,12.0,lb,ton +CS,RC,wet,wall_fired,31.0,lb,ton +CS,RC,none,wall_fired,12.0,lb,ton +CT,RC,dry,cell_burner,12.0,lb,ton +CT,RC,wet,cell_burner,31.0,lb,ton +CT,RC,none,cell_burner,12.0,lb,ton +CT,RC,none,cyclone_firing,33.0,lb,ton +CT,RC,dry,cyclone_firing,33.0,lb,ton +CT,RC,wet,cyclone_firing,33.0,lb,ton +CT,RC,dry,duct_burner,12.0,lb,ton +CT,RC,wet,duct_burner,31.0,lb,ton +CT,RC,none,duct_burner,12.0,lb,ton +CT,RC,none,fluidized_bed_firing,5.0,lb,ton +CT,RC,dry,fluidized_bed_firing,5.0,lb,ton +CT,RC,wet,fluidized_bed_firing,5.0,lb,ton +CT,RC,dry,none,12.0,lb,ton +CT,RC,wet,none,31.0,lb,ton +CT,RC,none,none,12.0,lb,ton +CT,RC,dry,other,12.0,lb,ton +CT,RC,wet,other,31.0,lb,ton +CT,RC,none,other,12.0,lb,ton +CT,RC,none,stoker,11.0,lb,ton +CT,RC,dry,stoker,11.0,lb,ton +CT,RC,wet,stoker,11.0,lb,ton +CT,RC,dry,tangential_firing,10.0,lb,ton +CT,RC,wet,tangential_firing,14.0,lb,ton +CT,RC,none,tangential_firing,10.0,lb,ton +CT,RC,dry,vertical_firing,12.0,lb,ton +CT,RC,wet,vertical_firing,31.0,lb,ton +CT,RC,none,vertical_firing,12.0,lb,ton +CT,RC,dry,wall_fired,12.0,lb,ton +CT,RC,wet,wall_fired,31.0,lb,ton +CT,RC,none,wall_fired,12.0,lb,ton +GT,RC,dry,cell_burner,12.0,lb,ton +GT,RC,wet,cell_burner,31.0,lb,ton +GT,RC,none,cell_burner,12.0,lb,ton +GT,RC,none,cyclone_firing,33.0,lb,ton +GT,RC,dry,cyclone_firing,33.0,lb,ton +GT,RC,wet,cyclone_firing,33.0,lb,ton +GT,RC,dry,duct_burner,12.0,lb,ton +GT,RC,wet,duct_burner,31.0,lb,ton +GT,RC,none,duct_burner,12.0,lb,ton +GT,RC,none,fluidized_bed_firing,5.0,lb,ton +GT,RC,dry,fluidized_bed_firing,5.0,lb,ton +GT,RC,wet,fluidized_bed_firing,5.0,lb,ton +GT,RC,dry,none,12.0,lb,ton +GT,RC,wet,none,31.0,lb,ton +GT,RC,none,none,12.0,lb,ton +GT,RC,dry,other,12.0,lb,ton +GT,RC,wet,other,31.0,lb,ton +GT,RC,none,other,12.0,lb,ton +GT,RC,none,stoker,11.0,lb,ton +GT,RC,dry,stoker,11.0,lb,ton +GT,RC,wet,stoker,11.0,lb,ton +GT,RC,dry,tangential_firing,10.0,lb,ton +GT,RC,wet,tangential_firing,14.0,lb,ton +GT,RC,none,tangential_firing,10.0,lb,ton +GT,RC,dry,vertical_firing,12.0,lb,ton +GT,RC,wet,vertical_firing,31.0,lb,ton +GT,RC,none,vertical_firing,12.0,lb,ton +GT,RC,dry,wall_fired,12.0,lb,ton +GT,RC,wet,wall_fired,31.0,lb,ton +GT,RC,none,wall_fired,12.0,lb,ton +IC,RC,none,none,12.0,lb,ton +OT,RC,dry,cell_burner,12.0,lb,ton +OT,RC,wet,cell_burner,31.0,lb,ton +OT,RC,none,cell_burner,12.0,lb,ton +OT,RC,none,cyclone_firing,33.0,lb,ton +OT,RC,dry,cyclone_firing,33.0,lb,ton +OT,RC,wet,cyclone_firing,33.0,lb,ton +OT,RC,dry,duct_burner,12.0,lb,ton +OT,RC,wet,duct_burner,31.0,lb,ton +OT,RC,none,duct_burner,12.0,lb,ton +OT,RC,none,fluidized_bed_firing,5.0,lb,ton +OT,RC,dry,fluidized_bed_firing,5.0,lb,ton +OT,RC,wet,fluidized_bed_firing,5.0,lb,ton +OT,RC,dry,none,12.0,lb,ton +OT,RC,wet,none,31.0,lb,ton +OT,RC,none,none,12.0,lb,ton +OT,RC,dry,other,12.0,lb,ton +OT,RC,wet,other,31.0,lb,ton +OT,RC,none,other,12.0,lb,ton +OT,RC,none,stoker,11.0,lb,ton +OT,RC,dry,stoker,11.0,lb,ton +OT,RC,wet,stoker,11.0,lb,ton +OT,RC,dry,tangential_firing,10.0,lb,ton +OT,RC,wet,tangential_firing,14.0,lb,ton +OT,RC,none,tangential_firing,10.0,lb,ton +OT,RC,dry,vertical_firing,12.0,lb,ton +OT,RC,wet,vertical_firing,31.0,lb,ton +OT,RC,none,vertical_firing,12.0,lb,ton +OT,RC,dry,wall_fired,12.0,lb,ton +OT,RC,wet,wall_fired,31.0,lb,ton +OT,RC,none,wall_fired,12.0,lb,ton +ST,RC,dry,cell_burner,12.0,lb,ton +ST,RC,wet,cell_burner,31.0,lb,ton +ST,RC,none,cell_burner,12.0,lb,ton +ST,RC,none,cyclone_firing,33.0,lb,ton +ST,RC,dry,cyclone_firing,33.0,lb,ton +ST,RC,wet,cyclone_firing,33.0,lb,ton +ST,RC,dry,duct_burner,12.0,lb,ton +ST,RC,wet,duct_burner,31.0,lb,ton +ST,RC,none,duct_burner,12.0,lb,ton +ST,RC,none,fluidized_bed_firing,5.0,lb,ton +ST,RC,dry,fluidized_bed_firing,5.0,lb,ton +ST,RC,wet,fluidized_bed_firing,5.0,lb,ton +ST,RC,dry,none,12.0,lb,ton +ST,RC,wet,none,31.0,lb,ton +ST,RC,none,none,12.0,lb,ton +ST,RC,dry,other,12.0,lb,ton +ST,RC,wet,other,31.0,lb,ton +ST,RC,none,other,12.0,lb,ton +ST,RC,none,stoker,11.0,lb,ton +ST,RC,dry,stoker,11.0,lb,ton +ST,RC,wet,stoker,11.0,lb,ton +ST,RC,dry,tangential_firing,10.0,lb,ton +ST,RC,wet,tangential_firing,14.0,lb,ton +ST,RC,none,tangential_firing,10.0,lb,ton +ST,RC,dry,vertical_firing,12.0,lb,ton +ST,RC,wet,vertical_firing,31.0,lb,ton +ST,RC,none,vertical_firing,12.0,lb,ton +ST,RC,dry,wall_fired,12.0,lb,ton +ST,RC,wet,wall_fired,31.0,lb,ton +ST,RC,none,wall_fired,12.0,lb,ton +CA,RFO,dry,cell_burner,1.974,lb,barrel +CA,RFO,wet,cell_burner,1.974,lb,barrel +CA,RFO,none,cell_burner,1.974,lb,barrel +CA,RFO,none,cyclone_firing,1.974,lb,barrel +CA,RFO,dry,cyclone_firing,1.974,lb,barrel +CA,RFO,wet,cyclone_firing,1.974,lb,barrel +CA,RFO,dry,duct_burner,1.974,lb,barrel +CA,RFO,wet,duct_burner,1.974,lb,barrel +CA,RFO,none,duct_burner,1.974,lb,barrel +CA,RFO,none,fluidized_bed_firing,1.974,lb,barrel +CA,RFO,dry,fluidized_bed_firing,1.974,lb,barrel +CA,RFO,wet,fluidized_bed_firing,1.974,lb,barrel +CA,RFO,dry,none,1.974,lb,barrel +CA,RFO,wet,none,1.974,lb,barrel +CA,RFO,none,none,5.53141,lb,barrel +CA,RFO,dry,other,1.974,lb,barrel +CA,RFO,wet,other,1.974,lb,barrel +CA,RFO,none,other,1.974,lb,barrel +CA,RFO,none,stoker,1.974,lb,barrel +CA,RFO,dry,stoker,1.974,lb,barrel +CA,RFO,wet,stoker,1.974,lb,barrel +CA,RFO,dry,tangential_firing,1.344,lb,barrel +CA,RFO,wet,tangential_firing,1.344,lb,barrel +CA,RFO,none,tangential_firing,1.344,lb,barrel +CA,RFO,dry,vertical_firing,1.974,lb,barrel +CA,RFO,wet,vertical_firing,1.974,lb,barrel +CA,RFO,none,vertical_firing,1.974,lb,barrel +CA,RFO,dry,wall_fired,1.974,lb,barrel +CA,RFO,wet,wall_fired,1.974,lb,barrel +CA,RFO,none,wall_fired,1.974,lb,barrel +CC,RFO,dry,cell_burner,1.974,lb,barrel +CC,RFO,wet,cell_burner,1.974,lb,barrel +CC,RFO,none,cell_burner,1.974,lb,barrel +CC,RFO,none,cyclone_firing,1.974,lb,barrel +CC,RFO,dry,cyclone_firing,1.974,lb,barrel +CC,RFO,wet,cyclone_firing,1.974,lb,barrel +CC,RFO,dry,duct_burner,1.974,lb,barrel +CC,RFO,wet,duct_burner,1.974,lb,barrel +CC,RFO,none,duct_burner,1.974,lb,barrel +CC,RFO,none,fluidized_bed_firing,1.974,lb,barrel +CC,RFO,dry,fluidized_bed_firing,1.974,lb,barrel +CC,RFO,wet,fluidized_bed_firing,1.974,lb,barrel +CC,RFO,dry,none,1.974,lb,barrel +CC,RFO,wet,none,1.974,lb,barrel +CC,RFO,none,none,5.53141,lb,barrel +CC,RFO,dry,other,1.974,lb,barrel +CC,RFO,wet,other,1.974,lb,barrel +CC,RFO,none,other,1.974,lb,barrel +CC,RFO,none,stoker,1.974,lb,barrel +CC,RFO,dry,stoker,1.974,lb,barrel +CC,RFO,wet,stoker,1.974,lb,barrel +CC,RFO,dry,tangential_firing,1.344,lb,barrel +CC,RFO,wet,tangential_firing,1.344,lb,barrel +CC,RFO,none,tangential_firing,1.344,lb,barrel +CC,RFO,dry,vertical_firing,1.974,lb,barrel +CC,RFO,wet,vertical_firing,1.974,lb,barrel +CC,RFO,none,vertical_firing,1.974,lb,barrel +CC,RFO,dry,wall_fired,1.974,lb,barrel +CC,RFO,wet,wall_fired,1.974,lb,barrel +CC,RFO,none,wall_fired,1.974,lb,barrel +CE,RFO,none,none,5.53141,lb,barrel +CS,RFO,dry,cell_burner,1.974,lb,barrel +CS,RFO,wet,cell_burner,1.974,lb,barrel +CS,RFO,none,cell_burner,1.974,lb,barrel +CS,RFO,none,cyclone_firing,1.974,lb,barrel +CS,RFO,dry,cyclone_firing,1.974,lb,barrel +CS,RFO,wet,cyclone_firing,1.974,lb,barrel +CS,RFO,dry,duct_burner,1.974,lb,barrel +CS,RFO,wet,duct_burner,1.974,lb,barrel +CS,RFO,none,duct_burner,1.974,lb,barrel +CS,RFO,none,fluidized_bed_firing,1.974,lb,barrel +CS,RFO,dry,fluidized_bed_firing,1.974,lb,barrel +CS,RFO,wet,fluidized_bed_firing,1.974,lb,barrel +CS,RFO,dry,none,1.974,lb,barrel +CS,RFO,wet,none,1.974,lb,barrel +CS,RFO,none,none,5.53141,lb,barrel +CS,RFO,dry,other,1.974,lb,barrel +CS,RFO,wet,other,1.974,lb,barrel +CS,RFO,none,other,1.974,lb,barrel +CS,RFO,none,stoker,1.974,lb,barrel +CS,RFO,dry,stoker,1.974,lb,barrel +CS,RFO,wet,stoker,1.974,lb,barrel +CS,RFO,dry,tangential_firing,1.344,lb,barrel +CS,RFO,wet,tangential_firing,1.344,lb,barrel +CS,RFO,none,tangential_firing,1.344,lb,barrel +CS,RFO,dry,vertical_firing,1.974,lb,barrel +CS,RFO,wet,vertical_firing,1.974,lb,barrel +CS,RFO,none,vertical_firing,1.974,lb,barrel +CS,RFO,dry,wall_fired,1.974,lb,barrel +CS,RFO,wet,wall_fired,1.974,lb,barrel +CS,RFO,none,wall_fired,1.974,lb,barrel +CT,RFO,dry,cell_burner,1.974,lb,barrel +CT,RFO,wet,cell_burner,1.974,lb,barrel +CT,RFO,none,cell_burner,1.974,lb,barrel +CT,RFO,none,cyclone_firing,1.974,lb,barrel +CT,RFO,dry,cyclone_firing,1.974,lb,barrel +CT,RFO,wet,cyclone_firing,1.974,lb,barrel +CT,RFO,dry,duct_burner,1.974,lb,barrel +CT,RFO,wet,duct_burner,1.974,lb,barrel +CT,RFO,none,duct_burner,1.974,lb,barrel +CT,RFO,none,fluidized_bed_firing,1.974,lb,barrel +CT,RFO,dry,fluidized_bed_firing,1.974,lb,barrel +CT,RFO,wet,fluidized_bed_firing,1.974,lb,barrel +CT,RFO,dry,none,1.974,lb,barrel +CT,RFO,wet,none,1.974,lb,barrel +CT,RFO,none,none,5.53141,lb,barrel +CT,RFO,dry,other,1.974,lb,barrel +CT,RFO,wet,other,1.974,lb,barrel +CT,RFO,none,other,1.974,lb,barrel +CT,RFO,none,stoker,1.974,lb,barrel +CT,RFO,dry,stoker,1.974,lb,barrel +CT,RFO,wet,stoker,1.974,lb,barrel +CT,RFO,dry,tangential_firing,1.344,lb,barrel +CT,RFO,wet,tangential_firing,1.344,lb,barrel +CT,RFO,none,tangential_firing,1.344,lb,barrel +CT,RFO,dry,vertical_firing,1.974,lb,barrel +CT,RFO,wet,vertical_firing,1.974,lb,barrel +CT,RFO,none,vertical_firing,1.974,lb,barrel +CT,RFO,dry,wall_fired,1.974,lb,barrel +CT,RFO,wet,wall_fired,1.974,lb,barrel +CT,RFO,none,wall_fired,1.974,lb,barrel +GT,RFO,dry,cell_burner,1.974,lb,barrel +GT,RFO,wet,cell_burner,1.974,lb,barrel +GT,RFO,none,cell_burner,1.974,lb,barrel +GT,RFO,none,cyclone_firing,1.974,lb,barrel +GT,RFO,dry,cyclone_firing,1.974,lb,barrel +GT,RFO,wet,cyclone_firing,1.974,lb,barrel +GT,RFO,dry,duct_burner,1.974,lb,barrel +GT,RFO,wet,duct_burner,1.974,lb,barrel +GT,RFO,none,duct_burner,1.974,lb,barrel +GT,RFO,none,fluidized_bed_firing,1.974,lb,barrel +GT,RFO,dry,fluidized_bed_firing,1.974,lb,barrel +GT,RFO,wet,fluidized_bed_firing,1.974,lb,barrel +GT,RFO,dry,none,1.974,lb,barrel +GT,RFO,wet,none,1.974,lb,barrel +GT,RFO,none,none,5.53141,lb,barrel +GT,RFO,dry,other,1.974,lb,barrel +GT,RFO,wet,other,1.974,lb,barrel +GT,RFO,none,other,1.974,lb,barrel +GT,RFO,none,stoker,1.974,lb,barrel +GT,RFO,dry,stoker,1.974,lb,barrel +GT,RFO,wet,stoker,1.974,lb,barrel +GT,RFO,dry,tangential_firing,1.344,lb,barrel +GT,RFO,wet,tangential_firing,1.344,lb,barrel +GT,RFO,none,tangential_firing,1.344,lb,barrel +GT,RFO,dry,vertical_firing,1.974,lb,barrel +GT,RFO,wet,vertical_firing,1.974,lb,barrel +GT,RFO,none,vertical_firing,1.974,lb,barrel +GT,RFO,dry,wall_fired,1.974,lb,barrel +GT,RFO,wet,wall_fired,1.974,lb,barrel +GT,RFO,none,wall_fired,1.974,lb,barrel +IC,RFO,none,none,20.11802,lb,barrel +OT,RFO,dry,cell_burner,1.974,lb,barrel +OT,RFO,wet,cell_burner,1.974,lb,barrel +OT,RFO,none,cell_burner,1.974,lb,barrel +OT,RFO,none,cyclone_firing,1.974,lb,barrel +OT,RFO,dry,cyclone_firing,1.974,lb,barrel +OT,RFO,wet,cyclone_firing,1.974,lb,barrel +OT,RFO,dry,duct_burner,1.974,lb,barrel +OT,RFO,wet,duct_burner,1.974,lb,barrel +OT,RFO,none,duct_burner,1.974,lb,barrel +OT,RFO,none,fluidized_bed_firing,1.974,lb,barrel +OT,RFO,dry,fluidized_bed_firing,1.974,lb,barrel +OT,RFO,wet,fluidized_bed_firing,1.974,lb,barrel +OT,RFO,dry,none,1.974,lb,barrel +OT,RFO,wet,none,1.974,lb,barrel +OT,RFO,none,none,1.974,lb,barrel +OT,RFO,dry,other,1.974,lb,barrel +OT,RFO,wet,other,1.974,lb,barrel +OT,RFO,none,other,1.974,lb,barrel +OT,RFO,none,stoker,1.974,lb,barrel +OT,RFO,dry,stoker,1.974,lb,barrel +OT,RFO,wet,stoker,1.974,lb,barrel +OT,RFO,dry,tangential_firing,1.344,lb,barrel +OT,RFO,wet,tangential_firing,1.344,lb,barrel +OT,RFO,none,tangential_firing,1.344,lb,barrel +OT,RFO,dry,vertical_firing,1.974,lb,barrel +OT,RFO,wet,vertical_firing,1.974,lb,barrel +OT,RFO,none,vertical_firing,1.974,lb,barrel +OT,RFO,dry,wall_fired,1.974,lb,barrel +OT,RFO,wet,wall_fired,1.974,lb,barrel +OT,RFO,none,wall_fired,1.974,lb,barrel +ST,RFO,dry,cell_burner,1.974,lb,barrel +ST,RFO,wet,cell_burner,1.974,lb,barrel +ST,RFO,none,cell_burner,1.974,lb,barrel +ST,RFO,none,cyclone_firing,1.974,lb,barrel +ST,RFO,dry,cyclone_firing,1.974,lb,barrel +ST,RFO,wet,cyclone_firing,1.974,lb,barrel +ST,RFO,dry,duct_burner,1.974,lb,barrel +ST,RFO,wet,duct_burner,1.974,lb,barrel +ST,RFO,none,duct_burner,1.974,lb,barrel +ST,RFO,none,fluidized_bed_firing,1.974,lb,barrel +ST,RFO,dry,fluidized_bed_firing,1.974,lb,barrel +ST,RFO,wet,fluidized_bed_firing,1.974,lb,barrel +ST,RFO,dry,none,1.974,lb,barrel +ST,RFO,wet,none,1.974,lb,barrel +ST,RFO,none,none,1.974,lb,barrel +ST,RFO,dry,other,1.974,lb,barrel +ST,RFO,wet,other,1.974,lb,barrel +ST,RFO,none,other,1.974,lb,barrel +ST,RFO,none,stoker,1.974,lb,barrel +ST,RFO,dry,stoker,1.974,lb,barrel +ST,RFO,wet,stoker,1.974,lb,barrel +ST,RFO,dry,tangential_firing,1.344,lb,barrel +ST,RFO,wet,tangential_firing,1.344,lb,barrel +ST,RFO,none,tangential_firing,1.344,lb,barrel +ST,RFO,dry,vertical_firing,1.974,lb,barrel +ST,RFO,wet,vertical_firing,1.974,lb,barrel +ST,RFO,none,vertical_firing,1.974,lb,barrel +ST,RFO,dry,wall_fired,1.974,lb,barrel +ST,RFO,wet,wall_fired,1.974,lb,barrel +ST,RFO,none,wall_fired,1.974,lb,barrel +CA,SC,dry,cell_burner,12.0,lb,ton +CA,SC,wet,cell_burner,31.0,lb,ton +CA,SC,none,cell_burner,12.0,lb,ton +CA,SC,none,cyclone_firing,33.0,lb,ton +CA,SC,dry,cyclone_firing,33.0,lb,ton +CA,SC,wet,cyclone_firing,33.0,lb,ton +CA,SC,dry,duct_burner,12.0,lb,ton +CA,SC,wet,duct_burner,31.0,lb,ton +CA,SC,none,duct_burner,12.0,lb,ton +CA,SC,none,fluidized_bed_firing,5.0,lb,ton +CA,SC,dry,fluidized_bed_firing,5.0,lb,ton +CA,SC,wet,fluidized_bed_firing,5.0,lb,ton +CA,SC,dry,none,12.0,lb,ton +CA,SC,wet,none,31.0,lb,ton +CA,SC,none,none,12.0,lb,ton +CA,SC,dry,other,12.0,lb,ton +CA,SC,wet,other,31.0,lb,ton +CA,SC,none,other,12.0,lb,ton +CA,SC,none,stoker,11.0,lb,ton +CA,SC,dry,stoker,11.0,lb,ton +CA,SC,wet,stoker,11.0,lb,ton +CA,SC,dry,tangential_firing,10.0,lb,ton +CA,SC,wet,tangential_firing,14.0,lb,ton +CA,SC,none,tangential_firing,10.0,lb,ton +CA,SC,dry,vertical_firing,12.0,lb,ton +CA,SC,wet,vertical_firing,31.0,lb,ton +CA,SC,none,vertical_firing,12.0,lb,ton +CA,SC,dry,wall_fired,12.0,lb,ton +CA,SC,wet,wall_fired,31.0,lb,ton +CA,SC,none,wall_fired,12.0,lb,ton +CC,SC,dry,cell_burner,12.0,lb,ton +CC,SC,wet,cell_burner,31.0,lb,ton +CC,SC,none,cell_burner,12.0,lb,ton +CC,SC,none,cyclone_firing,33.0,lb,ton +CC,SC,dry,cyclone_firing,33.0,lb,ton +CC,SC,wet,cyclone_firing,33.0,lb,ton +CC,SC,dry,duct_burner,12.0,lb,ton +CC,SC,wet,duct_burner,31.0,lb,ton +CC,SC,none,duct_burner,12.0,lb,ton +CC,SC,none,fluidized_bed_firing,5.0,lb,ton +CC,SC,dry,fluidized_bed_firing,5.0,lb,ton +CC,SC,wet,fluidized_bed_firing,5.0,lb,ton +CC,SC,dry,none,12.0,lb,ton +CC,SC,wet,none,31.0,lb,ton +CC,SC,none,none,12.0,lb,ton +CC,SC,dry,other,12.0,lb,ton +CC,SC,wet,other,31.0,lb,ton +CC,SC,none,other,12.0,lb,ton +CC,SC,none,stoker,11.0,lb,ton +CC,SC,dry,stoker,11.0,lb,ton +CC,SC,wet,stoker,11.0,lb,ton +CC,SC,dry,tangential_firing,10.0,lb,ton +CC,SC,wet,tangential_firing,14.0,lb,ton +CC,SC,none,tangential_firing,10.0,lb,ton +CC,SC,dry,vertical_firing,12.0,lb,ton +CC,SC,wet,vertical_firing,31.0,lb,ton +CC,SC,none,vertical_firing,12.0,lb,ton +CC,SC,dry,wall_fired,12.0,lb,ton +CC,SC,wet,wall_fired,31.0,lb,ton +CC,SC,none,wall_fired,12.0,lb,ton +CE,SC,none,none,12.0,lb,ton +CS,SC,dry,cell_burner,12.0,lb,ton +CS,SC,wet,cell_burner,31.0,lb,ton +CS,SC,none,cell_burner,12.0,lb,ton +CS,SC,none,cyclone_firing,33.0,lb,ton +CS,SC,dry,cyclone_firing,33.0,lb,ton +CS,SC,wet,cyclone_firing,33.0,lb,ton +CS,SC,dry,duct_burner,12.0,lb,ton +CS,SC,wet,duct_burner,31.0,lb,ton +CS,SC,none,duct_burner,12.0,lb,ton +CS,SC,none,fluidized_bed_firing,5.0,lb,ton +CS,SC,dry,fluidized_bed_firing,5.0,lb,ton +CS,SC,wet,fluidized_bed_firing,5.0,lb,ton +CS,SC,dry,none,12.0,lb,ton +CS,SC,wet,none,31.0,lb,ton +CS,SC,none,none,12.0,lb,ton +CS,SC,dry,other,12.0,lb,ton +CS,SC,wet,other,31.0,lb,ton +CS,SC,none,other,12.0,lb,ton +CS,SC,none,stoker,11.0,lb,ton +CS,SC,dry,stoker,11.0,lb,ton +CS,SC,wet,stoker,11.0,lb,ton +CS,SC,dry,tangential_firing,10.0,lb,ton +CS,SC,wet,tangential_firing,14.0,lb,ton +CS,SC,none,tangential_firing,10.0,lb,ton +CS,SC,dry,vertical_firing,12.0,lb,ton +CS,SC,wet,vertical_firing,31.0,lb,ton +CS,SC,none,vertical_firing,12.0,lb,ton +CS,SC,dry,wall_fired,12.0,lb,ton +CS,SC,wet,wall_fired,31.0,lb,ton +CS,SC,none,wall_fired,12.0,lb,ton +CT,SC,dry,cell_burner,12.0,lb,ton +CT,SC,wet,cell_burner,31.0,lb,ton +CT,SC,none,cell_burner,12.0,lb,ton +CT,SC,none,cyclone_firing,33.0,lb,ton +CT,SC,dry,cyclone_firing,33.0,lb,ton +CT,SC,wet,cyclone_firing,33.0,lb,ton +CT,SC,dry,duct_burner,12.0,lb,ton +CT,SC,wet,duct_burner,31.0,lb,ton +CT,SC,none,duct_burner,12.0,lb,ton +CT,SC,none,fluidized_bed_firing,5.0,lb,ton +CT,SC,dry,fluidized_bed_firing,5.0,lb,ton +CT,SC,wet,fluidized_bed_firing,5.0,lb,ton +CT,SC,dry,none,12.0,lb,ton +CT,SC,wet,none,31.0,lb,ton +CT,SC,none,none,12.0,lb,ton +CT,SC,dry,other,12.0,lb,ton +CT,SC,wet,other,31.0,lb,ton +CT,SC,none,other,12.0,lb,ton +CT,SC,none,stoker,11.0,lb,ton +CT,SC,dry,stoker,11.0,lb,ton +CT,SC,wet,stoker,11.0,lb,ton +CT,SC,dry,tangential_firing,10.0,lb,ton +CT,SC,wet,tangential_firing,14.0,lb,ton +CT,SC,none,tangential_firing,10.0,lb,ton +CT,SC,dry,vertical_firing,12.0,lb,ton +CT,SC,wet,vertical_firing,31.0,lb,ton +CT,SC,none,vertical_firing,12.0,lb,ton +CT,SC,dry,wall_fired,12.0,lb,ton +CT,SC,wet,wall_fired,31.0,lb,ton +CT,SC,none,wall_fired,12.0,lb,ton +GT,SC,dry,cell_burner,12.0,lb,ton +GT,SC,wet,cell_burner,31.0,lb,ton +GT,SC,none,cell_burner,12.0,lb,ton +GT,SC,none,cyclone_firing,33.0,lb,ton +GT,SC,dry,cyclone_firing,33.0,lb,ton +GT,SC,wet,cyclone_firing,33.0,lb,ton +GT,SC,dry,duct_burner,12.0,lb,ton +GT,SC,wet,duct_burner,31.0,lb,ton +GT,SC,none,duct_burner,12.0,lb,ton +GT,SC,none,fluidized_bed_firing,5.0,lb,ton +GT,SC,dry,fluidized_bed_firing,5.0,lb,ton +GT,SC,wet,fluidized_bed_firing,5.0,lb,ton +GT,SC,dry,none,12.0,lb,ton +GT,SC,wet,none,31.0,lb,ton +GT,SC,none,none,12.0,lb,ton +GT,SC,dry,other,12.0,lb,ton +GT,SC,wet,other,31.0,lb,ton +GT,SC,none,other,12.0,lb,ton +GT,SC,none,stoker,11.0,lb,ton +GT,SC,dry,stoker,11.0,lb,ton +GT,SC,wet,stoker,11.0,lb,ton +GT,SC,dry,tangential_firing,10.0,lb,ton +GT,SC,wet,tangential_firing,14.0,lb,ton +GT,SC,none,tangential_firing,10.0,lb,ton +GT,SC,dry,vertical_firing,12.0,lb,ton +GT,SC,wet,vertical_firing,31.0,lb,ton +GT,SC,none,vertical_firing,12.0,lb,ton +GT,SC,dry,wall_fired,12.0,lb,ton +GT,SC,wet,wall_fired,31.0,lb,ton +GT,SC,none,wall_fired,12.0,lb,ton +IC,SC,none,none,12.0,lb,ton +OT,SC,dry,cell_burner,12.0,lb,ton +OT,SC,wet,cell_burner,31.0,lb,ton +OT,SC,none,cell_burner,12.0,lb,ton +OT,SC,none,cyclone_firing,33.0,lb,ton +OT,SC,dry,cyclone_firing,33.0,lb,ton +OT,SC,wet,cyclone_firing,33.0,lb,ton +OT,SC,dry,duct_burner,12.0,lb,ton +OT,SC,wet,duct_burner,31.0,lb,ton +OT,SC,none,duct_burner,12.0,lb,ton +OT,SC,none,fluidized_bed_firing,5.0,lb,ton +OT,SC,dry,fluidized_bed_firing,5.0,lb,ton +OT,SC,wet,fluidized_bed_firing,5.0,lb,ton +OT,SC,dry,none,12.0,lb,ton +OT,SC,wet,none,31.0,lb,ton +OT,SC,none,none,12.0,lb,ton +OT,SC,dry,other,12.0,lb,ton +OT,SC,wet,other,31.0,lb,ton +OT,SC,none,other,12.0,lb,ton +OT,SC,none,stoker,11.0,lb,ton +OT,SC,dry,stoker,11.0,lb,ton +OT,SC,wet,stoker,11.0,lb,ton +OT,SC,dry,tangential_firing,10.0,lb,ton +OT,SC,wet,tangential_firing,14.0,lb,ton +OT,SC,none,tangential_firing,10.0,lb,ton +OT,SC,dry,vertical_firing,12.0,lb,ton +OT,SC,wet,vertical_firing,31.0,lb,ton +OT,SC,none,vertical_firing,12.0,lb,ton +OT,SC,dry,wall_fired,12.0,lb,ton +OT,SC,wet,wall_fired,31.0,lb,ton +OT,SC,none,wall_fired,12.0,lb,ton +ST,SC,dry,cell_burner,12.0,lb,ton +ST,SC,wet,cell_burner,31.0,lb,ton +ST,SC,none,cell_burner,12.0,lb,ton +ST,SC,none,cyclone_firing,33.0,lb,ton +ST,SC,dry,cyclone_firing,33.0,lb,ton +ST,SC,wet,cyclone_firing,33.0,lb,ton +ST,SC,dry,duct_burner,12.0,lb,ton +ST,SC,wet,duct_burner,31.0,lb,ton +ST,SC,none,duct_burner,12.0,lb,ton +ST,SC,none,fluidized_bed_firing,5.0,lb,ton +ST,SC,dry,fluidized_bed_firing,5.0,lb,ton +ST,SC,wet,fluidized_bed_firing,5.0,lb,ton +ST,SC,dry,none,12.0,lb,ton +ST,SC,wet,none,31.0,lb,ton +ST,SC,none,none,12.0,lb,ton +ST,SC,dry,other,12.0,lb,ton +ST,SC,wet,other,31.0,lb,ton +ST,SC,none,other,12.0,lb,ton +ST,SC,none,stoker,11.0,lb,ton +ST,SC,dry,stoker,11.0,lb,ton +ST,SC,wet,stoker,11.0,lb,ton +ST,SC,dry,tangential_firing,10.0,lb,ton +ST,SC,wet,tangential_firing,14.0,lb,ton +ST,SC,none,tangential_firing,10.0,lb,ton +ST,SC,dry,vertical_firing,12.0,lb,ton +ST,SC,wet,vertical_firing,31.0,lb,ton +ST,SC,none,vertical_firing,12.0,lb,ton +ST,SC,dry,wall_fired,12.0,lb,ton +ST,SC,wet,wall_fired,31.0,lb,ton +ST,SC,none,wall_fired,12.0,lb,ton +CA,SGC,dry,cell_burner,0.28,lb,mcf +CA,SGC,wet,cell_burner,0.28,lb,mcf +CA,SGC,none,cell_burner,0.28,lb,mcf +CA,SGC,none,cyclone_firing,0.28,lb,mcf +CA,SGC,dry,cyclone_firing,0.28,lb,mcf +CA,SGC,wet,cyclone_firing,0.28,lb,mcf +CA,SGC,dry,duct_burner,0.28,lb,mcf +CA,SGC,wet,duct_burner,0.28,lb,mcf +CA,SGC,none,duct_burner,0.28,lb,mcf +CA,SGC,none,fluidized_bed_firing,0.28,lb,mcf +CA,SGC,dry,fluidized_bed_firing,0.28,lb,mcf +CA,SGC,wet,fluidized_bed_firing,0.28,lb,mcf +CA,SGC,dry,none,0.28,lb,mcf +CA,SGC,wet,none,0.28,lb,mcf CA,SGC,none,none,0.328,lb,mcf -CT,SGC,none,duct_burner,0.328,lb,mcf -CT,SGC,none,other,0.328,lb,mcf +CA,SGC,dry,other,0.28,lb,mcf +CA,SGC,wet,other,0.28,lb,mcf +CA,SGC,none,other,0.28,lb,mcf +CA,SGC,none,stoker,0.28,lb,mcf +CA,SGC,dry,stoker,0.28,lb,mcf +CA,SGC,wet,stoker,0.28,lb,mcf +CA,SGC,dry,tangential_firing,0.17,lb,mcf +CA,SGC,wet,tangential_firing,0.17,lb,mcf +CA,SGC,none,tangential_firing,0.17,lb,mcf +CA,SGC,dry,vertical_firing,0.28,lb,mcf +CA,SGC,wet,vertical_firing,0.28,lb,mcf +CA,SGC,none,vertical_firing,0.28,lb,mcf +CA,SGC,dry,wall_fired,0.28,lb,mcf +CA,SGC,wet,wall_fired,0.28,lb,mcf +CA,SGC,none,wall_fired,0.28,lb,mcf +CC,SGC,dry,cell_burner,0.28,lb,mcf +CC,SGC,wet,cell_burner,0.28,lb,mcf +CC,SGC,none,cell_burner,0.28,lb,mcf +CC,SGC,none,cyclone_firing,0.28,lb,mcf +CC,SGC,dry,cyclone_firing,0.28,lb,mcf +CC,SGC,wet,cyclone_firing,0.28,lb,mcf +CC,SGC,dry,duct_burner,0.28,lb,mcf +CC,SGC,wet,duct_burner,0.28,lb,mcf +CC,SGC,none,duct_burner,0.28,lb,mcf +CC,SGC,none,fluidized_bed_firing,0.28,lb,mcf +CC,SGC,dry,fluidized_bed_firing,0.28,lb,mcf +CC,SGC,wet,fluidized_bed_firing,0.28,lb,mcf +CC,SGC,dry,none,0.28,lb,mcf +CC,SGC,wet,none,0.28,lb,mcf +CC,SGC,none,none,0.328,lb,mcf +CC,SGC,dry,other,0.28,lb,mcf +CC,SGC,wet,other,0.28,lb,mcf +CC,SGC,none,other,0.28,lb,mcf +CC,SGC,none,stoker,0.28,lb,mcf +CC,SGC,dry,stoker,0.28,lb,mcf +CC,SGC,wet,stoker,0.28,lb,mcf +CC,SGC,dry,tangential_firing,0.17,lb,mcf +CC,SGC,wet,tangential_firing,0.17,lb,mcf +CC,SGC,none,tangential_firing,0.17,lb,mcf +CC,SGC,dry,vertical_firing,0.28,lb,mcf +CC,SGC,wet,vertical_firing,0.28,lb,mcf +CC,SGC,none,vertical_firing,0.28,lb,mcf +CC,SGC,dry,wall_fired,0.28,lb,mcf +CC,SGC,wet,wall_fired,0.28,lb,mcf +CC,SGC,none,wall_fired,0.28,lb,mcf +CE,SGC,none,none,0.328,lb,mcf +CS,SGC,dry,cell_burner,0.28,lb,mcf +CS,SGC,wet,cell_burner,0.28,lb,mcf +CS,SGC,none,cell_burner,0.28,lb,mcf +CS,SGC,none,cyclone_firing,0.28,lb,mcf +CS,SGC,dry,cyclone_firing,0.28,lb,mcf +CS,SGC,wet,cyclone_firing,0.28,lb,mcf +CS,SGC,dry,duct_burner,0.28,lb,mcf +CS,SGC,wet,duct_burner,0.28,lb,mcf +CS,SGC,none,duct_burner,0.28,lb,mcf +CS,SGC,none,fluidized_bed_firing,0.28,lb,mcf +CS,SGC,dry,fluidized_bed_firing,0.28,lb,mcf +CS,SGC,wet,fluidized_bed_firing,0.28,lb,mcf +CS,SGC,dry,none,0.28,lb,mcf +CS,SGC,wet,none,0.28,lb,mcf +CS,SGC,none,none,0.328,lb,mcf +CS,SGC,dry,other,0.28,lb,mcf +CS,SGC,wet,other,0.28,lb,mcf +CS,SGC,none,other,0.28,lb,mcf +CS,SGC,none,stoker,0.28,lb,mcf +CS,SGC,dry,stoker,0.28,lb,mcf +CS,SGC,wet,stoker,0.28,lb,mcf +CS,SGC,dry,tangential_firing,0.17,lb,mcf +CS,SGC,wet,tangential_firing,0.17,lb,mcf +CS,SGC,none,tangential_firing,0.17,lb,mcf +CS,SGC,dry,vertical_firing,0.28,lb,mcf +CS,SGC,wet,vertical_firing,0.28,lb,mcf +CS,SGC,none,vertical_firing,0.28,lb,mcf +CS,SGC,dry,wall_fired,0.28,lb,mcf +CS,SGC,wet,wall_fired,0.28,lb,mcf +CS,SGC,none,wall_fired,0.28,lb,mcf +CT,SGC,dry,cell_burner,0.28,lb,mcf +CT,SGC,wet,cell_burner,0.28,lb,mcf +CT,SGC,none,cell_burner,0.28,lb,mcf +CT,SGC,none,cyclone_firing,0.28,lb,mcf +CT,SGC,dry,cyclone_firing,0.28,lb,mcf +CT,SGC,wet,cyclone_firing,0.28,lb,mcf +CT,SGC,dry,duct_burner,0.28,lb,mcf +CT,SGC,wet,duct_burner,0.28,lb,mcf +CT,SGC,none,duct_burner,0.28,lb,mcf +CT,SGC,none,fluidized_bed_firing,0.28,lb,mcf +CT,SGC,dry,fluidized_bed_firing,0.28,lb,mcf +CT,SGC,wet,fluidized_bed_firing,0.28,lb,mcf +CT,SGC,dry,none,0.28,lb,mcf +CT,SGC,wet,none,0.28,lb,mcf CT,SGC,none,none,0.328,lb,mcf +CT,SGC,dry,other,0.28,lb,mcf +CT,SGC,wet,other,0.28,lb,mcf +CT,SGC,none,other,0.28,lb,mcf +CT,SGC,none,stoker,0.28,lb,mcf +CT,SGC,dry,stoker,0.28,lb,mcf +CT,SGC,wet,stoker,0.28,lb,mcf +CT,SGC,dry,tangential_firing,0.17,lb,mcf +CT,SGC,wet,tangential_firing,0.17,lb,mcf +CT,SGC,none,tangential_firing,0.17,lb,mcf +CT,SGC,dry,vertical_firing,0.28,lb,mcf +CT,SGC,wet,vertical_firing,0.28,lb,mcf +CT,SGC,none,vertical_firing,0.28,lb,mcf +CT,SGC,dry,wall_fired,0.28,lb,mcf +CT,SGC,wet,wall_fired,0.28,lb,mcf +CT,SGC,none,wall_fired,0.28,lb,mcf +GT,SGC,dry,cell_burner,0.28,lb,mcf +GT,SGC,wet,cell_burner,0.28,lb,mcf +GT,SGC,none,cell_burner,0.28,lb,mcf +GT,SGC,none,cyclone_firing,0.28,lb,mcf +GT,SGC,dry,cyclone_firing,0.28,lb,mcf +GT,SGC,wet,cyclone_firing,0.28,lb,mcf +GT,SGC,dry,duct_burner,0.28,lb,mcf +GT,SGC,wet,duct_burner,0.28,lb,mcf +GT,SGC,none,duct_burner,0.28,lb,mcf +GT,SGC,none,fluidized_bed_firing,0.28,lb,mcf +GT,SGC,dry,fluidized_bed_firing,0.28,lb,mcf +GT,SGC,wet,fluidized_bed_firing,0.28,lb,mcf +GT,SGC,dry,none,0.28,lb,mcf +GT,SGC,wet,none,0.28,lb,mcf +GT,SGC,none,none,0.328,lb,mcf +GT,SGC,dry,other,0.28,lb,mcf +GT,SGC,wet,other,0.28,lb,mcf +GT,SGC,none,other,0.28,lb,mcf +GT,SGC,none,stoker,0.28,lb,mcf +GT,SGC,dry,stoker,0.28,lb,mcf +GT,SGC,wet,stoker,0.28,lb,mcf +GT,SGC,dry,tangential_firing,0.17,lb,mcf +GT,SGC,wet,tangential_firing,0.17,lb,mcf +GT,SGC,none,tangential_firing,0.17,lb,mcf +GT,SGC,dry,vertical_firing,0.28,lb,mcf +GT,SGC,wet,vertical_firing,0.28,lb,mcf +GT,SGC,none,vertical_firing,0.28,lb,mcf +GT,SGC,dry,wall_fired,0.28,lb,mcf +GT,SGC,wet,wall_fired,0.28,lb,mcf +GT,SGC,none,wall_fired,0.28,lb,mcf +IC,SGC,none,none,2.768,lb,mcf +OT,SGC,dry,cell_burner,0.28,lb,mcf +OT,SGC,wet,cell_burner,0.28,lb,mcf +OT,SGC,none,cell_burner,0.28,lb,mcf +OT,SGC,none,cyclone_firing,0.28,lb,mcf +OT,SGC,dry,cyclone_firing,0.28,lb,mcf +OT,SGC,wet,cyclone_firing,0.28,lb,mcf +OT,SGC,dry,duct_burner,0.28,lb,mcf +OT,SGC,wet,duct_burner,0.28,lb,mcf +OT,SGC,none,duct_burner,0.28,lb,mcf +OT,SGC,none,fluidized_bed_firing,0.28,lb,mcf +OT,SGC,dry,fluidized_bed_firing,0.28,lb,mcf +OT,SGC,wet,fluidized_bed_firing,0.28,lb,mcf +OT,SGC,dry,none,0.28,lb,mcf +OT,SGC,wet,none,0.28,lb,mcf +OT,SGC,none,none,0.28,lb,mcf +OT,SGC,dry,other,0.28,lb,mcf +OT,SGC,wet,other,0.28,lb,mcf +OT,SGC,none,other,0.28,lb,mcf +OT,SGC,none,stoker,0.28,lb,mcf +OT,SGC,dry,stoker,0.28,lb,mcf +OT,SGC,wet,stoker,0.28,lb,mcf +OT,SGC,dry,tangential_firing,0.17,lb,mcf +OT,SGC,wet,tangential_firing,0.17,lb,mcf +OT,SGC,none,tangential_firing,0.17,lb,mcf +OT,SGC,dry,vertical_firing,0.28,lb,mcf +OT,SGC,wet,vertical_firing,0.28,lb,mcf +OT,SGC,none,vertical_firing,0.28,lb,mcf +OT,SGC,dry,wall_fired,0.28,lb,mcf +OT,SGC,wet,wall_fired,0.28,lb,mcf +OT,SGC,none,wall_fired,0.28,lb,mcf +ST,SGC,dry,cell_burner,0.28,lb,mcf +ST,SGC,wet,cell_burner,0.28,lb,mcf +ST,SGC,none,cell_burner,0.28,lb,mcf +ST,SGC,none,cyclone_firing,0.28,lb,mcf +ST,SGC,dry,cyclone_firing,0.28,lb,mcf +ST,SGC,wet,cyclone_firing,0.28,lb,mcf +ST,SGC,dry,duct_burner,0.28,lb,mcf +ST,SGC,wet,duct_burner,0.28,lb,mcf +ST,SGC,none,duct_burner,0.28,lb,mcf +ST,SGC,none,fluidized_bed_firing,0.28,lb,mcf +ST,SGC,dry,fluidized_bed_firing,0.28,lb,mcf +ST,SGC,wet,fluidized_bed_firing,0.28,lb,mcf +ST,SGC,dry,none,0.28,lb,mcf +ST,SGC,wet,none,0.28,lb,mcf ST,SGC,none,none,0.28,lb,mcf +ST,SGC,dry,other,0.28,lb,mcf +ST,SGC,wet,other,0.28,lb,mcf +ST,SGC,none,other,0.28,lb,mcf +ST,SGC,none,stoker,0.28,lb,mcf +ST,SGC,dry,stoker,0.28,lb,mcf +ST,SGC,wet,stoker,0.28,lb,mcf +ST,SGC,dry,tangential_firing,0.17,lb,mcf +ST,SGC,wet,tangential_firing,0.17,lb,mcf +ST,SGC,none,tangential_firing,0.17,lb,mcf +ST,SGC,dry,vertical_firing,0.28,lb,mcf +ST,SGC,wet,vertical_firing,0.28,lb,mcf +ST,SGC,none,vertical_firing,0.28,lb,mcf +ST,SGC,dry,wall_fired,0.28,lb,mcf +ST,SGC,wet,wall_fired,0.28,lb,mcf +ST,SGC,none,wall_fired,0.28,lb,mcf +CA,SGP,dry,cell_burner,0.28,lb,mcf +CA,SGP,wet,cell_burner,0.28,lb,mcf +CA,SGP,none,cell_burner,0.28,lb,mcf +CA,SGP,none,cyclone_firing,0.28,lb,mcf +CA,SGP,dry,cyclone_firing,0.28,lb,mcf +CA,SGP,wet,cyclone_firing,0.28,lb,mcf +CA,SGP,dry,duct_burner,0.28,lb,mcf +CA,SGP,wet,duct_burner,0.28,lb,mcf +CA,SGP,none,duct_burner,0.28,lb,mcf +CA,SGP,none,fluidized_bed_firing,0.28,lb,mcf +CA,SGP,dry,fluidized_bed_firing,0.28,lb,mcf +CA,SGP,wet,fluidized_bed_firing,0.28,lb,mcf +CA,SGP,dry,none,0.28,lb,mcf +CA,SGP,wet,none,0.28,lb,mcf CA,SGP,none,none,0.328,lb,mcf +CA,SGP,dry,other,0.28,lb,mcf +CA,SGP,wet,other,0.28,lb,mcf +CA,SGP,none,other,0.28,lb,mcf +CA,SGP,none,stoker,0.28,lb,mcf +CA,SGP,dry,stoker,0.28,lb,mcf +CA,SGP,wet,stoker,0.28,lb,mcf +CA,SGP,dry,tangential_firing,0.17,lb,mcf +CA,SGP,wet,tangential_firing,0.17,lb,mcf +CA,SGP,none,tangential_firing,0.17,lb,mcf +CA,SGP,dry,vertical_firing,0.28,lb,mcf +CA,SGP,wet,vertical_firing,0.28,lb,mcf +CA,SGP,none,vertical_firing,0.28,lb,mcf +CA,SGP,dry,wall_fired,0.28,lb,mcf +CA,SGP,wet,wall_fired,0.28,lb,mcf +CA,SGP,none,wall_fired,0.28,lb,mcf +CC,SGP,dry,cell_burner,0.28,lb,mcf +CC,SGP,wet,cell_burner,0.28,lb,mcf +CC,SGP,none,cell_burner,0.28,lb,mcf +CC,SGP,none,cyclone_firing,0.28,lb,mcf +CC,SGP,dry,cyclone_firing,0.28,lb,mcf +CC,SGP,wet,cyclone_firing,0.28,lb,mcf +CC,SGP,dry,duct_burner,0.28,lb,mcf +CC,SGP,wet,duct_burner,0.28,lb,mcf +CC,SGP,none,duct_burner,0.28,lb,mcf +CC,SGP,none,fluidized_bed_firing,0.28,lb,mcf +CC,SGP,dry,fluidized_bed_firing,0.28,lb,mcf +CC,SGP,wet,fluidized_bed_firing,0.28,lb,mcf +CC,SGP,dry,none,0.28,lb,mcf +CC,SGP,wet,none,0.28,lb,mcf +CC,SGP,none,none,0.328,lb,mcf +CC,SGP,dry,other,0.28,lb,mcf +CC,SGP,wet,other,0.28,lb,mcf +CC,SGP,none,other,0.28,lb,mcf +CC,SGP,none,stoker,0.28,lb,mcf +CC,SGP,dry,stoker,0.28,lb,mcf +CC,SGP,wet,stoker,0.28,lb,mcf +CC,SGP,dry,tangential_firing,0.17,lb,mcf +CC,SGP,wet,tangential_firing,0.17,lb,mcf +CC,SGP,none,tangential_firing,0.17,lb,mcf +CC,SGP,dry,vertical_firing,0.28,lb,mcf +CC,SGP,wet,vertical_firing,0.28,lb,mcf +CC,SGP,none,vertical_firing,0.28,lb,mcf +CC,SGP,dry,wall_fired,0.28,lb,mcf +CC,SGP,wet,wall_fired,0.28,lb,mcf +CC,SGP,none,wall_fired,0.28,lb,mcf +CE,SGP,none,none,0.328,lb,mcf +CS,SGP,dry,cell_burner,0.28,lb,mcf +CS,SGP,wet,cell_burner,0.28,lb,mcf +CS,SGP,none,cell_burner,0.28,lb,mcf +CS,SGP,none,cyclone_firing,0.28,lb,mcf +CS,SGP,dry,cyclone_firing,0.28,lb,mcf +CS,SGP,wet,cyclone_firing,0.28,lb,mcf +CS,SGP,dry,duct_burner,0.28,lb,mcf +CS,SGP,wet,duct_burner,0.28,lb,mcf +CS,SGP,none,duct_burner,0.28,lb,mcf +CS,SGP,none,fluidized_bed_firing,0.28,lb,mcf +CS,SGP,dry,fluidized_bed_firing,0.28,lb,mcf +CS,SGP,wet,fluidized_bed_firing,0.28,lb,mcf +CS,SGP,dry,none,0.28,lb,mcf +CS,SGP,wet,none,0.28,lb,mcf CS,SGP,none,none,0.328,lb,mcf +CS,SGP,dry,other,0.28,lb,mcf +CS,SGP,wet,other,0.28,lb,mcf +CS,SGP,none,other,0.28,lb,mcf +CS,SGP,none,stoker,0.28,lb,mcf +CS,SGP,dry,stoker,0.28,lb,mcf +CS,SGP,wet,stoker,0.28,lb,mcf +CS,SGP,dry,tangential_firing,0.17,lb,mcf +CS,SGP,wet,tangential_firing,0.17,lb,mcf +CS,SGP,none,tangential_firing,0.17,lb,mcf +CS,SGP,dry,vertical_firing,0.28,lb,mcf +CS,SGP,wet,vertical_firing,0.28,lb,mcf +CS,SGP,none,vertical_firing,0.28,lb,mcf +CS,SGP,dry,wall_fired,0.28,lb,mcf +CS,SGP,wet,wall_fired,0.28,lb,mcf +CS,SGP,none,wall_fired,0.28,lb,mcf +CT,SGP,dry,cell_burner,0.28,lb,mcf +CT,SGP,wet,cell_burner,0.28,lb,mcf +CT,SGP,none,cell_burner,0.28,lb,mcf +CT,SGP,none,cyclone_firing,0.28,lb,mcf +CT,SGP,dry,cyclone_firing,0.28,lb,mcf +CT,SGP,wet,cyclone_firing,0.28,lb,mcf +CT,SGP,dry,duct_burner,0.28,lb,mcf +CT,SGP,wet,duct_burner,0.28,lb,mcf +CT,SGP,none,duct_burner,0.28,lb,mcf +CT,SGP,none,fluidized_bed_firing,0.28,lb,mcf +CT,SGP,dry,fluidized_bed_firing,0.28,lb,mcf +CT,SGP,wet,fluidized_bed_firing,0.28,lb,mcf +CT,SGP,dry,none,0.28,lb,mcf +CT,SGP,wet,none,0.28,lb,mcf CT,SGP,none,none,0.328,lb,mcf -ST,SLW,dry,fluidized_bed_firing,5,lb,ton -ST,SLW,wet,fluidized_bed_firing,5,lb,ton -ST,SLW,none,none,5,lb,ton -ST,SLW,none,other,5,lb,ton -ST,SLW,dry,stoker,5,lb,ton -ST,SLW,wet,stoker,5,lb,ton -ST,SLW,dry,tangential_firing,5,lb,ton -ST,SLW,dry,wall_fired,5,lb,ton -ST,SLW,none,wall_fired,5,lb,ton -ST,SLW,wet,wall_fired,5,lb,ton -ST,SUB,none,cyclone_firing,17,lb,ton -ST,SUB,wet,cyclone_firing,17,lb,ton -ST,SUB,dry,fluidized_bed_firing,5,lb,ton -ST,SUB,none,fluidized_bed_firing,5,lb,ton -ST,SUB,wet,fluidized_bed_firing,5,lb,ton -ST,SUB,none,none,5,lb,ton -ST,SUB,dry,stoker,8.8,lb,ton +CT,SGP,dry,other,0.28,lb,mcf +CT,SGP,wet,other,0.28,lb,mcf +CT,SGP,none,other,0.28,lb,mcf +CT,SGP,none,stoker,0.28,lb,mcf +CT,SGP,dry,stoker,0.28,lb,mcf +CT,SGP,wet,stoker,0.28,lb,mcf +CT,SGP,dry,tangential_firing,0.17,lb,mcf +CT,SGP,wet,tangential_firing,0.17,lb,mcf +CT,SGP,none,tangential_firing,0.17,lb,mcf +CT,SGP,dry,vertical_firing,0.28,lb,mcf +CT,SGP,wet,vertical_firing,0.28,lb,mcf +CT,SGP,none,vertical_firing,0.28,lb,mcf +CT,SGP,dry,wall_fired,0.28,lb,mcf +CT,SGP,wet,wall_fired,0.28,lb,mcf +CT,SGP,none,wall_fired,0.28,lb,mcf +GT,SGP,dry,cell_burner,0.28,lb,mcf +GT,SGP,wet,cell_burner,0.28,lb,mcf +GT,SGP,none,cell_burner,0.28,lb,mcf +GT,SGP,none,cyclone_firing,0.28,lb,mcf +GT,SGP,dry,cyclone_firing,0.28,lb,mcf +GT,SGP,wet,cyclone_firing,0.28,lb,mcf +GT,SGP,dry,duct_burner,0.28,lb,mcf +GT,SGP,wet,duct_burner,0.28,lb,mcf +GT,SGP,none,duct_burner,0.28,lb,mcf +GT,SGP,none,fluidized_bed_firing,0.28,lb,mcf +GT,SGP,dry,fluidized_bed_firing,0.28,lb,mcf +GT,SGP,wet,fluidized_bed_firing,0.28,lb,mcf +GT,SGP,dry,none,0.28,lb,mcf +GT,SGP,wet,none,0.28,lb,mcf +GT,SGP,none,none,0.328,lb,mcf +GT,SGP,dry,other,0.28,lb,mcf +GT,SGP,wet,other,0.28,lb,mcf +GT,SGP,none,other,0.28,lb,mcf +GT,SGP,none,stoker,0.28,lb,mcf +GT,SGP,dry,stoker,0.28,lb,mcf +GT,SGP,wet,stoker,0.28,lb,mcf +GT,SGP,dry,tangential_firing,0.17,lb,mcf +GT,SGP,wet,tangential_firing,0.17,lb,mcf +GT,SGP,none,tangential_firing,0.17,lb,mcf +GT,SGP,dry,vertical_firing,0.28,lb,mcf +GT,SGP,wet,vertical_firing,0.28,lb,mcf +GT,SGP,none,vertical_firing,0.28,lb,mcf +GT,SGP,dry,wall_fired,0.28,lb,mcf +GT,SGP,wet,wall_fired,0.28,lb,mcf +GT,SGP,none,wall_fired,0.28,lb,mcf +IC,SGP,none,none,2.768,lb,mcf +OT,SGP,dry,cell_burner,0.28,lb,mcf +OT,SGP,wet,cell_burner,0.28,lb,mcf +OT,SGP,none,cell_burner,0.28,lb,mcf +OT,SGP,none,cyclone_firing,0.28,lb,mcf +OT,SGP,dry,cyclone_firing,0.28,lb,mcf +OT,SGP,wet,cyclone_firing,0.28,lb,mcf +OT,SGP,dry,duct_burner,0.28,lb,mcf +OT,SGP,wet,duct_burner,0.28,lb,mcf +OT,SGP,none,duct_burner,0.28,lb,mcf +OT,SGP,none,fluidized_bed_firing,0.28,lb,mcf +OT,SGP,dry,fluidized_bed_firing,0.28,lb,mcf +OT,SGP,wet,fluidized_bed_firing,0.28,lb,mcf +OT,SGP,dry,none,0.28,lb,mcf +OT,SGP,wet,none,0.28,lb,mcf +OT,SGP,none,none,0.28,lb,mcf +OT,SGP,dry,other,0.28,lb,mcf +OT,SGP,wet,other,0.28,lb,mcf +OT,SGP,none,other,0.28,lb,mcf +OT,SGP,none,stoker,0.28,lb,mcf +OT,SGP,dry,stoker,0.28,lb,mcf +OT,SGP,wet,stoker,0.28,lb,mcf +OT,SGP,dry,tangential_firing,0.17,lb,mcf +OT,SGP,wet,tangential_firing,0.17,lb,mcf +OT,SGP,none,tangential_firing,0.17,lb,mcf +OT,SGP,dry,vertical_firing,0.28,lb,mcf +OT,SGP,wet,vertical_firing,0.28,lb,mcf +OT,SGP,none,vertical_firing,0.28,lb,mcf +OT,SGP,dry,wall_fired,0.28,lb,mcf +OT,SGP,wet,wall_fired,0.28,lb,mcf +OT,SGP,none,wall_fired,0.28,lb,mcf +ST,SGP,dry,cell_burner,0.28,lb,mcf +ST,SGP,wet,cell_burner,0.28,lb,mcf +ST,SGP,none,cell_burner,0.28,lb,mcf +ST,SGP,none,cyclone_firing,0.28,lb,mcf +ST,SGP,dry,cyclone_firing,0.28,lb,mcf +ST,SGP,wet,cyclone_firing,0.28,lb,mcf +ST,SGP,dry,duct_burner,0.28,lb,mcf +ST,SGP,wet,duct_burner,0.28,lb,mcf +ST,SGP,none,duct_burner,0.28,lb,mcf +ST,SGP,none,fluidized_bed_firing,0.28,lb,mcf +ST,SGP,dry,fluidized_bed_firing,0.28,lb,mcf +ST,SGP,wet,fluidized_bed_firing,0.28,lb,mcf +ST,SGP,dry,none,0.28,lb,mcf +ST,SGP,wet,none,0.28,lb,mcf +ST,SGP,none,none,0.28,lb,mcf +ST,SGP,dry,other,0.28,lb,mcf +ST,SGP,wet,other,0.28,lb,mcf +ST,SGP,none,other,0.28,lb,mcf +ST,SGP,none,stoker,0.28,lb,mcf +ST,SGP,dry,stoker,0.28,lb,mcf +ST,SGP,wet,stoker,0.28,lb,mcf +ST,SGP,dry,tangential_firing,0.17,lb,mcf +ST,SGP,wet,tangential_firing,0.17,lb,mcf +ST,SGP,none,tangential_firing,0.17,lb,mcf +ST,SGP,dry,vertical_firing,0.28,lb,mcf +ST,SGP,wet,vertical_firing,0.28,lb,mcf +ST,SGP,none,vertical_firing,0.28,lb,mcf +ST,SGP,dry,wall_fired,0.28,lb,mcf +ST,SGP,wet,wall_fired,0.28,lb,mcf +ST,SGP,none,wall_fired,0.28,lb,mcf +CA,SLW,dry,cell_burner,5.0,lb,ton +CA,SLW,wet,cell_burner,5.0,lb,ton +CA,SLW,none,cell_burner,5.0,lb,ton +CA,SLW,none,cyclone_firing,5.0,lb,ton +CA,SLW,dry,cyclone_firing,5.0,lb,ton +CA,SLW,wet,cyclone_firing,5.0,lb,ton +CA,SLW,dry,duct_burner,5.0,lb,ton +CA,SLW,wet,duct_burner,5.0,lb,ton +CA,SLW,none,duct_burner,5.0,lb,ton +CA,SLW,none,fluidized_bed_firing,5.0,lb,ton +CA,SLW,dry,fluidized_bed_firing,5.0,lb,ton +CA,SLW,wet,fluidized_bed_firing,5.0,lb,ton +CA,SLW,dry,none,5.0,lb,ton +CA,SLW,wet,none,5.0,lb,ton +CA,SLW,none,none,5.0,lb,ton +CA,SLW,dry,other,5.0,lb,ton +CA,SLW,wet,other,5.0,lb,ton +CA,SLW,none,other,5.0,lb,ton +CA,SLW,none,stoker,5.0,lb,ton +CA,SLW,dry,stoker,5.0,lb,ton +CA,SLW,wet,stoker,5.0,lb,ton +CA,SLW,dry,tangential_firing,5.0,lb,ton +CA,SLW,wet,tangential_firing,5.0,lb,ton +CA,SLW,none,tangential_firing,5.0,lb,ton +CA,SLW,dry,vertical_firing,5.0,lb,ton +CA,SLW,wet,vertical_firing,5.0,lb,ton +CA,SLW,none,vertical_firing,5.0,lb,ton +CA,SLW,dry,wall_fired,5.0,lb,ton +CA,SLW,wet,wall_fired,5.0,lb,ton +CA,SLW,none,wall_fired,5.0,lb,ton +CC,SLW,dry,cell_burner,5.0,lb,ton +CC,SLW,wet,cell_burner,5.0,lb,ton +CC,SLW,none,cell_burner,5.0,lb,ton +CC,SLW,none,cyclone_firing,5.0,lb,ton +CC,SLW,dry,cyclone_firing,5.0,lb,ton +CC,SLW,wet,cyclone_firing,5.0,lb,ton +CC,SLW,dry,duct_burner,5.0,lb,ton +CC,SLW,wet,duct_burner,5.0,lb,ton +CC,SLW,none,duct_burner,5.0,lb,ton +CC,SLW,none,fluidized_bed_firing,5.0,lb,ton +CC,SLW,dry,fluidized_bed_firing,5.0,lb,ton +CC,SLW,wet,fluidized_bed_firing,5.0,lb,ton +CC,SLW,dry,none,5.0,lb,ton +CC,SLW,wet,none,5.0,lb,ton +CC,SLW,none,none,5.0,lb,ton +CC,SLW,dry,other,5.0,lb,ton +CC,SLW,wet,other,5.0,lb,ton +CC,SLW,none,other,5.0,lb,ton +CC,SLW,none,stoker,5.0,lb,ton +CC,SLW,dry,stoker,5.0,lb,ton +CC,SLW,wet,stoker,5.0,lb,ton +CC,SLW,dry,tangential_firing,5.0,lb,ton +CC,SLW,wet,tangential_firing,5.0,lb,ton +CC,SLW,none,tangential_firing,5.0,lb,ton +CC,SLW,dry,vertical_firing,5.0,lb,ton +CC,SLW,wet,vertical_firing,5.0,lb,ton +CC,SLW,none,vertical_firing,5.0,lb,ton +CC,SLW,dry,wall_fired,5.0,lb,ton +CC,SLW,wet,wall_fired,5.0,lb,ton +CC,SLW,none,wall_fired,5.0,lb,ton +CE,SLW,none,none,5.0,lb,ton +CS,SLW,dry,cell_burner,5.0,lb,ton +CS,SLW,wet,cell_burner,5.0,lb,ton +CS,SLW,none,cell_burner,5.0,lb,ton +CS,SLW,none,cyclone_firing,5.0,lb,ton +CS,SLW,dry,cyclone_firing,5.0,lb,ton +CS,SLW,wet,cyclone_firing,5.0,lb,ton +CS,SLW,dry,duct_burner,5.0,lb,ton +CS,SLW,wet,duct_burner,5.0,lb,ton +CS,SLW,none,duct_burner,5.0,lb,ton +CS,SLW,none,fluidized_bed_firing,5.0,lb,ton +CS,SLW,dry,fluidized_bed_firing,5.0,lb,ton +CS,SLW,wet,fluidized_bed_firing,5.0,lb,ton +CS,SLW,dry,none,5.0,lb,ton +CS,SLW,wet,none,5.0,lb,ton +CS,SLW,none,none,5.0,lb,ton +CS,SLW,dry,other,5.0,lb,ton +CS,SLW,wet,other,5.0,lb,ton +CS,SLW,none,other,5.0,lb,ton +CS,SLW,none,stoker,5.0,lb,ton +CS,SLW,dry,stoker,5.0,lb,ton +CS,SLW,wet,stoker,5.0,lb,ton +CS,SLW,dry,tangential_firing,5.0,lb,ton +CS,SLW,wet,tangential_firing,5.0,lb,ton +CS,SLW,none,tangential_firing,5.0,lb,ton +CS,SLW,dry,vertical_firing,5.0,lb,ton +CS,SLW,wet,vertical_firing,5.0,lb,ton +CS,SLW,none,vertical_firing,5.0,lb,ton +CS,SLW,dry,wall_fired,5.0,lb,ton +CS,SLW,wet,wall_fired,5.0,lb,ton +CS,SLW,none,wall_fired,5.0,lb,ton +CT,SLW,dry,cell_burner,5.0,lb,ton +CT,SLW,wet,cell_burner,5.0,lb,ton +CT,SLW,none,cell_burner,5.0,lb,ton +CT,SLW,none,cyclone_firing,5.0,lb,ton +CT,SLW,dry,cyclone_firing,5.0,lb,ton +CT,SLW,wet,cyclone_firing,5.0,lb,ton +CT,SLW,dry,duct_burner,5.0,lb,ton +CT,SLW,wet,duct_burner,5.0,lb,ton +CT,SLW,none,duct_burner,5.0,lb,ton +CT,SLW,none,fluidized_bed_firing,5.0,lb,ton +CT,SLW,dry,fluidized_bed_firing,5.0,lb,ton +CT,SLW,wet,fluidized_bed_firing,5.0,lb,ton +CT,SLW,dry,none,5.0,lb,ton +CT,SLW,wet,none,5.0,lb,ton +CT,SLW,none,none,5.0,lb,ton +CT,SLW,dry,other,5.0,lb,ton +CT,SLW,wet,other,5.0,lb,ton +CT,SLW,none,other,5.0,lb,ton +CT,SLW,none,stoker,5.0,lb,ton +CT,SLW,dry,stoker,5.0,lb,ton +CT,SLW,wet,stoker,5.0,lb,ton +CT,SLW,dry,tangential_firing,5.0,lb,ton +CT,SLW,wet,tangential_firing,5.0,lb,ton +CT,SLW,none,tangential_firing,5.0,lb,ton +CT,SLW,dry,vertical_firing,5.0,lb,ton +CT,SLW,wet,vertical_firing,5.0,lb,ton +CT,SLW,none,vertical_firing,5.0,lb,ton +CT,SLW,dry,wall_fired,5.0,lb,ton +CT,SLW,wet,wall_fired,5.0,lb,ton +CT,SLW,none,wall_fired,5.0,lb,ton +GT,SLW,dry,cell_burner,5.0,lb,ton +GT,SLW,wet,cell_burner,5.0,lb,ton +GT,SLW,none,cell_burner,5.0,lb,ton +GT,SLW,none,cyclone_firing,5.0,lb,ton +GT,SLW,dry,cyclone_firing,5.0,lb,ton +GT,SLW,wet,cyclone_firing,5.0,lb,ton +GT,SLW,dry,duct_burner,5.0,lb,ton +GT,SLW,wet,duct_burner,5.0,lb,ton +GT,SLW,none,duct_burner,5.0,lb,ton +GT,SLW,none,fluidized_bed_firing,5.0,lb,ton +GT,SLW,dry,fluidized_bed_firing,5.0,lb,ton +GT,SLW,wet,fluidized_bed_firing,5.0,lb,ton +GT,SLW,dry,none,5.0,lb,ton +GT,SLW,wet,none,5.0,lb,ton +GT,SLW,none,none,5.0,lb,ton +GT,SLW,dry,other,5.0,lb,ton +GT,SLW,wet,other,5.0,lb,ton +GT,SLW,none,other,5.0,lb,ton +GT,SLW,none,stoker,5.0,lb,ton +GT,SLW,dry,stoker,5.0,lb,ton +GT,SLW,wet,stoker,5.0,lb,ton +GT,SLW,dry,tangential_firing,5.0,lb,ton +GT,SLW,wet,tangential_firing,5.0,lb,ton +GT,SLW,none,tangential_firing,5.0,lb,ton +GT,SLW,dry,vertical_firing,5.0,lb,ton +GT,SLW,wet,vertical_firing,5.0,lb,ton +GT,SLW,none,vertical_firing,5.0,lb,ton +GT,SLW,dry,wall_fired,5.0,lb,ton +GT,SLW,wet,wall_fired,5.0,lb,ton +GT,SLW,none,wall_fired,5.0,lb,ton +IC,SLW,none,none,5.0,lb,ton +OT,SLW,dry,cell_burner,5.0,lb,ton +OT,SLW,wet,cell_burner,5.0,lb,ton +OT,SLW,none,cell_burner,5.0,lb,ton +OT,SLW,none,cyclone_firing,5.0,lb,ton +OT,SLW,dry,cyclone_firing,5.0,lb,ton +OT,SLW,wet,cyclone_firing,5.0,lb,ton +OT,SLW,dry,duct_burner,5.0,lb,ton +OT,SLW,wet,duct_burner,5.0,lb,ton +OT,SLW,none,duct_burner,5.0,lb,ton +OT,SLW,none,fluidized_bed_firing,5.0,lb,ton +OT,SLW,dry,fluidized_bed_firing,5.0,lb,ton +OT,SLW,wet,fluidized_bed_firing,5.0,lb,ton +OT,SLW,dry,none,5.0,lb,ton +OT,SLW,wet,none,5.0,lb,ton +OT,SLW,none,none,5.0,lb,ton +OT,SLW,dry,other,5.0,lb,ton +OT,SLW,wet,other,5.0,lb,ton +OT,SLW,none,other,5.0,lb,ton +OT,SLW,none,stoker,5.0,lb,ton +OT,SLW,dry,stoker,5.0,lb,ton +OT,SLW,wet,stoker,5.0,lb,ton +OT,SLW,dry,tangential_firing,5.0,lb,ton +OT,SLW,wet,tangential_firing,5.0,lb,ton +OT,SLW,none,tangential_firing,5.0,lb,ton +OT,SLW,dry,vertical_firing,5.0,lb,ton +OT,SLW,wet,vertical_firing,5.0,lb,ton +OT,SLW,none,vertical_firing,5.0,lb,ton +OT,SLW,dry,wall_fired,5.0,lb,ton +OT,SLW,wet,wall_fired,5.0,lb,ton +OT,SLW,none,wall_fired,5.0,lb,ton +ST,SLW,dry,cell_burner,5.0,lb,ton +ST,SLW,wet,cell_burner,5.0,lb,ton +ST,SLW,none,cell_burner,5.0,lb,ton +ST,SLW,none,cyclone_firing,5.0,lb,ton +ST,SLW,dry,cyclone_firing,5.0,lb,ton +ST,SLW,wet,cyclone_firing,5.0,lb,ton +ST,SLW,dry,duct_burner,5.0,lb,ton +ST,SLW,wet,duct_burner,5.0,lb,ton +ST,SLW,none,duct_burner,5.0,lb,ton +ST,SLW,none,fluidized_bed_firing,5.0,lb,ton +ST,SLW,dry,fluidized_bed_firing,5.0,lb,ton +ST,SLW,wet,fluidized_bed_firing,5.0,lb,ton +ST,SLW,dry,none,5.0,lb,ton +ST,SLW,wet,none,5.0,lb,ton +ST,SLW,none,none,5.0,lb,ton +ST,SLW,dry,other,5.0,lb,ton +ST,SLW,wet,other,5.0,lb,ton +ST,SLW,none,other,5.0,lb,ton +ST,SLW,none,stoker,5.0,lb,ton +ST,SLW,dry,stoker,5.0,lb,ton +ST,SLW,wet,stoker,5.0,lb,ton +ST,SLW,dry,tangential_firing,5.0,lb,ton +ST,SLW,wet,tangential_firing,5.0,lb,ton +ST,SLW,none,tangential_firing,5.0,lb,ton +ST,SLW,dry,vertical_firing,5.0,lb,ton +ST,SLW,wet,vertical_firing,5.0,lb,ton +ST,SLW,none,vertical_firing,5.0,lb,ton +ST,SLW,dry,wall_fired,5.0,lb,ton +ST,SLW,wet,wall_fired,5.0,lb,ton +ST,SLW,none,wall_fired,5.0,lb,ton +CA,SUB,dry,cell_burner,7.4,lb,ton +CA,SUB,wet,cell_burner,24.0,lb,ton +CA,SUB,none,cell_burner,7.4,lb,ton +CA,SUB,none,cyclone_firing,17.0,lb,ton +CA,SUB,dry,cyclone_firing,17.0,lb,ton +CA,SUB,wet,cyclone_firing,17.0,lb,ton +CA,SUB,dry,duct_burner,7.4,lb,ton +CA,SUB,wet,duct_burner,24.0,lb,ton +CA,SUB,none,duct_burner,7.4,lb,ton +CA,SUB,none,fluidized_bed_firing,5.0,lb,ton +CA,SUB,dry,fluidized_bed_firing,5.0,lb,ton +CA,SUB,wet,fluidized_bed_firing,5.0,lb,ton +CA,SUB,dry,none,7.4,lb,ton +CA,SUB,wet,none,24.0,lb,ton +CA,SUB,none,none,7.4,lb,ton +CA,SUB,dry,other,7.4,lb,ton +CA,SUB,wet,other,24.0,lb,ton +CA,SUB,none,other,7.4,lb,ton +CA,SUB,none,stoker,8.8,lb,ton +CA,SUB,dry,stoker,8.8,lb,ton +CA,SUB,wet,stoker,8.8,lb,ton +CA,SUB,dry,tangential_firing,7.2,lb,ton +CA,SUB,wet,tangential_firing,7.2,lb,ton +CA,SUB,none,tangential_firing,7.2,lb,ton +CA,SUB,dry,vertical_firing,7.4,lb,ton +CA,SUB,wet,vertical_firing,24.0,lb,ton +CA,SUB,none,vertical_firing,7.4,lb,ton +CA,SUB,dry,wall_fired,7.4,lb,ton +CA,SUB,wet,wall_fired,24.0,lb,ton +CA,SUB,none,wall_fired,7.4,lb,ton +CC,SUB,dry,cell_burner,7.4,lb,ton +CC,SUB,wet,cell_burner,24.0,lb,ton +CC,SUB,none,cell_burner,7.4,lb,ton +CC,SUB,none,cyclone_firing,17.0,lb,ton +CC,SUB,dry,cyclone_firing,17.0,lb,ton +CC,SUB,wet,cyclone_firing,17.0,lb,ton +CC,SUB,dry,duct_burner,7.4,lb,ton +CC,SUB,wet,duct_burner,24.0,lb,ton +CC,SUB,none,duct_burner,7.4,lb,ton +CC,SUB,none,fluidized_bed_firing,5.0,lb,ton +CC,SUB,dry,fluidized_bed_firing,5.0,lb,ton +CC,SUB,wet,fluidized_bed_firing,5.0,lb,ton +CC,SUB,dry,none,7.4,lb,ton +CC,SUB,wet,none,24.0,lb,ton +CC,SUB,none,none,7.4,lb,ton +CC,SUB,dry,other,7.4,lb,ton +CC,SUB,wet,other,24.0,lb,ton +CC,SUB,none,other,7.4,lb,ton +CC,SUB,none,stoker,8.8,lb,ton +CC,SUB,dry,stoker,8.8,lb,ton +CC,SUB,wet,stoker,8.8,lb,ton +CC,SUB,dry,tangential_firing,7.2,lb,ton +CC,SUB,wet,tangential_firing,7.2,lb,ton +CC,SUB,none,tangential_firing,7.2,lb,ton +CC,SUB,dry,vertical_firing,7.4,lb,ton +CC,SUB,wet,vertical_firing,24.0,lb,ton +CC,SUB,none,vertical_firing,7.4,lb,ton +CC,SUB,dry,wall_fired,7.4,lb,ton +CC,SUB,wet,wall_fired,24.0,lb,ton +CC,SUB,none,wall_fired,7.4,lb,ton +CE,SUB,none,none,7.4,lb,ton +CS,SUB,dry,cell_burner,7.4,lb,ton +CS,SUB,wet,cell_burner,24.0,lb,ton +CS,SUB,none,cell_burner,7.4,lb,ton +CS,SUB,none,cyclone_firing,17.0,lb,ton +CS,SUB,dry,cyclone_firing,17.0,lb,ton +CS,SUB,wet,cyclone_firing,17.0,lb,ton +CS,SUB,dry,duct_burner,7.4,lb,ton +CS,SUB,wet,duct_burner,24.0,lb,ton +CS,SUB,none,duct_burner,7.4,lb,ton +CS,SUB,none,fluidized_bed_firing,5.0,lb,ton +CS,SUB,dry,fluidized_bed_firing,5.0,lb,ton +CS,SUB,wet,fluidized_bed_firing,5.0,lb,ton +CS,SUB,dry,none,7.4,lb,ton +CS,SUB,wet,none,24.0,lb,ton +CS,SUB,none,none,7.4,lb,ton +CS,SUB,dry,other,7.4,lb,ton +CS,SUB,wet,other,24.0,lb,ton +CS,SUB,none,other,7.4,lb,ton +CS,SUB,none,stoker,8.8,lb,ton +CS,SUB,dry,stoker,8.8,lb,ton +CS,SUB,wet,stoker,8.8,lb,ton +CS,SUB,dry,tangential_firing,7.2,lb,ton +CS,SUB,wet,tangential_firing,7.2,lb,ton +CS,SUB,none,tangential_firing,7.2,lb,ton +CS,SUB,dry,vertical_firing,7.4,lb,ton +CS,SUB,wet,vertical_firing,24.0,lb,ton +CS,SUB,none,vertical_firing,7.4,lb,ton +CS,SUB,dry,wall_fired,7.4,lb,ton +CS,SUB,wet,wall_fired,24.0,lb,ton +CS,SUB,none,wall_fired,7.4,lb,ton +CT,SUB,dry,cell_burner,7.4,lb,ton +CT,SUB,wet,cell_burner,24.0,lb,ton +CT,SUB,none,cell_burner,7.4,lb,ton +CT,SUB,none,cyclone_firing,17.0,lb,ton +CT,SUB,dry,cyclone_firing,17.0,lb,ton +CT,SUB,wet,cyclone_firing,17.0,lb,ton +CT,SUB,dry,duct_burner,7.4,lb,ton +CT,SUB,wet,duct_burner,24.0,lb,ton +CT,SUB,none,duct_burner,7.4,lb,ton +CT,SUB,none,fluidized_bed_firing,5.0,lb,ton +CT,SUB,dry,fluidized_bed_firing,5.0,lb,ton +CT,SUB,wet,fluidized_bed_firing,5.0,lb,ton +CT,SUB,dry,none,7.4,lb,ton +CT,SUB,wet,none,24.0,lb,ton +CT,SUB,none,none,7.4,lb,ton +CT,SUB,dry,other,7.4,lb,ton +CT,SUB,wet,other,24.0,lb,ton +CT,SUB,none,other,7.4,lb,ton +CT,SUB,none,stoker,8.8,lb,ton +CT,SUB,dry,stoker,8.8,lb,ton +CT,SUB,wet,stoker,8.8,lb,ton +CT,SUB,dry,tangential_firing,7.2,lb,ton +CT,SUB,wet,tangential_firing,7.2,lb,ton +CT,SUB,none,tangential_firing,7.2,lb,ton +CT,SUB,dry,vertical_firing,7.4,lb,ton +CT,SUB,wet,vertical_firing,24.0,lb,ton +CT,SUB,none,vertical_firing,7.4,lb,ton +CT,SUB,dry,wall_fired,7.4,lb,ton +CT,SUB,wet,wall_fired,24.0,lb,ton +CT,SUB,none,wall_fired,7.4,lb,ton +GT,SUB,dry,cell_burner,7.4,lb,ton +GT,SUB,wet,cell_burner,24.0,lb,ton +GT,SUB,none,cell_burner,7.4,lb,ton +GT,SUB,none,cyclone_firing,17.0,lb,ton +GT,SUB,dry,cyclone_firing,17.0,lb,ton +GT,SUB,wet,cyclone_firing,17.0,lb,ton +GT,SUB,dry,duct_burner,7.4,lb,ton +GT,SUB,wet,duct_burner,24.0,lb,ton +GT,SUB,none,duct_burner,7.4,lb,ton +GT,SUB,none,fluidized_bed_firing,5.0,lb,ton +GT,SUB,dry,fluidized_bed_firing,5.0,lb,ton +GT,SUB,wet,fluidized_bed_firing,5.0,lb,ton +GT,SUB,dry,none,7.4,lb,ton +GT,SUB,wet,none,24.0,lb,ton +GT,SUB,none,none,7.4,lb,ton +GT,SUB,dry,other,7.4,lb,ton +GT,SUB,wet,other,24.0,lb,ton +GT,SUB,none,other,7.4,lb,ton +GT,SUB,none,stoker,8.8,lb,ton +GT,SUB,dry,stoker,8.8,lb,ton +GT,SUB,wet,stoker,8.8,lb,ton +GT,SUB,dry,tangential_firing,7.2,lb,ton +GT,SUB,wet,tangential_firing,7.2,lb,ton +GT,SUB,none,tangential_firing,7.2,lb,ton +GT,SUB,dry,vertical_firing,7.4,lb,ton +GT,SUB,wet,vertical_firing,24.0,lb,ton +GT,SUB,none,vertical_firing,7.4,lb,ton +GT,SUB,dry,wall_fired,7.4,lb,ton +GT,SUB,wet,wall_fired,24.0,lb,ton +GT,SUB,none,wall_fired,7.4,lb,ton +IC,SUB,none,none,7.4,lb,ton +OT,SUB,dry,cell_burner,7.4,lb,ton +OT,SUB,wet,cell_burner,24.0,lb,ton +OT,SUB,none,cell_burner,7.4,lb,ton +OT,SUB,none,cyclone_firing,17.0,lb,ton +OT,SUB,dry,cyclone_firing,17.0,lb,ton +OT,SUB,wet,cyclone_firing,17.0,lb,ton +OT,SUB,dry,duct_burner,7.4,lb,ton +OT,SUB,wet,duct_burner,24.0,lb,ton +OT,SUB,none,duct_burner,7.4,lb,ton +OT,SUB,none,fluidized_bed_firing,5.0,lb,ton +OT,SUB,dry,fluidized_bed_firing,5.0,lb,ton +OT,SUB,wet,fluidized_bed_firing,5.0,lb,ton +OT,SUB,dry,none,7.4,lb,ton +OT,SUB,wet,none,24.0,lb,ton +OT,SUB,none,none,7.4,lb,ton +OT,SUB,dry,other,7.4,lb,ton +OT,SUB,wet,other,24.0,lb,ton +OT,SUB,none,other,7.4,lb,ton +OT,SUB,none,stoker,8.8,lb,ton +OT,SUB,dry,stoker,8.8,lb,ton +OT,SUB,wet,stoker,8.8,lb,ton +OT,SUB,dry,tangential_firing,7.2,lb,ton +OT,SUB,wet,tangential_firing,7.2,lb,ton +OT,SUB,none,tangential_firing,7.2,lb,ton +OT,SUB,dry,vertical_firing,7.4,lb,ton +OT,SUB,wet,vertical_firing,24.0,lb,ton +OT,SUB,none,vertical_firing,7.4,lb,ton +OT,SUB,dry,wall_fired,7.4,lb,ton +OT,SUB,wet,wall_fired,24.0,lb,ton +OT,SUB,none,wall_fired,7.4,lb,ton +ST,SUB,dry,cell_burner,7.4,lb,ton +ST,SUB,wet,cell_burner,24.0,lb,ton +ST,SUB,none,cell_burner,7.4,lb,ton +ST,SUB,none,cyclone_firing,17.0,lb,ton +ST,SUB,dry,cyclone_firing,17.0,lb,ton +ST,SUB,wet,cyclone_firing,17.0,lb,ton +ST,SUB,dry,duct_burner,7.4,lb,ton +ST,SUB,wet,duct_burner,24.0,lb,ton +ST,SUB,none,duct_burner,7.4,lb,ton +ST,SUB,none,fluidized_bed_firing,5.0,lb,ton +ST,SUB,dry,fluidized_bed_firing,5.0,lb,ton +ST,SUB,wet,fluidized_bed_firing,5.0,lb,ton +ST,SUB,dry,none,7.4,lb,ton +ST,SUB,wet,none,24.0,lb,ton +ST,SUB,none,none,7.4,lb,ton +ST,SUB,dry,other,7.4,lb,ton +ST,SUB,wet,other,24.0,lb,ton +ST,SUB,none,other,7.4,lb,ton ST,SUB,none,stoker,8.8,lb,ton +ST,SUB,dry,stoker,8.8,lb,ton +ST,SUB,wet,stoker,8.8,lb,ton ST,SUB,dry,tangential_firing,7.2,lb,ton -ST,SUB,none,tangential_firing,7.2,lb,ton ST,SUB,wet,tangential_firing,7.2,lb,ton -ST,SUB,wet,vertical_firing,24,lb,ton +ST,SUB,none,tangential_firing,7.2,lb,ton +ST,SUB,dry,vertical_firing,7.4,lb,ton +ST,SUB,wet,vertical_firing,24.0,lb,ton +ST,SUB,none,vertical_firing,7.4,lb,ton ST,SUB,dry,wall_fired,7.4,lb,ton +ST,SUB,wet,wall_fired,24.0,lb,ton ST,SUB,none,wall_fired,7.4,lb,ton -ST,SUB,wet,wall_fired,24,lb,ton -ST,TDF,none,cyclone_firing,33,lb,ton -ST,TDF,none,duct_burner,12,lb,ton -ST,TDF,dry,fluidized_bed_firing,5,lb,ton -ST,TDF,wet,fluidized_bed_firing,5,lb,ton -ST,TDF,none,none,5,lb,ton -ST,TDF,none,other,5,lb,ton -ST,TDF,dry,stoker,11,lb,ton -ST,TDF,none,stoker,11,lb,ton -ST,TDF,wet,stoker,11,lb,ton -ST,TDF,dry,tangential_firing,10,lb,ton -ST,TDF,wet,tangential_firing,14,lb,ton -ST,TDF,dry,vertical_firing,12,lb,ton -ST,TDF,dry,wall_fired,12,lb,ton -ST,TDF,none,wall_fired,12,lb,ton -ST,TDF,wet,cyclone_firing,33,lb,ton -ST,WC,dry,fluidized_bed_firing,3.6,lb,ton +CA,TDF,dry,cell_burner,12.0,lb,ton +CA,TDF,wet,cell_burner,31.0,lb,ton +CA,TDF,none,cell_burner,12.0,lb,ton +CA,TDF,none,cyclone_firing,33.0,lb,ton +CA,TDF,dry,cyclone_firing,33.0,lb,ton +CA,TDF,wet,cyclone_firing,33.0,lb,ton +CA,TDF,dry,duct_burner,12.0,lb,ton +CA,TDF,wet,duct_burner,31.0,lb,ton +CA,TDF,none,duct_burner,12.0,lb,ton +CA,TDF,none,fluidized_bed_firing,5.0,lb,ton +CA,TDF,dry,fluidized_bed_firing,5.0,lb,ton +CA,TDF,wet,fluidized_bed_firing,5.0,lb,ton +CA,TDF,dry,none,12.0,lb,ton +CA,TDF,wet,none,31.0,lb,ton +CA,TDF,none,none,12.0,lb,ton +CA,TDF,dry,other,12.0,lb,ton +CA,TDF,wet,other,31.0,lb,ton +CA,TDF,none,other,12.0,lb,ton +CA,TDF,none,stoker,11.0,lb,ton +CA,TDF,dry,stoker,11.0,lb,ton +CA,TDF,wet,stoker,11.0,lb,ton +CA,TDF,dry,tangential_firing,10.0,lb,ton +CA,TDF,wet,tangential_firing,14.0,lb,ton +CA,TDF,none,tangential_firing,10.0,lb,ton +CA,TDF,dry,vertical_firing,12.0,lb,ton +CA,TDF,wet,vertical_firing,31.0,lb,ton +CA,TDF,none,vertical_firing,12.0,lb,ton +CA,TDF,dry,wall_fired,12.0,lb,ton +CA,TDF,wet,wall_fired,31.0,lb,ton +CA,TDF,none,wall_fired,12.0,lb,ton +CC,TDF,dry,cell_burner,12.0,lb,ton +CC,TDF,wet,cell_burner,31.0,lb,ton +CC,TDF,none,cell_burner,12.0,lb,ton +CC,TDF,none,cyclone_firing,33.0,lb,ton +CC,TDF,dry,cyclone_firing,33.0,lb,ton +CC,TDF,wet,cyclone_firing,33.0,lb,ton +CC,TDF,dry,duct_burner,12.0,lb,ton +CC,TDF,wet,duct_burner,31.0,lb,ton +CC,TDF,none,duct_burner,12.0,lb,ton +CC,TDF,none,fluidized_bed_firing,5.0,lb,ton +CC,TDF,dry,fluidized_bed_firing,5.0,lb,ton +CC,TDF,wet,fluidized_bed_firing,5.0,lb,ton +CC,TDF,dry,none,12.0,lb,ton +CC,TDF,wet,none,31.0,lb,ton +CC,TDF,none,none,12.0,lb,ton +CC,TDF,dry,other,12.0,lb,ton +CC,TDF,wet,other,31.0,lb,ton +CC,TDF,none,other,12.0,lb,ton +CC,TDF,none,stoker,11.0,lb,ton +CC,TDF,dry,stoker,11.0,lb,ton +CC,TDF,wet,stoker,11.0,lb,ton +CC,TDF,dry,tangential_firing,10.0,lb,ton +CC,TDF,wet,tangential_firing,14.0,lb,ton +CC,TDF,none,tangential_firing,10.0,lb,ton +CC,TDF,dry,vertical_firing,12.0,lb,ton +CC,TDF,wet,vertical_firing,31.0,lb,ton +CC,TDF,none,vertical_firing,12.0,lb,ton +CC,TDF,dry,wall_fired,12.0,lb,ton +CC,TDF,wet,wall_fired,31.0,lb,ton +CC,TDF,none,wall_fired,12.0,lb,ton +CE,TDF,none,none,12.0,lb,ton +CS,TDF,dry,cell_burner,12.0,lb,ton +CS,TDF,wet,cell_burner,31.0,lb,ton +CS,TDF,none,cell_burner,12.0,lb,ton +CS,TDF,none,cyclone_firing,33.0,lb,ton +CS,TDF,dry,cyclone_firing,33.0,lb,ton +CS,TDF,wet,cyclone_firing,33.0,lb,ton +CS,TDF,dry,duct_burner,12.0,lb,ton +CS,TDF,wet,duct_burner,31.0,lb,ton +CS,TDF,none,duct_burner,12.0,lb,ton +CS,TDF,none,fluidized_bed_firing,5.0,lb,ton +CS,TDF,dry,fluidized_bed_firing,5.0,lb,ton +CS,TDF,wet,fluidized_bed_firing,5.0,lb,ton +CS,TDF,dry,none,12.0,lb,ton +CS,TDF,wet,none,31.0,lb,ton +CS,TDF,none,none,12.0,lb,ton +CS,TDF,dry,other,12.0,lb,ton +CS,TDF,wet,other,31.0,lb,ton +CS,TDF,none,other,12.0,lb,ton +CS,TDF,none,stoker,11.0,lb,ton +CS,TDF,dry,stoker,11.0,lb,ton +CS,TDF,wet,stoker,11.0,lb,ton +CS,TDF,dry,tangential_firing,10.0,lb,ton +CS,TDF,wet,tangential_firing,14.0,lb,ton +CS,TDF,none,tangential_firing,10.0,lb,ton +CS,TDF,dry,vertical_firing,12.0,lb,ton +CS,TDF,wet,vertical_firing,31.0,lb,ton +CS,TDF,none,vertical_firing,12.0,lb,ton +CS,TDF,dry,wall_fired,12.0,lb,ton +CS,TDF,wet,wall_fired,31.0,lb,ton +CS,TDF,none,wall_fired,12.0,lb,ton +CT,TDF,dry,cell_burner,12.0,lb,ton +CT,TDF,wet,cell_burner,31.0,lb,ton +CT,TDF,none,cell_burner,12.0,lb,ton +CT,TDF,none,cyclone_firing,33.0,lb,ton +CT,TDF,dry,cyclone_firing,33.0,lb,ton +CT,TDF,wet,cyclone_firing,33.0,lb,ton +CT,TDF,dry,duct_burner,12.0,lb,ton +CT,TDF,wet,duct_burner,31.0,lb,ton +CT,TDF,none,duct_burner,12.0,lb,ton +CT,TDF,none,fluidized_bed_firing,5.0,lb,ton +CT,TDF,dry,fluidized_bed_firing,5.0,lb,ton +CT,TDF,wet,fluidized_bed_firing,5.0,lb,ton +CT,TDF,dry,none,12.0,lb,ton +CT,TDF,wet,none,31.0,lb,ton +CT,TDF,none,none,12.0,lb,ton +CT,TDF,dry,other,12.0,lb,ton +CT,TDF,wet,other,31.0,lb,ton +CT,TDF,none,other,12.0,lb,ton +CT,TDF,none,stoker,11.0,lb,ton +CT,TDF,dry,stoker,11.0,lb,ton +CT,TDF,wet,stoker,11.0,lb,ton +CT,TDF,dry,tangential_firing,10.0,lb,ton +CT,TDF,wet,tangential_firing,14.0,lb,ton +CT,TDF,none,tangential_firing,10.0,lb,ton +CT,TDF,dry,vertical_firing,12.0,lb,ton +CT,TDF,wet,vertical_firing,31.0,lb,ton +CT,TDF,none,vertical_firing,12.0,lb,ton +CT,TDF,dry,wall_fired,12.0,lb,ton +CT,TDF,wet,wall_fired,31.0,lb,ton +CT,TDF,none,wall_fired,12.0,lb,ton +GT,TDF,dry,cell_burner,12.0,lb,ton +GT,TDF,wet,cell_burner,31.0,lb,ton +GT,TDF,none,cell_burner,12.0,lb,ton +GT,TDF,none,cyclone_firing,33.0,lb,ton +GT,TDF,dry,cyclone_firing,33.0,lb,ton +GT,TDF,wet,cyclone_firing,33.0,lb,ton +GT,TDF,dry,duct_burner,12.0,lb,ton +GT,TDF,wet,duct_burner,31.0,lb,ton +GT,TDF,none,duct_burner,12.0,lb,ton +GT,TDF,none,fluidized_bed_firing,5.0,lb,ton +GT,TDF,dry,fluidized_bed_firing,5.0,lb,ton +GT,TDF,wet,fluidized_bed_firing,5.0,lb,ton +GT,TDF,dry,none,12.0,lb,ton +GT,TDF,wet,none,31.0,lb,ton +GT,TDF,none,none,12.0,lb,ton +GT,TDF,dry,other,12.0,lb,ton +GT,TDF,wet,other,31.0,lb,ton +GT,TDF,none,other,12.0,lb,ton +GT,TDF,none,stoker,11.0,lb,ton +GT,TDF,dry,stoker,11.0,lb,ton +GT,TDF,wet,stoker,11.0,lb,ton +GT,TDF,dry,tangential_firing,10.0,lb,ton +GT,TDF,wet,tangential_firing,14.0,lb,ton +GT,TDF,none,tangential_firing,10.0,lb,ton +GT,TDF,dry,vertical_firing,12.0,lb,ton +GT,TDF,wet,vertical_firing,31.0,lb,ton +GT,TDF,none,vertical_firing,12.0,lb,ton +GT,TDF,dry,wall_fired,12.0,lb,ton +GT,TDF,wet,wall_fired,31.0,lb,ton +GT,TDF,none,wall_fired,12.0,lb,ton +IC,TDF,none,none,12.0,lb,ton +OT,TDF,dry,cell_burner,12.0,lb,ton +OT,TDF,wet,cell_burner,31.0,lb,ton +OT,TDF,none,cell_burner,12.0,lb,ton +OT,TDF,none,cyclone_firing,33.0,lb,ton +OT,TDF,dry,cyclone_firing,33.0,lb,ton +OT,TDF,wet,cyclone_firing,33.0,lb,ton +OT,TDF,dry,duct_burner,12.0,lb,ton +OT,TDF,wet,duct_burner,31.0,lb,ton +OT,TDF,none,duct_burner,12.0,lb,ton +OT,TDF,none,fluidized_bed_firing,5.0,lb,ton +OT,TDF,dry,fluidized_bed_firing,5.0,lb,ton +OT,TDF,wet,fluidized_bed_firing,5.0,lb,ton +OT,TDF,dry,none,12.0,lb,ton +OT,TDF,wet,none,31.0,lb,ton +OT,TDF,none,none,12.0,lb,ton +OT,TDF,dry,other,12.0,lb,ton +OT,TDF,wet,other,31.0,lb,ton +OT,TDF,none,other,12.0,lb,ton +OT,TDF,none,stoker,11.0,lb,ton +OT,TDF,dry,stoker,11.0,lb,ton +OT,TDF,wet,stoker,11.0,lb,ton +OT,TDF,dry,tangential_firing,10.0,lb,ton +OT,TDF,wet,tangential_firing,14.0,lb,ton +OT,TDF,none,tangential_firing,10.0,lb,ton +OT,TDF,dry,vertical_firing,12.0,lb,ton +OT,TDF,wet,vertical_firing,31.0,lb,ton +OT,TDF,none,vertical_firing,12.0,lb,ton +OT,TDF,dry,wall_fired,12.0,lb,ton +OT,TDF,wet,wall_fired,31.0,lb,ton +OT,TDF,none,wall_fired,12.0,lb,ton +ST,TDF,dry,cell_burner,12.0,lb,ton +ST,TDF,wet,cell_burner,31.0,lb,ton +ST,TDF,none,cell_burner,12.0,lb,ton +ST,TDF,none,cyclone_firing,33.0,lb,ton +ST,TDF,dry,cyclone_firing,33.0,lb,ton +ST,TDF,wet,cyclone_firing,33.0,lb,ton +ST,TDF,dry,duct_burner,12.0,lb,ton +ST,TDF,wet,duct_burner,31.0,lb,ton +ST,TDF,none,duct_burner,12.0,lb,ton +ST,TDF,none,fluidized_bed_firing,5.0,lb,ton +ST,TDF,dry,fluidized_bed_firing,5.0,lb,ton +ST,TDF,wet,fluidized_bed_firing,5.0,lb,ton +ST,TDF,dry,none,12.0,lb,ton +ST,TDF,wet,none,31.0,lb,ton +ST,TDF,none,none,12.0,lb,ton +ST,TDF,dry,other,12.0,lb,ton +ST,TDF,wet,other,31.0,lb,ton +ST,TDF,none,other,12.0,lb,ton +ST,TDF,none,stoker,11.0,lb,ton +ST,TDF,dry,stoker,11.0,lb,ton +ST,TDF,wet,stoker,11.0,lb,ton +ST,TDF,dry,tangential_firing,10.0,lb,ton +ST,TDF,wet,tangential_firing,14.0,lb,ton +ST,TDF,none,tangential_firing,10.0,lb,ton +ST,TDF,dry,vertical_firing,12.0,lb,ton +ST,TDF,wet,vertical_firing,31.0,lb,ton +ST,TDF,none,vertical_firing,12.0,lb,ton +ST,TDF,dry,wall_fired,12.0,lb,ton +ST,TDF,wet,wall_fired,31.0,lb,ton +ST,TDF,none,wall_fired,12.0,lb,ton +CA,WC,dry,cell_burner,6.3,lb,ton +CA,WC,wet,cell_burner,6.3,lb,ton +CA,WC,none,cell_burner,6.3,lb,ton +CA,WC,none,cyclone_firing,15.0,lb,ton +CA,WC,dry,cyclone_firing,15.0,lb,ton +CA,WC,wet,cyclone_firing,15.0,lb,ton +CA,WC,dry,duct_burner,6.3,lb,ton +CA,WC,wet,duct_burner,6.3,lb,ton +CA,WC,none,duct_burner,6.3,lb,ton +CA,WC,none,fluidized_bed_firing,3.6,lb,ton +CA,WC,dry,fluidized_bed_firing,3.6,lb,ton +CA,WC,wet,fluidized_bed_firing,3.6,lb,ton +CA,WC,dry,none,6.3,lb,ton +CA,WC,wet,none,6.3,lb,ton +CA,WC,none,none,6.3,lb,ton +CA,WC,dry,other,6.3,lb,ton +CA,WC,wet,other,6.3,lb,ton +CA,WC,none,other,6.3,lb,ton +CA,WC,none,stoker,5.8,lb,ton +CA,WC,dry,stoker,5.8,lb,ton +CA,WC,wet,stoker,5.8,lb,ton +CA,WC,dry,tangential_firing,7.1,lb,ton +CA,WC,wet,tangential_firing,7.1,lb,ton +CA,WC,none,tangential_firing,7.1,lb,ton +CA,WC,dry,vertical_firing,6.3,lb,ton +CA,WC,wet,vertical_firing,6.3,lb,ton +CA,WC,none,vertical_firing,6.3,lb,ton +CA,WC,dry,wall_fired,6.3,lb,ton +CA,WC,wet,wall_fired,6.3,lb,ton +CA,WC,none,wall_fired,6.3,lb,ton +CC,WC,dry,cell_burner,6.3,lb,ton +CC,WC,wet,cell_burner,6.3,lb,ton +CC,WC,none,cell_burner,6.3,lb,ton +CC,WC,none,cyclone_firing,15.0,lb,ton +CC,WC,dry,cyclone_firing,15.0,lb,ton +CC,WC,wet,cyclone_firing,15.0,lb,ton +CC,WC,dry,duct_burner,6.3,lb,ton +CC,WC,wet,duct_burner,6.3,lb,ton +CC,WC,none,duct_burner,6.3,lb,ton +CC,WC,none,fluidized_bed_firing,3.6,lb,ton +CC,WC,dry,fluidized_bed_firing,3.6,lb,ton +CC,WC,wet,fluidized_bed_firing,3.6,lb,ton +CC,WC,dry,none,6.3,lb,ton +CC,WC,wet,none,6.3,lb,ton +CC,WC,none,none,6.3,lb,ton +CC,WC,dry,other,6.3,lb,ton +CC,WC,wet,other,6.3,lb,ton +CC,WC,none,other,6.3,lb,ton +CC,WC,none,stoker,5.8,lb,ton +CC,WC,dry,stoker,5.8,lb,ton +CC,WC,wet,stoker,5.8,lb,ton +CC,WC,dry,tangential_firing,7.1,lb,ton +CC,WC,wet,tangential_firing,7.1,lb,ton +CC,WC,none,tangential_firing,7.1,lb,ton +CC,WC,dry,vertical_firing,6.3,lb,ton +CC,WC,wet,vertical_firing,6.3,lb,ton +CC,WC,none,vertical_firing,6.3,lb,ton +CC,WC,dry,wall_fired,6.3,lb,ton +CC,WC,wet,wall_fired,6.3,lb,ton +CC,WC,none,wall_fired,6.3,lb,ton +CE,WC,none,none,6.3,lb,ton +CS,WC,dry,cell_burner,6.3,lb,ton +CS,WC,wet,cell_burner,6.3,lb,ton +CS,WC,none,cell_burner,6.3,lb,ton +CS,WC,none,cyclone_firing,15.0,lb,ton +CS,WC,dry,cyclone_firing,15.0,lb,ton +CS,WC,wet,cyclone_firing,15.0,lb,ton +CS,WC,dry,duct_burner,6.3,lb,ton +CS,WC,wet,duct_burner,6.3,lb,ton +CS,WC,none,duct_burner,6.3,lb,ton +CS,WC,none,fluidized_bed_firing,3.6,lb,ton +CS,WC,dry,fluidized_bed_firing,3.6,lb,ton +CS,WC,wet,fluidized_bed_firing,3.6,lb,ton +CS,WC,dry,none,6.3,lb,ton +CS,WC,wet,none,6.3,lb,ton +CS,WC,none,none,6.3,lb,ton +CS,WC,dry,other,6.3,lb,ton +CS,WC,wet,other,6.3,lb,ton +CS,WC,none,other,6.3,lb,ton +CS,WC,none,stoker,5.8,lb,ton +CS,WC,dry,stoker,5.8,lb,ton +CS,WC,wet,stoker,5.8,lb,ton +CS,WC,dry,tangential_firing,7.1,lb,ton +CS,WC,wet,tangential_firing,7.1,lb,ton +CS,WC,none,tangential_firing,7.1,lb,ton +CS,WC,dry,vertical_firing,6.3,lb,ton +CS,WC,wet,vertical_firing,6.3,lb,ton +CS,WC,none,vertical_firing,6.3,lb,ton +CS,WC,dry,wall_fired,6.3,lb,ton +CS,WC,wet,wall_fired,6.3,lb,ton +CS,WC,none,wall_fired,6.3,lb,ton +CT,WC,dry,cell_burner,6.3,lb,ton +CT,WC,wet,cell_burner,6.3,lb,ton +CT,WC,none,cell_burner,6.3,lb,ton +CT,WC,none,cyclone_firing,15.0,lb,ton +CT,WC,dry,cyclone_firing,15.0,lb,ton +CT,WC,wet,cyclone_firing,15.0,lb,ton +CT,WC,dry,duct_burner,6.3,lb,ton +CT,WC,wet,duct_burner,6.3,lb,ton +CT,WC,none,duct_burner,6.3,lb,ton +CT,WC,none,fluidized_bed_firing,3.6,lb,ton +CT,WC,dry,fluidized_bed_firing,3.6,lb,ton +CT,WC,wet,fluidized_bed_firing,3.6,lb,ton +CT,WC,dry,none,6.3,lb,ton +CT,WC,wet,none,6.3,lb,ton +CT,WC,none,none,6.3,lb,ton +CT,WC,dry,other,6.3,lb,ton +CT,WC,wet,other,6.3,lb,ton +CT,WC,none,other,6.3,lb,ton +CT,WC,none,stoker,5.8,lb,ton +CT,WC,dry,stoker,5.8,lb,ton +CT,WC,wet,stoker,5.8,lb,ton +CT,WC,dry,tangential_firing,7.1,lb,ton +CT,WC,wet,tangential_firing,7.1,lb,ton +CT,WC,none,tangential_firing,7.1,lb,ton +CT,WC,dry,vertical_firing,6.3,lb,ton +CT,WC,wet,vertical_firing,6.3,lb,ton +CT,WC,none,vertical_firing,6.3,lb,ton +CT,WC,dry,wall_fired,6.3,lb,ton +CT,WC,wet,wall_fired,6.3,lb,ton +CT,WC,none,wall_fired,6.3,lb,ton +GT,WC,dry,cell_burner,6.3,lb,ton +GT,WC,wet,cell_burner,6.3,lb,ton +GT,WC,none,cell_burner,6.3,lb,ton +GT,WC,none,cyclone_firing,15.0,lb,ton +GT,WC,dry,cyclone_firing,15.0,lb,ton +GT,WC,wet,cyclone_firing,15.0,lb,ton +GT,WC,dry,duct_burner,6.3,lb,ton +GT,WC,wet,duct_burner,6.3,lb,ton +GT,WC,none,duct_burner,6.3,lb,ton +GT,WC,none,fluidized_bed_firing,3.6,lb,ton +GT,WC,dry,fluidized_bed_firing,3.6,lb,ton +GT,WC,wet,fluidized_bed_firing,3.6,lb,ton +GT,WC,dry,none,6.3,lb,ton +GT,WC,wet,none,6.3,lb,ton +GT,WC,none,none,6.3,lb,ton +GT,WC,dry,other,6.3,lb,ton +GT,WC,wet,other,6.3,lb,ton +GT,WC,none,other,6.3,lb,ton +GT,WC,none,stoker,5.8,lb,ton +GT,WC,dry,stoker,5.8,lb,ton +GT,WC,wet,stoker,5.8,lb,ton +GT,WC,dry,tangential_firing,7.1,lb,ton +GT,WC,wet,tangential_firing,7.1,lb,ton +GT,WC,none,tangential_firing,7.1,lb,ton +GT,WC,dry,vertical_firing,6.3,lb,ton +GT,WC,wet,vertical_firing,6.3,lb,ton +GT,WC,none,vertical_firing,6.3,lb,ton +GT,WC,dry,wall_fired,6.3,lb,ton +GT,WC,wet,wall_fired,6.3,lb,ton +GT,WC,none,wall_fired,6.3,lb,ton +IC,WC,none,none,6.3,lb,ton +OT,WC,dry,cell_burner,6.3,lb,ton +OT,WC,wet,cell_burner,6.3,lb,ton +OT,WC,none,cell_burner,6.3,lb,ton +OT,WC,none,cyclone_firing,15.0,lb,ton +OT,WC,dry,cyclone_firing,15.0,lb,ton +OT,WC,wet,cyclone_firing,15.0,lb,ton +OT,WC,dry,duct_burner,6.3,lb,ton +OT,WC,wet,duct_burner,6.3,lb,ton +OT,WC,none,duct_burner,6.3,lb,ton +OT,WC,none,fluidized_bed_firing,3.6,lb,ton +OT,WC,dry,fluidized_bed_firing,3.6,lb,ton +OT,WC,wet,fluidized_bed_firing,3.6,lb,ton +OT,WC,dry,none,6.3,lb,ton +OT,WC,wet,none,6.3,lb,ton +OT,WC,none,none,6.3,lb,ton +OT,WC,dry,other,6.3,lb,ton +OT,WC,wet,other,6.3,lb,ton +OT,WC,none,other,6.3,lb,ton +OT,WC,none,stoker,5.8,lb,ton +OT,WC,dry,stoker,5.8,lb,ton +OT,WC,wet,stoker,5.8,lb,ton +OT,WC,dry,tangential_firing,7.1,lb,ton +OT,WC,wet,tangential_firing,7.1,lb,ton +OT,WC,none,tangential_firing,7.1,lb,ton +OT,WC,dry,vertical_firing,6.3,lb,ton +OT,WC,wet,vertical_firing,6.3,lb,ton +OT,WC,none,vertical_firing,6.3,lb,ton +OT,WC,dry,wall_fired,6.3,lb,ton +OT,WC,wet,wall_fired,6.3,lb,ton +OT,WC,none,wall_fired,6.3,lb,ton +ST,WC,dry,cell_burner,6.3,lb,ton +ST,WC,wet,cell_burner,6.3,lb,ton +ST,WC,none,cell_burner,6.3,lb,ton +ST,WC,none,cyclone_firing,15.0,lb,ton +ST,WC,dry,cyclone_firing,15.0,lb,ton +ST,WC,wet,cyclone_firing,15.0,lb,ton +ST,WC,dry,duct_burner,6.3,lb,ton +ST,WC,wet,duct_burner,6.3,lb,ton +ST,WC,none,duct_burner,6.3,lb,ton ST,WC,none,fluidized_bed_firing,3.6,lb,ton -ST,WC,none,none,3.6,lb,ton -ST,WC,wet,tangential_firing,7.1,lb,ton +ST,WC,dry,fluidized_bed_firing,3.6,lb,ton +ST,WC,wet,fluidized_bed_firing,3.6,lb,ton +ST,WC,dry,none,6.3,lb,ton +ST,WC,wet,none,6.3,lb,ton +ST,WC,none,none,6.3,lb,ton +ST,WC,dry,other,6.3,lb,ton +ST,WC,wet,other,6.3,lb,ton +ST,WC,none,other,6.3,lb,ton +ST,WC,none,stoker,5.8,lb,ton +ST,WC,dry,stoker,5.8,lb,ton +ST,WC,wet,stoker,5.8,lb,ton ST,WC,dry,tangential_firing,7.1,lb,ton -ST,WDL,none,none,0.22806,lb,barrels +ST,WC,wet,tangential_firing,7.1,lb,ton +ST,WC,none,tangential_firing,7.1,lb,ton +ST,WC,dry,vertical_firing,6.3,lb,ton +ST,WC,wet,vertical_firing,6.3,lb,ton +ST,WC,none,vertical_firing,6.3,lb,ton +ST,WC,dry,wall_fired,6.3,lb,ton +ST,WC,wet,wall_fired,6.3,lb,ton +ST,WC,none,wall_fired,6.3,lb,ton +CA,WDL,dry,cell_burner,0.22806,lb,barrel +CA,WDL,wet,cell_burner,0.22806,lb,barrel +CA,WDL,none,cell_burner,0.22806,lb,barrel +CA,WDL,none,cyclone_firing,0.22806,lb,barrel +CA,WDL,dry,cyclone_firing,0.22806,lb,barrel +CA,WDL,wet,cyclone_firing,0.22806,lb,barrel +CA,WDL,dry,duct_burner,0.22806,lb,barrel +CA,WDL,wet,duct_burner,0.22806,lb,barrel +CA,WDL,none,duct_burner,0.22806,lb,barrel +CA,WDL,none,fluidized_bed_firing,0.22806,lb,barrel +CA,WDL,dry,fluidized_bed_firing,0.22806,lb,barrel +CA,WDL,wet,fluidized_bed_firing,0.22806,lb,barrel +CA,WDL,dry,none,0.22806,lb,barrel +CA,WDL,wet,none,0.22806,lb,barrel +CA,WDL,none,none,9.68101,lb,barrel +CA,WDL,dry,other,0.22806,lb,barrel +CA,WDL,wet,other,0.22806,lb,barrel +CA,WDL,none,other,0.22806,lb,barrel +CA,WDL,none,stoker,0.22806,lb,barrel +CA,WDL,dry,stoker,0.22806,lb,barrel +CA,WDL,wet,stoker,0.22806,lb,barrel +CA,WDL,dry,tangential_firing,0.22806,lb,barrel +CA,WDL,wet,tangential_firing,0.22806,lb,barrel +CA,WDL,none,tangential_firing,0.22806,lb,barrel +CA,WDL,dry,vertical_firing,0.22806,lb,barrel +CA,WDL,wet,vertical_firing,0.22806,lb,barrel +CA,WDL,none,vertical_firing,0.22806,lb,barrel +CA,WDL,dry,wall_fired,0.22806,lb,barrel +CA,WDL,wet,wall_fired,0.22806,lb,barrel +CA,WDL,none,wall_fired,0.22806,lb,barrel +CC,WDL,dry,cell_burner,0.22806,lb,barrel +CC,WDL,wet,cell_burner,0.22806,lb,barrel +CC,WDL,none,cell_burner,0.22806,lb,barrel +CC,WDL,none,cyclone_firing,0.22806,lb,barrel +CC,WDL,dry,cyclone_firing,0.22806,lb,barrel +CC,WDL,wet,cyclone_firing,0.22806,lb,barrel +CC,WDL,dry,duct_burner,0.22806,lb,barrel +CC,WDL,wet,duct_burner,0.22806,lb,barrel +CC,WDL,none,duct_burner,0.22806,lb,barrel +CC,WDL,none,fluidized_bed_firing,0.22806,lb,barrel +CC,WDL,dry,fluidized_bed_firing,0.22806,lb,barrel +CC,WDL,wet,fluidized_bed_firing,0.22806,lb,barrel +CC,WDL,dry,none,0.22806,lb,barrel +CC,WDL,wet,none,0.22806,lb,barrel +CC,WDL,none,none,9.68101,lb,barrel +CC,WDL,dry,other,0.22806,lb,barrel +CC,WDL,wet,other,0.22806,lb,barrel +CC,WDL,none,other,0.22806,lb,barrel +CC,WDL,none,stoker,0.22806,lb,barrel +CC,WDL,dry,stoker,0.22806,lb,barrel +CC,WDL,wet,stoker,0.22806,lb,barrel +CC,WDL,dry,tangential_firing,0.22806,lb,barrel +CC,WDL,wet,tangential_firing,0.22806,lb,barrel +CC,WDL,none,tangential_firing,0.22806,lb,barrel +CC,WDL,dry,vertical_firing,0.22806,lb,barrel +CC,WDL,wet,vertical_firing,0.22806,lb,barrel +CC,WDL,none,vertical_firing,0.22806,lb,barrel +CC,WDL,dry,wall_fired,0.22806,lb,barrel +CC,WDL,wet,wall_fired,0.22806,lb,barrel +CC,WDL,none,wall_fired,0.22806,lb,barrel +CE,WDL,none,none,9.68101,lb,barrel +CS,WDL,dry,cell_burner,0.22806,lb,barrel +CS,WDL,wet,cell_burner,0.22806,lb,barrel +CS,WDL,none,cell_burner,0.22806,lb,barrel +CS,WDL,none,cyclone_firing,0.22806,lb,barrel +CS,WDL,dry,cyclone_firing,0.22806,lb,barrel +CS,WDL,wet,cyclone_firing,0.22806,lb,barrel +CS,WDL,dry,duct_burner,0.22806,lb,barrel +CS,WDL,wet,duct_burner,0.22806,lb,barrel +CS,WDL,none,duct_burner,0.22806,lb,barrel +CS,WDL,none,fluidized_bed_firing,0.22806,lb,barrel +CS,WDL,dry,fluidized_bed_firing,0.22806,lb,barrel +CS,WDL,wet,fluidized_bed_firing,0.22806,lb,barrel +CS,WDL,dry,none,0.22806,lb,barrel +CS,WDL,wet,none,0.22806,lb,barrel +CS,WDL,none,none,9.68101,lb,barrel +CS,WDL,dry,other,0.22806,lb,barrel +CS,WDL,wet,other,0.22806,lb,barrel +CS,WDL,none,other,0.22806,lb,barrel +CS,WDL,none,stoker,0.22806,lb,barrel +CS,WDL,dry,stoker,0.22806,lb,barrel +CS,WDL,wet,stoker,0.22806,lb,barrel +CS,WDL,dry,tangential_firing,0.22806,lb,barrel +CS,WDL,wet,tangential_firing,0.22806,lb,barrel +CS,WDL,none,tangential_firing,0.22806,lb,barrel +CS,WDL,dry,vertical_firing,0.22806,lb,barrel +CS,WDL,wet,vertical_firing,0.22806,lb,barrel +CS,WDL,none,vertical_firing,0.22806,lb,barrel +CS,WDL,dry,wall_fired,0.22806,lb,barrel +CS,WDL,wet,wall_fired,0.22806,lb,barrel +CS,WDL,none,wall_fired,0.22806,lb,barrel +CT,WDL,dry,cell_burner,0.22806,lb,barrel +CT,WDL,wet,cell_burner,0.22806,lb,barrel +CT,WDL,none,cell_burner,0.22806,lb,barrel +CT,WDL,none,cyclone_firing,0.22806,lb,barrel +CT,WDL,dry,cyclone_firing,0.22806,lb,barrel +CT,WDL,wet,cyclone_firing,0.22806,lb,barrel +CT,WDL,dry,duct_burner,0.22806,lb,barrel +CT,WDL,wet,duct_burner,0.22806,lb,barrel +CT,WDL,none,duct_burner,0.22806,lb,barrel +CT,WDL,none,fluidized_bed_firing,0.22806,lb,barrel +CT,WDL,dry,fluidized_bed_firing,0.22806,lb,barrel +CT,WDL,wet,fluidized_bed_firing,0.22806,lb,barrel +CT,WDL,dry,none,0.22806,lb,barrel +CT,WDL,wet,none,0.22806,lb,barrel +CT,WDL,none,none,9.68101,lb,barrel +CT,WDL,dry,other,0.22806,lb,barrel +CT,WDL,wet,other,0.22806,lb,barrel +CT,WDL,none,other,0.22806,lb,barrel +CT,WDL,none,stoker,0.22806,lb,barrel +CT,WDL,dry,stoker,0.22806,lb,barrel +CT,WDL,wet,stoker,0.22806,lb,barrel +CT,WDL,dry,tangential_firing,0.22806,lb,barrel +CT,WDL,wet,tangential_firing,0.22806,lb,barrel +CT,WDL,none,tangential_firing,0.22806,lb,barrel +CT,WDL,dry,vertical_firing,0.22806,lb,barrel +CT,WDL,wet,vertical_firing,0.22806,lb,barrel +CT,WDL,none,vertical_firing,0.22806,lb,barrel +CT,WDL,dry,wall_fired,0.22806,lb,barrel +CT,WDL,wet,wall_fired,0.22806,lb,barrel +CT,WDL,none,wall_fired,0.22806,lb,barrel +GT,WDL,dry,cell_burner,0.22806,lb,barrel +GT,WDL,wet,cell_burner,0.22806,lb,barrel +GT,WDL,none,cell_burner,0.22806,lb,barrel +GT,WDL,none,cyclone_firing,0.22806,lb,barrel +GT,WDL,dry,cyclone_firing,0.22806,lb,barrel +GT,WDL,wet,cyclone_firing,0.22806,lb,barrel +GT,WDL,dry,duct_burner,0.22806,lb,barrel +GT,WDL,wet,duct_burner,0.22806,lb,barrel +GT,WDL,none,duct_burner,0.22806,lb,barrel +GT,WDL,none,fluidized_bed_firing,0.22806,lb,barrel +GT,WDL,dry,fluidized_bed_firing,0.22806,lb,barrel +GT,WDL,wet,fluidized_bed_firing,0.22806,lb,barrel +GT,WDL,dry,none,0.22806,lb,barrel +GT,WDL,wet,none,0.22806,lb,barrel +GT,WDL,none,none,9.68101,lb,barrel +GT,WDL,dry,other,0.22806,lb,barrel +GT,WDL,wet,other,0.22806,lb,barrel +GT,WDL,none,other,0.22806,lb,barrel +GT,WDL,none,stoker,0.22806,lb,barrel +GT,WDL,dry,stoker,0.22806,lb,barrel +GT,WDL,wet,stoker,0.22806,lb,barrel +GT,WDL,dry,tangential_firing,0.22806,lb,barrel +GT,WDL,wet,tangential_firing,0.22806,lb,barrel +GT,WDL,none,tangential_firing,0.22806,lb,barrel +GT,WDL,dry,vertical_firing,0.22806,lb,barrel +GT,WDL,wet,vertical_firing,0.22806,lb,barrel +GT,WDL,none,vertical_firing,0.22806,lb,barrel +GT,WDL,dry,wall_fired,0.22806,lb,barrel +GT,WDL,wet,wall_fired,0.22806,lb,barrel +GT,WDL,none,wall_fired,0.22806,lb,barrel +IC,WDL,none,none,35.20024,lb,barrel +OT,WDL,dry,cell_burner,0.22806,lb,barrel +OT,WDL,wet,cell_burner,0.22806,lb,barrel +OT,WDL,none,cell_burner,0.22806,lb,barrel +OT,WDL,none,cyclone_firing,0.22806,lb,barrel +OT,WDL,dry,cyclone_firing,0.22806,lb,barrel +OT,WDL,wet,cyclone_firing,0.22806,lb,barrel +OT,WDL,dry,duct_burner,0.22806,lb,barrel +OT,WDL,wet,duct_burner,0.22806,lb,barrel +OT,WDL,none,duct_burner,0.22806,lb,barrel +OT,WDL,none,fluidized_bed_firing,0.22806,lb,barrel +OT,WDL,dry,fluidized_bed_firing,0.22806,lb,barrel +OT,WDL,wet,fluidized_bed_firing,0.22806,lb,barrel +OT,WDL,dry,none,0.22806,lb,barrel +OT,WDL,wet,none,0.22806,lb,barrel +OT,WDL,none,none,0.22806,lb,barrel +OT,WDL,dry,other,0.22806,lb,barrel +OT,WDL,wet,other,0.22806,lb,barrel +OT,WDL,none,other,0.22806,lb,barrel +OT,WDL,none,stoker,0.22806,lb,barrel +OT,WDL,dry,stoker,0.22806,lb,barrel +OT,WDL,wet,stoker,0.22806,lb,barrel +OT,WDL,dry,tangential_firing,0.22806,lb,barrel +OT,WDL,wet,tangential_firing,0.22806,lb,barrel +OT,WDL,none,tangential_firing,0.22806,lb,barrel +OT,WDL,dry,vertical_firing,0.22806,lb,barrel +OT,WDL,wet,vertical_firing,0.22806,lb,barrel +OT,WDL,none,vertical_firing,0.22806,lb,barrel +OT,WDL,dry,wall_fired,0.22806,lb,barrel +OT,WDL,wet,wall_fired,0.22806,lb,barrel +OT,WDL,none,wall_fired,0.22806,lb,barrel +ST,WDL,dry,cell_burner,0.22806,lb,barrel +ST,WDL,wet,cell_burner,0.22806,lb,barrel +ST,WDL,none,cell_burner,0.22806,lb,barrel +ST,WDL,none,cyclone_firing,0.22806,lb,barrel +ST,WDL,dry,cyclone_firing,0.22806,lb,barrel +ST,WDL,wet,cyclone_firing,0.22806,lb,barrel +ST,WDL,dry,duct_burner,0.22806,lb,barrel +ST,WDL,wet,duct_burner,0.22806,lb,barrel +ST,WDL,none,duct_burner,0.22806,lb,barrel +ST,WDL,none,fluidized_bed_firing,0.22806,lb,barrel +ST,WDL,dry,fluidized_bed_firing,0.22806,lb,barrel +ST,WDL,wet,fluidized_bed_firing,0.22806,lb,barrel +ST,WDL,dry,none,0.22806,lb,barrel +ST,WDL,wet,none,0.22806,lb,barrel +ST,WDL,none,none,0.22806,lb,barrel +ST,WDL,dry,other,0.22806,lb,barrel +ST,WDL,wet,other,0.22806,lb,barrel +ST,WDL,none,other,0.22806,lb,barrel +ST,WDL,none,stoker,0.22806,lb,barrel +ST,WDL,dry,stoker,0.22806,lb,barrel +ST,WDL,wet,stoker,0.22806,lb,barrel +ST,WDL,dry,tangential_firing,0.22806,lb,barrel +ST,WDL,wet,tangential_firing,0.22806,lb,barrel +ST,WDL,none,tangential_firing,0.22806,lb,barrel +ST,WDL,dry,vertical_firing,0.22806,lb,barrel +ST,WDL,wet,vertical_firing,0.22806,lb,barrel +ST,WDL,none,vertical_firing,0.22806,lb,barrel +ST,WDL,dry,wall_fired,0.22806,lb,barrel +ST,WDL,wet,wall_fired,0.22806,lb,barrel +ST,WDL,none,wall_fired,0.22806,lb,barrel +CA,WDS,dry,cell_burner,2.51,lb,ton +CA,WDS,wet,cell_burner,2.51,lb,ton +CA,WDS,none,cell_burner,2.51,lb,ton +CA,WDS,none,cyclone_firing,2.51,lb,ton +CA,WDS,dry,cyclone_firing,2.51,lb,ton +CA,WDS,wet,cyclone_firing,2.51,lb,ton +CA,WDS,dry,duct_burner,2.51,lb,ton +CA,WDS,wet,duct_burner,2.51,lb,ton +CA,WDS,none,duct_burner,2.51,lb,ton +CA,WDS,none,fluidized_bed_firing,2.0,lb,ton +CA,WDS,dry,fluidized_bed_firing,2.0,lb,ton +CA,WDS,wet,fluidized_bed_firing,2.0,lb,ton +CA,WDS,dry,none,2.51,lb,ton +CA,WDS,wet,none,2.51,lb,ton +CA,WDS,none,none,2.51,lb,ton +CA,WDS,dry,other,2.51,lb,ton +CA,WDS,wet,other,2.51,lb,ton +CA,WDS,none,other,2.51,lb,ton +CA,WDS,none,stoker,1.5,lb,ton +CA,WDS,dry,stoker,1.5,lb,ton +CA,WDS,wet,stoker,1.5,lb,ton +CA,WDS,dry,tangential_firing,2.51,lb,ton +CA,WDS,wet,tangential_firing,2.51,lb,ton +CA,WDS,none,tangential_firing,2.51,lb,ton +CA,WDS,dry,vertical_firing,2.51,lb,ton +CA,WDS,wet,vertical_firing,2.51,lb,ton +CA,WDS,none,vertical_firing,2.51,lb,ton +CA,WDS,dry,wall_fired,2.51,lb,ton +CA,WDS,wet,wall_fired,2.51,lb,ton +CA,WDS,none,wall_fired,2.51,lb,ton +CC,WDS,dry,cell_burner,2.51,lb,ton +CC,WDS,wet,cell_burner,2.51,lb,ton +CC,WDS,none,cell_burner,2.51,lb,ton +CC,WDS,none,cyclone_firing,2.51,lb,ton +CC,WDS,dry,cyclone_firing,2.51,lb,ton +CC,WDS,wet,cyclone_firing,2.51,lb,ton +CC,WDS,dry,duct_burner,2.51,lb,ton +CC,WDS,wet,duct_burner,2.51,lb,ton +CC,WDS,none,duct_burner,2.51,lb,ton +CC,WDS,none,fluidized_bed_firing,2.0,lb,ton +CC,WDS,dry,fluidized_bed_firing,2.0,lb,ton +CC,WDS,wet,fluidized_bed_firing,2.0,lb,ton +CC,WDS,dry,none,2.51,lb,ton +CC,WDS,wet,none,2.51,lb,ton +CC,WDS,none,none,2.51,lb,ton +CC,WDS,dry,other,2.51,lb,ton +CC,WDS,wet,other,2.51,lb,ton +CC,WDS,none,other,2.51,lb,ton +CC,WDS,none,stoker,1.5,lb,ton +CC,WDS,dry,stoker,1.5,lb,ton +CC,WDS,wet,stoker,1.5,lb,ton +CC,WDS,dry,tangential_firing,2.51,lb,ton +CC,WDS,wet,tangential_firing,2.51,lb,ton +CC,WDS,none,tangential_firing,2.51,lb,ton +CC,WDS,dry,vertical_firing,2.51,lb,ton +CC,WDS,wet,vertical_firing,2.51,lb,ton +CC,WDS,none,vertical_firing,2.51,lb,ton +CC,WDS,dry,wall_fired,2.51,lb,ton +CC,WDS,wet,wall_fired,2.51,lb,ton +CC,WDS,none,wall_fired,2.51,lb,ton +CE,WDS,none,none,2.51,lb,ton +CS,WDS,dry,cell_burner,2.51,lb,ton +CS,WDS,wet,cell_burner,2.51,lb,ton +CS,WDS,none,cell_burner,2.51,lb,ton +CS,WDS,none,cyclone_firing,2.51,lb,ton +CS,WDS,dry,cyclone_firing,2.51,lb,ton +CS,WDS,wet,cyclone_firing,2.51,lb,ton +CS,WDS,dry,duct_burner,2.51,lb,ton +CS,WDS,wet,duct_burner,2.51,lb,ton +CS,WDS,none,duct_burner,2.51,lb,ton +CS,WDS,none,fluidized_bed_firing,2.0,lb,ton +CS,WDS,dry,fluidized_bed_firing,2.0,lb,ton +CS,WDS,wet,fluidized_bed_firing,2.0,lb,ton +CS,WDS,dry,none,2.51,lb,ton +CS,WDS,wet,none,2.51,lb,ton +CS,WDS,none,none,2.51,lb,ton +CS,WDS,dry,other,2.51,lb,ton +CS,WDS,wet,other,2.51,lb,ton +CS,WDS,none,other,2.51,lb,ton +CS,WDS,none,stoker,1.5,lb,ton +CS,WDS,dry,stoker,1.5,lb,ton +CS,WDS,wet,stoker,1.5,lb,ton +CS,WDS,dry,tangential_firing,2.51,lb,ton +CS,WDS,wet,tangential_firing,2.51,lb,ton +CS,WDS,none,tangential_firing,2.51,lb,ton +CS,WDS,dry,vertical_firing,2.51,lb,ton +CS,WDS,wet,vertical_firing,2.51,lb,ton +CS,WDS,none,vertical_firing,2.51,lb,ton +CS,WDS,dry,wall_fired,2.51,lb,ton +CS,WDS,wet,wall_fired,2.51,lb,ton +CS,WDS,none,wall_fired,2.51,lb,ton +CT,WDS,dry,cell_burner,2.51,lb,ton +CT,WDS,wet,cell_burner,2.51,lb,ton +CT,WDS,none,cell_burner,2.51,lb,ton +CT,WDS,none,cyclone_firing,2.51,lb,ton +CT,WDS,dry,cyclone_firing,2.51,lb,ton +CT,WDS,wet,cyclone_firing,2.51,lb,ton +CT,WDS,dry,duct_burner,2.51,lb,ton +CT,WDS,wet,duct_burner,2.51,lb,ton +CT,WDS,none,duct_burner,2.51,lb,ton +CT,WDS,none,fluidized_bed_firing,2.0,lb,ton +CT,WDS,dry,fluidized_bed_firing,2.0,lb,ton +CT,WDS,wet,fluidized_bed_firing,2.0,lb,ton +CT,WDS,dry,none,2.51,lb,ton +CT,WDS,wet,none,2.51,lb,ton +CT,WDS,none,none,2.51,lb,ton +CT,WDS,dry,other,2.51,lb,ton +CT,WDS,wet,other,2.51,lb,ton +CT,WDS,none,other,2.51,lb,ton +CT,WDS,none,stoker,1.5,lb,ton +CT,WDS,dry,stoker,1.5,lb,ton +CT,WDS,wet,stoker,1.5,lb,ton +CT,WDS,dry,tangential_firing,2.51,lb,ton +CT,WDS,wet,tangential_firing,2.51,lb,ton +CT,WDS,none,tangential_firing,2.51,lb,ton +CT,WDS,dry,vertical_firing,2.51,lb,ton +CT,WDS,wet,vertical_firing,2.51,lb,ton +CT,WDS,none,vertical_firing,2.51,lb,ton +CT,WDS,dry,wall_fired,2.51,lb,ton +CT,WDS,wet,wall_fired,2.51,lb,ton +CT,WDS,none,wall_fired,2.51,lb,ton +GT,WDS,dry,cell_burner,2.51,lb,ton +GT,WDS,wet,cell_burner,2.51,lb,ton +GT,WDS,none,cell_burner,2.51,lb,ton +GT,WDS,none,cyclone_firing,2.51,lb,ton +GT,WDS,dry,cyclone_firing,2.51,lb,ton +GT,WDS,wet,cyclone_firing,2.51,lb,ton +GT,WDS,dry,duct_burner,2.51,lb,ton +GT,WDS,wet,duct_burner,2.51,lb,ton +GT,WDS,none,duct_burner,2.51,lb,ton +GT,WDS,none,fluidized_bed_firing,2.0,lb,ton +GT,WDS,dry,fluidized_bed_firing,2.0,lb,ton +GT,WDS,wet,fluidized_bed_firing,2.0,lb,ton +GT,WDS,dry,none,2.51,lb,ton +GT,WDS,wet,none,2.51,lb,ton +GT,WDS,none,none,2.51,lb,ton +GT,WDS,dry,other,2.51,lb,ton +GT,WDS,wet,other,2.51,lb,ton +GT,WDS,none,other,2.51,lb,ton +GT,WDS,none,stoker,1.5,lb,ton +GT,WDS,dry,stoker,1.5,lb,ton +GT,WDS,wet,stoker,1.5,lb,ton +GT,WDS,dry,tangential_firing,2.51,lb,ton +GT,WDS,wet,tangential_firing,2.51,lb,ton +GT,WDS,none,tangential_firing,2.51,lb,ton +GT,WDS,dry,vertical_firing,2.51,lb,ton +GT,WDS,wet,vertical_firing,2.51,lb,ton +GT,WDS,none,vertical_firing,2.51,lb,ton +GT,WDS,dry,wall_fired,2.51,lb,ton +GT,WDS,wet,wall_fired,2.51,lb,ton +GT,WDS,none,wall_fired,2.51,lb,ton +IC,WDS,none,none,2.51,lb,ton +OT,WDS,dry,cell_burner,2.51,lb,ton +OT,WDS,wet,cell_burner,2.51,lb,ton +OT,WDS,none,cell_burner,2.51,lb,ton +OT,WDS,none,cyclone_firing,2.51,lb,ton +OT,WDS,dry,cyclone_firing,2.51,lb,ton +OT,WDS,wet,cyclone_firing,2.51,lb,ton +OT,WDS,dry,duct_burner,2.51,lb,ton +OT,WDS,wet,duct_burner,2.51,lb,ton +OT,WDS,none,duct_burner,2.51,lb,ton +OT,WDS,none,fluidized_bed_firing,2.0,lb,ton +OT,WDS,dry,fluidized_bed_firing,2.0,lb,ton +OT,WDS,wet,fluidized_bed_firing,2.0,lb,ton +OT,WDS,dry,none,2.51,lb,ton +OT,WDS,wet,none,2.51,lb,ton OT,WDS,none,none,2.51,lb,ton +OT,WDS,dry,other,2.51,lb,ton +OT,WDS,wet,other,2.51,lb,ton OT,WDS,none,other,2.51,lb,ton +OT,WDS,none,stoker,1.5,lb,ton +OT,WDS,dry,stoker,1.5,lb,ton +OT,WDS,wet,stoker,1.5,lb,ton +OT,WDS,dry,tangential_firing,2.51,lb,ton +OT,WDS,wet,tangential_firing,2.51,lb,ton +OT,WDS,none,tangential_firing,2.51,lb,ton +OT,WDS,dry,vertical_firing,2.51,lb,ton +OT,WDS,wet,vertical_firing,2.51,lb,ton +OT,WDS,none,vertical_firing,2.51,lb,ton +OT,WDS,dry,wall_fired,2.51,lb,ton +OT,WDS,wet,wall_fired,2.51,lb,ton +OT,WDS,none,wall_fired,2.51,lb,ton ST,WDS,dry,cell_burner,2.51,lb,ton +ST,WDS,wet,cell_burner,2.51,lb,ton +ST,WDS,none,cell_burner,2.51,lb,ton ST,WDS,none,cyclone_firing,2.51,lb,ton +ST,WDS,dry,cyclone_firing,2.51,lb,ton +ST,WDS,wet,cyclone_firing,2.51,lb,ton +ST,WDS,dry,duct_burner,2.51,lb,ton +ST,WDS,wet,duct_burner,2.51,lb,ton ST,WDS,none,duct_burner,2.51,lb,ton -ST,WDS,dry,fluidized_bed_firing,2,lb,ton -ST,WDS,none,fluidized_bed_firing,2,lb,ton -ST,WDS,wet,fluidized_bed_firing,2,lb,ton +ST,WDS,none,fluidized_bed_firing,2.0,lb,ton +ST,WDS,dry,fluidized_bed_firing,2.0,lb,ton +ST,WDS,wet,fluidized_bed_firing,2.0,lb,ton ST,WDS,dry,none,2.51,lb,ton -ST,WDS,none,none,2.51,lb,ton ST,WDS,wet,none,2.51,lb,ton +ST,WDS,none,none,2.51,lb,ton ST,WDS,dry,other,2.51,lb,ton +ST,WDS,wet,other,2.51,lb,ton ST,WDS,none,other,2.51,lb,ton -ST,WDS,dry,stoker,1.5,lb,ton ST,WDS,none,stoker,1.5,lb,ton +ST,WDS,dry,stoker,1.5,lb,ton ST,WDS,wet,stoker,1.5,lb,ton ST,WDS,dry,tangential_firing,2.51,lb,ton -ST,WDS,none,tangential_firing,2.51,lb,ton ST,WDS,wet,tangential_firing,2.51,lb,ton +ST,WDS,none,tangential_firing,2.51,lb,ton ST,WDS,dry,vertical_firing,2.51,lb,ton +ST,WDS,wet,vertical_firing,2.51,lb,ton +ST,WDS,none,vertical_firing,2.51,lb,ton ST,WDS,dry,wall_fired,2.51,lb,ton -ST,WDS,none,wall_fired,2.51,lb,ton ST,WDS,wet,wall_fired,2.51,lb,ton -CA,WO,none,duct_burner,3.8724,lb,barrels -CA,WO,none,none,3.8724,lb,barrels -CS,WO,none,none,3.8724,lb,barrels -CT,WO,none,duct_burner,3.8724,lb,barrels -CT,WO,none,none,3.8724,lb,barrels -GT,WO,none,none,3.8724,lb,barrels -IC,WO,none,none,14.0784,lb,barrels -ST,WO,none,duct_burner,0.798,lb,barrels -ST,WO,dry,fluidized_bed_firing,0.798,lb,barrels -ST,WO,wet,fluidized_bed_firing,0.798,lb,barrels -ST,WO,none,none,0.798,lb,barrels -ST,WO,dry,tangential_firing,0.798,lb,barrels -ST,WO,wet,tangential_firing,0.798,lb,barrels -ST,WO,dry,vertical_firing,0.798,lb,barrels -ST,WO,dry,wall_fired,0.798,lb,barrels -ST,WO,none,wall_fired,0.798,lb,barrels +ST,WDS,none,wall_fired,2.51,lb,ton +CA,WO,dry,cell_burner,0.798,lb,barrel +CA,WO,wet,cell_burner,0.798,lb,barrel +CA,WO,none,cell_burner,0.798,lb,barrel +CA,WO,none,cyclone_firing,0.798,lb,barrel +CA,WO,dry,cyclone_firing,0.798,lb,barrel +CA,WO,wet,cyclone_firing,0.798,lb,barrel +CA,WO,dry,duct_burner,0.798,lb,barrel +CA,WO,wet,duct_burner,0.798,lb,barrel +CA,WO,none,duct_burner,0.798,lb,barrel +CA,WO,none,fluidized_bed_firing,0.798,lb,barrel +CA,WO,dry,fluidized_bed_firing,0.798,lb,barrel +CA,WO,wet,fluidized_bed_firing,0.798,lb,barrel +CA,WO,dry,none,0.798,lb,barrel +CA,WO,wet,none,0.798,lb,barrel +CA,WO,none,none,3.8724,lb,barrel +CA,WO,dry,other,0.798,lb,barrel +CA,WO,wet,other,0.798,lb,barrel +CA,WO,none,other,0.798,lb,barrel +CA,WO,none,stoker,0.798,lb,barrel +CA,WO,dry,stoker,0.798,lb,barrel +CA,WO,wet,stoker,0.798,lb,barrel +CA,WO,dry,tangential_firing,0.798,lb,barrel +CA,WO,wet,tangential_firing,0.798,lb,barrel +CA,WO,none,tangential_firing,0.798,lb,barrel +CA,WO,dry,vertical_firing,0.798,lb,barrel +CA,WO,wet,vertical_firing,0.798,lb,barrel +CA,WO,none,vertical_firing,0.798,lb,barrel +CA,WO,dry,wall_fired,0.798,lb,barrel +CA,WO,wet,wall_fired,0.798,lb,barrel +CA,WO,none,wall_fired,0.798,lb,barrel +CC,WO,dry,cell_burner,0.798,lb,barrel +CC,WO,wet,cell_burner,0.798,lb,barrel +CC,WO,none,cell_burner,0.798,lb,barrel +CC,WO,none,cyclone_firing,0.798,lb,barrel +CC,WO,dry,cyclone_firing,0.798,lb,barrel +CC,WO,wet,cyclone_firing,0.798,lb,barrel +CC,WO,dry,duct_burner,0.798,lb,barrel +CC,WO,wet,duct_burner,0.798,lb,barrel +CC,WO,none,duct_burner,0.798,lb,barrel +CC,WO,none,fluidized_bed_firing,0.798,lb,barrel +CC,WO,dry,fluidized_bed_firing,0.798,lb,barrel +CC,WO,wet,fluidized_bed_firing,0.798,lb,barrel +CC,WO,dry,none,0.798,lb,barrel +CC,WO,wet,none,0.798,lb,barrel +CC,WO,none,none,3.8724,lb,barrel +CC,WO,dry,other,0.798,lb,barrel +CC,WO,wet,other,0.798,lb,barrel +CC,WO,none,other,0.798,lb,barrel +CC,WO,none,stoker,0.798,lb,barrel +CC,WO,dry,stoker,0.798,lb,barrel +CC,WO,wet,stoker,0.798,lb,barrel +CC,WO,dry,tangential_firing,0.798,lb,barrel +CC,WO,wet,tangential_firing,0.798,lb,barrel +CC,WO,none,tangential_firing,0.798,lb,barrel +CC,WO,dry,vertical_firing,0.798,lb,barrel +CC,WO,wet,vertical_firing,0.798,lb,barrel +CC,WO,none,vertical_firing,0.798,lb,barrel +CC,WO,dry,wall_fired,0.798,lb,barrel +CC,WO,wet,wall_fired,0.798,lb,barrel +CC,WO,none,wall_fired,0.798,lb,barrel +CE,WO,none,none,3.8724,lb,barrel +CS,WO,dry,cell_burner,0.798,lb,barrel +CS,WO,wet,cell_burner,0.798,lb,barrel +CS,WO,none,cell_burner,0.798,lb,barrel +CS,WO,none,cyclone_firing,0.798,lb,barrel +CS,WO,dry,cyclone_firing,0.798,lb,barrel +CS,WO,wet,cyclone_firing,0.798,lb,barrel +CS,WO,dry,duct_burner,0.798,lb,barrel +CS,WO,wet,duct_burner,0.798,lb,barrel +CS,WO,none,duct_burner,0.798,lb,barrel +CS,WO,none,fluidized_bed_firing,0.798,lb,barrel +CS,WO,dry,fluidized_bed_firing,0.798,lb,barrel +CS,WO,wet,fluidized_bed_firing,0.798,lb,barrel +CS,WO,dry,none,0.798,lb,barrel +CS,WO,wet,none,0.798,lb,barrel +CS,WO,none,none,3.8724,lb,barrel +CS,WO,dry,other,0.798,lb,barrel +CS,WO,wet,other,0.798,lb,barrel +CS,WO,none,other,0.798,lb,barrel +CS,WO,none,stoker,0.798,lb,barrel +CS,WO,dry,stoker,0.798,lb,barrel +CS,WO,wet,stoker,0.798,lb,barrel +CS,WO,dry,tangential_firing,0.798,lb,barrel +CS,WO,wet,tangential_firing,0.798,lb,barrel +CS,WO,none,tangential_firing,0.798,lb,barrel +CS,WO,dry,vertical_firing,0.798,lb,barrel +CS,WO,wet,vertical_firing,0.798,lb,barrel +CS,WO,none,vertical_firing,0.798,lb,barrel +CS,WO,dry,wall_fired,0.798,lb,barrel +CS,WO,wet,wall_fired,0.798,lb,barrel +CS,WO,none,wall_fired,0.798,lb,barrel +CT,WO,dry,cell_burner,0.798,lb,barrel +CT,WO,wet,cell_burner,0.798,lb,barrel +CT,WO,none,cell_burner,0.798,lb,barrel +CT,WO,none,cyclone_firing,0.798,lb,barrel +CT,WO,dry,cyclone_firing,0.798,lb,barrel +CT,WO,wet,cyclone_firing,0.798,lb,barrel +CT,WO,dry,duct_burner,0.798,lb,barrel +CT,WO,wet,duct_burner,0.798,lb,barrel +CT,WO,none,duct_burner,0.798,lb,barrel +CT,WO,none,fluidized_bed_firing,0.798,lb,barrel +CT,WO,dry,fluidized_bed_firing,0.798,lb,barrel +CT,WO,wet,fluidized_bed_firing,0.798,lb,barrel +CT,WO,dry,none,0.798,lb,barrel +CT,WO,wet,none,0.798,lb,barrel +CT,WO,none,none,3.8724,lb,barrel +CT,WO,dry,other,0.798,lb,barrel +CT,WO,wet,other,0.798,lb,barrel +CT,WO,none,other,0.798,lb,barrel +CT,WO,none,stoker,0.798,lb,barrel +CT,WO,dry,stoker,0.798,lb,barrel +CT,WO,wet,stoker,0.798,lb,barrel +CT,WO,dry,tangential_firing,0.798,lb,barrel +CT,WO,wet,tangential_firing,0.798,lb,barrel +CT,WO,none,tangential_firing,0.798,lb,barrel +CT,WO,dry,vertical_firing,0.798,lb,barrel +CT,WO,wet,vertical_firing,0.798,lb,barrel +CT,WO,none,vertical_firing,0.798,lb,barrel +CT,WO,dry,wall_fired,0.798,lb,barrel +CT,WO,wet,wall_fired,0.798,lb,barrel +CT,WO,none,wall_fired,0.798,lb,barrel +GT,WO,dry,cell_burner,0.798,lb,barrel +GT,WO,wet,cell_burner,0.798,lb,barrel +GT,WO,none,cell_burner,0.798,lb,barrel +GT,WO,none,cyclone_firing,0.798,lb,barrel +GT,WO,dry,cyclone_firing,0.798,lb,barrel +GT,WO,wet,cyclone_firing,0.798,lb,barrel +GT,WO,dry,duct_burner,0.798,lb,barrel +GT,WO,wet,duct_burner,0.798,lb,barrel +GT,WO,none,duct_burner,0.798,lb,barrel +GT,WO,none,fluidized_bed_firing,0.798,lb,barrel +GT,WO,dry,fluidized_bed_firing,0.798,lb,barrel +GT,WO,wet,fluidized_bed_firing,0.798,lb,barrel +GT,WO,dry,none,0.798,lb,barrel +GT,WO,wet,none,0.798,lb,barrel +GT,WO,none,none,3.8724,lb,barrel +GT,WO,dry,other,0.798,lb,barrel +GT,WO,wet,other,0.798,lb,barrel +GT,WO,none,other,0.798,lb,barrel +GT,WO,none,stoker,0.798,lb,barrel +GT,WO,dry,stoker,0.798,lb,barrel +GT,WO,wet,stoker,0.798,lb,barrel +GT,WO,dry,tangential_firing,0.798,lb,barrel +GT,WO,wet,tangential_firing,0.798,lb,barrel +GT,WO,none,tangential_firing,0.798,lb,barrel +GT,WO,dry,vertical_firing,0.798,lb,barrel +GT,WO,wet,vertical_firing,0.798,lb,barrel +GT,WO,none,vertical_firing,0.798,lb,barrel +GT,WO,dry,wall_fired,0.798,lb,barrel +GT,WO,wet,wall_fired,0.798,lb,barrel +GT,WO,none,wall_fired,0.798,lb,barrel +IC,WO,none,none,14.07841,lb,barrel +OT,WO,dry,cell_burner,0.798,lb,barrel +OT,WO,wet,cell_burner,0.798,lb,barrel +OT,WO,none,cell_burner,0.798,lb,barrel +OT,WO,none,cyclone_firing,0.798,lb,barrel +OT,WO,dry,cyclone_firing,0.798,lb,barrel +OT,WO,wet,cyclone_firing,0.798,lb,barrel +OT,WO,dry,duct_burner,0.798,lb,barrel +OT,WO,wet,duct_burner,0.798,lb,barrel +OT,WO,none,duct_burner,0.798,lb,barrel +OT,WO,none,fluidized_bed_firing,0.798,lb,barrel +OT,WO,dry,fluidized_bed_firing,0.798,lb,barrel +OT,WO,wet,fluidized_bed_firing,0.798,lb,barrel +OT,WO,dry,none,0.798,lb,barrel +OT,WO,wet,none,0.798,lb,barrel +OT,WO,none,none,0.798,lb,barrel +OT,WO,dry,other,0.798,lb,barrel +OT,WO,wet,other,0.798,lb,barrel +OT,WO,none,other,0.798,lb,barrel +OT,WO,none,stoker,0.798,lb,barrel +OT,WO,dry,stoker,0.798,lb,barrel +OT,WO,wet,stoker,0.798,lb,barrel +OT,WO,dry,tangential_firing,0.798,lb,barrel +OT,WO,wet,tangential_firing,0.798,lb,barrel +OT,WO,none,tangential_firing,0.798,lb,barrel +OT,WO,dry,vertical_firing,0.798,lb,barrel +OT,WO,wet,vertical_firing,0.798,lb,barrel +OT,WO,none,vertical_firing,0.798,lb,barrel +OT,WO,dry,wall_fired,0.798,lb,barrel +OT,WO,wet,wall_fired,0.798,lb,barrel +OT,WO,none,wall_fired,0.798,lb,barrel +ST,WO,dry,cell_burner,0.798,lb,barrel +ST,WO,wet,cell_burner,0.798,lb,barrel +ST,WO,none,cell_burner,0.798,lb,barrel +ST,WO,none,cyclone_firing,0.798,lb,barrel +ST,WO,dry,cyclone_firing,0.798,lb,barrel +ST,WO,wet,cyclone_firing,0.798,lb,barrel +ST,WO,dry,duct_burner,0.798,lb,barrel +ST,WO,wet,duct_burner,0.798,lb,barrel +ST,WO,none,duct_burner,0.798,lb,barrel +ST,WO,none,fluidized_bed_firing,0.798,lb,barrel +ST,WO,dry,fluidized_bed_firing,0.798,lb,barrel +ST,WO,wet,fluidized_bed_firing,0.798,lb,barrel +ST,WO,dry,none,0.798,lb,barrel +ST,WO,wet,none,0.798,lb,barrel +ST,WO,none,none,0.798,lb,barrel +ST,WO,dry,other,0.798,lb,barrel +ST,WO,wet,other,0.798,lb,barrel +ST,WO,none,other,0.798,lb,barrel +ST,WO,none,stoker,0.798,lb,barrel +ST,WO,dry,stoker,0.798,lb,barrel +ST,WO,wet,stoker,0.798,lb,barrel +ST,WO,dry,tangential_firing,0.798,lb,barrel +ST,WO,wet,tangential_firing,0.798,lb,barrel +ST,WO,none,tangential_firing,0.798,lb,barrel +ST,WO,dry,vertical_firing,0.798,lb,barrel +ST,WO,wet,vertical_firing,0.798,lb,barrel +ST,WO,none,vertical_firing,0.798,lb,barrel +ST,WO,dry,wall_fired,0.798,lb,barrel +ST,WO,wet,wall_fired,0.798,lb,barrel +ST,WO,none,wall_fired,0.798,lb,barrel diff --git a/src/oge/reference_tables/emission_factors_for_so2.csv b/src/oge/reference_tables/emission_factors_for_so2.csv index f61cab06..d2233067 100644 --- a/src/oge/reference_tables/emission_factors_for_so2.csv +++ b/src/oge/reference_tables/emission_factors_for_so2.csv @@ -1,1404 +1,2305 @@ prime_mover_code,energy_source_code,boiler_firing_type,emission_factor,emission_factor_numerator,emission_factor_denominator,multiply_by_sulfur_content -OT,AB,cell_burner,0.08,lb,short ton,0 -OT,AB,cyclone_firing,0.08,lb,short ton,0 -OT,AB,duct_burner,0.08,lb,short ton,0 -OT,AB,fluidized_bed_firing,0.01,lb,short ton,0 -OT,AB,none,0.08,lb,short ton,0 -OT,AB,other,0.08,lb,short ton,0 -OT,AB,stoker,0.08,lb,short ton,0 -OT,AB,tangential_firing,0.08,lb,short ton,0 -OT,AB,vertical_firing,0.08,lb,short ton,0 -OT,AB,wall_fired,0.08,lb,short ton,0 -ST,AB,cell_burner,0.08,lb,short ton,0 -ST,AB,cyclone_firing,0.08,lb,short ton,0 -ST,AB,duct_burner,0.08,lb,short ton,0 -ST,AB,fluidized_bed_firing,0.01,lb,short ton,0 -ST,AB,none,0.08,lb,short ton,0 -ST,AB,other,0.08,lb,short ton,0 -ST,AB,stoker,0.08,lb,short ton,0 -ST,AB,tangential_firing,0.08,lb,short ton,0 -ST,AB,vertical_firing,0.08,lb,short ton,0 -ST,AB,wall_fired,0.08,lb,short ton,0 -CA,BFG,cell_burner,0.0006,lb,Mcf,0 -CA,BFG,cyclone_firing,0.0006,lb,Mcf,0 -CA,BFG,duct_burner,0.0006,lb,Mcf,0 -CA,BFG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CA,BFG,none,0.0006,lb,Mcf,0 -CA,BFG,other,0.0006,lb,Mcf,0 -CA,BFG,stoker,0.0006,lb,Mcf,0 -CA,BFG,tangential_firing,0.0006,lb,Mcf,0 -CA,BFG,vertical_firing,0.0006,lb,Mcf,0 -CA,BFG,wall_fired,0.0006,lb,Mcf,0 -CS,BFG,cell_burner,0.0006,lb,Mcf,0 -CS,BFG,cyclone_firing,0.0006,lb,Mcf,0 -CS,BFG,duct_burner,0.0006,lb,Mcf,0 -CS,BFG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CS,BFG,none,0.0006,lb,Mcf,0 -CS,BFG,other,0.0006,lb,Mcf,0 -CS,BFG,stoker,0.0006,lb,Mcf,0 -CS,BFG,tangential_firing,0.0006,lb,Mcf,0 -CS,BFG,vertical_firing,0.0006,lb,Mcf,0 -CS,BFG,wall_fired,0.0006,lb,Mcf,0 -CT,BFG,cell_burner,0.0006,lb,Mcf,0 -CT,BFG,cyclone_firing,0.0006,lb,Mcf,0 -CT,BFG,duct_burner,0.0006,lb,Mcf,0 -CT,BFG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CT,BFG,none,0.0006,lb,Mcf,0 -CT,BFG,other,0.0006,lb,Mcf,0 -CT,BFG,stoker,0.0006,lb,Mcf,0 -CT,BFG,tangential_firing,0.0006,lb,Mcf,0 -CT,BFG,vertical_firing,0.0006,lb,Mcf,0 -CT,BFG,wall_fired,0.0006,lb,Mcf,0 -GT,BFG,cell_burner,0.0006,lb,Mcf,0 -GT,BFG,cyclone_firing,0.0006,lb,Mcf,0 -GT,BFG,duct_burner,0.0006,lb,Mcf,0 -GT,BFG,fluidized_bed_firing,0.0006,lb,Mcf,0 -GT,BFG,none,0.0006,lb,Mcf,0 -GT,BFG,other,0.0006,lb,Mcf,0 -GT,BFG,stoker,0.0006,lb,Mcf,0 -GT,BFG,tangential_firing,0.0006,lb,Mcf,0 -GT,BFG,vertical_firing,0.0006,lb,Mcf,0 -GT,BFG,wall_fired,0.0006,lb,Mcf,0 -IC,BFG,cell_burner,0.0006,lb,Mcf,0 -IC,BFG,cyclone_firing,0.0006,lb,Mcf,0 -IC,BFG,duct_burner,0.0006,lb,Mcf,0 -IC,BFG,fluidized_bed_firing,0.0006,lb,Mcf,0 -IC,BFG,none,0.0006,lb,Mcf,0 -IC,BFG,other,0.0006,lb,Mcf,0 -IC,BFG,stoker,0.0006,lb,Mcf,0 -IC,BFG,tangential_firing,0.0006,lb,Mcf,0 -IC,BFG,vertical_firing,0.0006,lb,Mcf,0 -IC,BFG,wall_fired,0.0006,lb,Mcf,0 -OT,BFG,cell_burner,0.0006,lb,Mcf,0 -OT,BFG,cyclone_firing,0.0006,lb,Mcf,0 -OT,BFG,duct_burner,0.0006,lb,Mcf,0 -OT,BFG,fluidized_bed_firing,0.00006,lb,Mcf,0 -OT,BFG,none,0.0006,lb,Mcf,0 -OT,BFG,other,0.0006,lb,Mcf,0 -OT,BFG,stoker,0.0006,lb,Mcf,0 -OT,BFG,tangential_firing,0.0006,lb,Mcf,0 -OT,BFG,vertical_firing,0.0006,lb,Mcf,0 -OT,BFG,wall_fired,0.0006,lb,Mcf,0 -ST,BFG,cell_burner,0.0006,lb,Mcf,0 -ST,BFG,cyclone_firing,0.0006,lb,Mcf,0 -ST,BFG,duct_burner,0.0006,lb,Mcf,0 -ST,BFG,fluidized_bed_firing,0.00006,lb,Mcf,0 -ST,BFG,none,0.0006,lb,Mcf,0 -ST,BFG,other,0.0006,lb,Mcf,0 -ST,BFG,stoker,0.0006,lb,Mcf,0 -ST,BFG,tangential_firing,0.0006,lb,Mcf,0 -ST,BFG,vertical_firing,0.0006,lb,Mcf,0 -ST,BFG,wall_fired,0.0006,lb,Mcf,0 -CA,BIT,duct_burner,38*S,lb,short ton,1 -CA,BIT,none,38*S,lb,short ton,1 -OT,BIT,cell_burner,38*S,lb,short ton,1 -OT,BIT,cyclone_firing,38*S,lb,short ton,1 -OT,BIT,duct_burner,38*S,lb,short ton,1 -OT,BIT,fluidized_bed_firing,3.8*S,lb,short ton,1 -OT,BIT,none,38*S,lb,short ton,1 -OT,BIT,other,38*S,lb,short ton,1 -OT,BIT,stoker,38*S,lb,short ton,1 -OT,BIT,tangential_firing,38*S,lb,short ton,1 -OT,BIT,vertical_firing,38*S,lb,short ton,1 -OT,BIT,wall_fired,38*S,lb,short ton,1 -ST,BIT,cell_burner,38*S,lb,short ton,1 -ST,BIT,cyclone_firing,38*S,lb,short ton,1 -ST,BIT,duct_burner,38*S,lb,short ton,1 -ST,BIT,fluidized_bed_firing,3.8*S,lb,short ton,1 -ST,BIT,none,38*S,lb,short ton,1 -ST,BIT,other,38*S,lb,short ton,1 -ST,BIT,stoker,38*S,lb,short ton,1 -ST,BIT,tangential_firing,38*S,lb,short ton,1 -ST,BIT,vertical_firing,38*S,lb,short ton,1 -ST,BIT,wall_fired,38*S,lb,short ton,1 -OT,BLQ,cell_burner,7,lb,short ton,0 -OT,BLQ,cyclone_firing,7,lb,short ton,0 -OT,BLQ,duct_burner,7,lb,short ton,0 -OT,BLQ,fluidized_bed_firing,0.7,lb,short ton,0 -OT,BLQ,none,7,lb,short ton,0 -OT,BLQ,other,7,lb,short ton,0 -OT,BLQ,stoker,7,lb,short ton,0 -OT,BLQ,tangential_firing,7,lb,short ton,0 -OT,BLQ,vertical_firing,7,lb,short ton,0 -OT,BLQ,wall_fired,7,lb,short ton,0 -ST,BLQ,cell_burner,7,lb,short ton,0 -ST,BLQ,cyclone_firing,7,lb,short ton,0 -ST,BLQ,duct_burner,7,lb,short ton,0 -ST,BLQ,fluidized_bed_firing,0.7,lb,short ton,0 -ST,BLQ,none,7,lb,short ton,0 -ST,BLQ,other,7,lb,short ton,0 -ST,BLQ,stoker,7,lb,short ton,0 -ST,BLQ,tangential_firing,7,lb,short ton,0 -ST,BLQ,vertical_firing,7,lb,short ton,0 -ST,BLQ,wall_fired,7,lb,short ton,0 -CA,DFO,cell_burner,5.88*S,lb,barrel,1 -CA,DFO,cyclone_firing,5.88*S,lb,barrel,1 -CA,DFO,duct_burner,5.88*S,lb,barrel,1 -CA,DFO,fluidized_bed_firing,5.88*S,lb,barrel,1 -CA,DFO,none,5.88*S,lb,barrel,1 -CA,DFO,other,5.88*S,lb,barrel,1 -CA,DFO,stoker,5.88*S,lb,barrel,1 -CA,DFO,tangential_firing,5.88*S,lb,barrel,1 -CA,DFO,vertical_firing,5.88*S,lb,barrel,1 -CA,DFO,wall_fired,5.88*S,lb,barrel,1 -CS,DFO,cell_burner,5.88*S,lb,barrel,1 -CS,DFO,cyclone_firing,5.88*S,lb,barrel,1 -CS,DFO,duct_burner,5.88*S,lb,barrel,1 -CS,DFO,fluidized_bed_firing,5.88*S,lb,barrel,1 -CS,DFO,none,5.88*S,lb,barrel,1 -CS,DFO,other,5.88*S,lb,barrel,1 -CS,DFO,stoker,5.88*S,lb,barrel,1 -CS,DFO,tangential_firing,5.88*S,lb,barrel,1 -CS,DFO,vertical_firing,5.88*S,lb,barrel,1 -CS,DFO,wall_fired,5.88*S,lb,barrel,1 -CT,DFO,cell_burner,5.88*S,lb,barrel,1 -CT,DFO,cyclone_firing,5.88*S,lb,barrel,1 -CT,DFO,duct_burner,5.88*S,lb,barrel,1 -CT,DFO,fluidized_bed_firing,5.88*S,lb,barrel,1 -CT,DFO,none,5.88*S,lb,barrel,1 -CT,DFO,other,5.88*S,lb,barrel,1 -CT,DFO,stoker,5.88*S,lb,barrel,1 -CT,DFO,tangential_firing,5.88*S,lb,barrel,1 -CT,DFO,vertical_firing,5.88*S,lb,barrel,1 -CT,DFO,wall_fired,5.88*S,lb,barrel,1 -GT,DFO,cell_burner,5.88*S,lb,barrel,1 -GT,DFO,cyclone_firing,5.88*S,lb,barrel,1 -GT,DFO,duct_burner,5.88*S,lb,barrel,1 -GT,DFO,fluidized_bed_firing,5.88*S,lb,barrel,1 -GT,DFO,none,5.88*S,lb,barrel,1 -GT,DFO,other,5.88*S,lb,barrel,1 -GT,DFO,stoker,5.88*S,lb,barrel,1 -GT,DFO,tangential_firing,5.88*S,lb,barrel,1 -GT,DFO,vertical_firing,5.88*S,lb,barrel,1 -GT,DFO,wall_fired,5.88*S,lb,barrel,1 -IC,DFO,cell_burner,5.88*S,lb,barrel,1 -IC,DFO,cyclone_firing,5.88*S,lb,barrel,1 -IC,DFO,duct_burner,5.88*S,lb,barrel,1 -IC,DFO,fluidized_bed_firing,5.88*S,lb,barrel,1 -IC,DFO,none,5.88*S,lb,barrel,1 -IC,DFO,other,5.88*S,lb,barrel,1 -IC,DFO,stoker,5.88*S,lb,barrel,1 -IC,DFO,tangential_firing,5.88*S,lb,barrel,1 -IC,DFO,vertical_firing,5.88*S,lb,barrel,1 -IC,DFO,wall_fired,5.88*S,lb,barrel,1 -OT,DFO,cell_burner,5.964*S,lb,barrel,1 -OT,DFO,cyclone_firing,5.964*S,lb,barrel,1 -OT,DFO,duct_burner,5.964*S,lb,barrel,1 -OT,DFO,fluidized_bed_firing,0.5964*S,lb,barrel,1 -OT,DFO,none,5.964*S,lb,barrel,1 -OT,DFO,other,5.964*S,lb,barrel,1 -OT,DFO,stoker,5.964*S,lb,barrel,1 -OT,DFO,tangential_firing,5.964*S,lb,barrel,1 -OT,DFO,vertical_firing,5.964*S,lb,barrel,1 -OT,DFO,wall_fired,5.964*S,lb,barrel,1 -ST,DFO,cell_burner,5.964*S,lb,barrel,1 -ST,DFO,cyclone_firing,5.964*S,lb,barrel,1 -ST,DFO,duct_burner,5.964*S,lb,barrel,1 -ST,DFO,fluidized_bed_firing,0.5964*S,lb,barrel,1 -ST,DFO,none,5.964*S,lb,barrel,1 -ST,DFO,other,5.964*S,lb,barrel,1 -ST,DFO,stoker,5.964*S,lb,barrel,1 -ST,DFO,tangential_firing,5.964*S,lb,barrel,1 -ST,DFO,vertical_firing,5.964*S,lb,barrel,1 -ST,DFO,wall_fired,5.964*S,lb,barrel,1 -CA,JF,cell_burner,5.88*S,lb,barrel,1 -CA,JF,cyclone_firing,5.88*S,lb,barrel,1 -CA,JF,duct_burner,5.88*S,lb,barrel,1 -CA,JF,fluidized_bed_firing,5.88*S,lb,barrel,1 -CA,JF,none,5.88*S,lb,barrel,1 -CA,JF,other,5.88*S,lb,barrel,1 -CA,JF,stoker,5.88*S,lb,barrel,1 -CA,JF,tangential_firing,5.88*S,lb,barrel,1 -CA,JF,vertical_firing,5.88*S,lb,barrel,1 -CA,JF,wall_fired,5.88*S,lb,barrel,1 -CS,JF,cell_burner,5.88*S,lb,barrel,1 -CS,JF,cyclone_firing,5.88*S,lb,barrel,1 -CS,JF,duct_burner,5.88*S,lb,barrel,1 -CS,JF,fluidized_bed_firing,5.88*S,lb,barrel,1 -CS,JF,none,5.88*S,lb,barrel,1 -CS,JF,other,5.88*S,lb,barrel,1 -CS,JF,stoker,5.88*S,lb,barrel,1 -CS,JF,tangential_firing,5.88*S,lb,barrel,1 -CS,JF,vertical_firing,5.88*S,lb,barrel,1 -CS,JF,wall_fired,5.88*S,lb,barrel,1 -CT,JF,cell_burner,5.88*S,lb,barrel,1 -CT,JF,cyclone_firing,5.88*S,lb,barrel,1 -CT,JF,duct_burner,5.88*S,lb,barrel,1 -CT,JF,fluidized_bed_firing,5.88*S,lb,barrel,1 -CT,JF,none,5.88*S,lb,barrel,1 -CT,JF,other,5.88*S,lb,barrel,1 -CT,JF,stoker,5.88*S,lb,barrel,1 -CT,JF,tangential_firing,5.88*S,lb,barrel,1 -CT,JF,vertical_firing,5.88*S,lb,barrel,1 -CT,JF,wall_fired,5.88*S,lb,barrel,1 -GT,JF,cell_burner,5.88*S,lb,barrel,1 -GT,JF,cyclone_firing,5.88*S,lb,barrel,1 -GT,JF,duct_burner,5.88*S,lb,barrel,1 -GT,JF,fluidized_bed_firing,5.88*S,lb,barrel,1 -GT,JF,none,5.88*S,lb,barrel,1 -GT,JF,other,5.88*S,lb,barrel,1 -GT,JF,stoker,5.88*S,lb,barrel,1 -GT,JF,tangential_firing,5.88*S,lb,barrel,1 -GT,JF,vertical_firing,5.88*S,lb,barrel,1 -GT,JF,wall_fired,5.88*S,lb,barrel,1 -IC,JF,cell_burner,5.88*S,lb,barrel,1 -IC,JF,cyclone_firing,5.88*S,lb,barrel,1 -IC,JF,duct_burner,5.88*S,lb,barrel,1 -IC,JF,fluidized_bed_firing,5.88*S,lb,barrel,1 -IC,JF,none,5.88*S,lb,barrel,1 -IC,JF,other,5.88*S,lb,barrel,1 -IC,JF,stoker,5.88*S,lb,barrel,1 -IC,JF,tangential_firing,5.88*S,lb,barrel,1 -IC,JF,vertical_firing,5.88*S,lb,barrel,1 -IC,JF,wall_fired,5.88*S,lb,barrel,1 -OT,JF,cell_burner,5.964*S,lb,barrel,1 -OT,JF,cyclone_firing,5.964*S,lb,barrel,1 -OT,JF,duct_burner,5.964*S,lb,barrel,1 -OT,JF,fluidized_bed_firing,0.5964*S,lb,barrel,1 -OT,JF,none,5.964*S,lb,barrel,1 -OT,JF,other,5.964*S,lb,barrel,1 -OT,JF,stoker,5.964*S,lb,barrel,1 -OT,JF,tangential_firing,5.964*S,lb,barrel,1 -OT,JF,vertical_firing,5.964*S,lb,barrel,1 -OT,JF,wall_fired,5.964*S,lb,barrel,1 -ST,JF,cell_burner,5.964*S,lb,barrel,1 -ST,JF,cyclone_firing,5.964*S,lb,barrel,1 -ST,JF,duct_burner,5.964*S,lb,barrel,1 -ST,JF,fluidized_bed_firing,0.5964*S,lb,barrel,1 -ST,JF,none,5.964*S,lb,barrel,1 -ST,JF,other,5.964*S,lb,barrel,1 -ST,JF,stoker,5.964*S,lb,barrel,1 -ST,JF,tangential_firing,5.964*S,lb,barrel,1 -ST,JF,vertical_firing,5.964*S,lb,barrel,1 -ST,JF,wall_fired,5.964*S,lb,barrel,1 -CA,KER,cell_burner,5.88*S,lb,barrel,1 -CA,KER,cyclone_firing,5.88*S,lb,barrel,1 -CA,KER,duct_burner,5.88*S,lb,barrel,1 -CA,KER,fluidized_bed_firing,5.88*S,lb,barrel,1 -CA,KER,none,5.88*S,lb,barrel,1 -CA,KER,other,5.88*S,lb,barrel,1 -CA,KER,stoker,5.88*S,lb,barrel,1 -CA,KER,tangential_firing,5.88*S,lb,barrel,1 -CA,KER,vertical_firing,5.88*S,lb,barrel,1 -CA,KER,wall_fired,5.88*S,lb,barrel,1 -CS,KER,cell_burner,5.88*S,lb,barrel,1 -CS,KER,cyclone_firing,5.88*S,lb,barrel,1 -CS,KER,duct_burner,5.88*S,lb,barrel,1 -CS,KER,fluidized_bed_firing,5.88*S,lb,barrel,1 -CS,KER,none,5.88*S,lb,barrel,1 -CS,KER,other,5.88*S,lb,barrel,1 -CS,KER,stoker,5.88*S,lb,barrel,1 -CS,KER,tangential_firing,5.88*S,lb,barrel,1 -CS,KER,vertical_firing,5.88*S,lb,barrel,1 -CS,KER,wall_fired,5.88*S,lb,barrel,1 -CT,KER,cell_burner,5.88*S,lb,barrel,1 -CT,KER,cyclone_firing,5.88*S,lb,barrel,1 -CT,KER,duct_burner,5.88*S,lb,barrel,1 -CT,KER,fluidized_bed_firing,5.88*S,lb,barrel,1 -CT,KER,none,5.88*S,lb,barrel,1 -CT,KER,other,5.88*S,lb,barrel,1 -CT,KER,stoker,5.88*S,lb,barrel,1 -CT,KER,tangential_firing,5.88*S,lb,barrel,1 -CT,KER,vertical_firing,5.88*S,lb,barrel,1 -CT,KER,wall_fired,5.88*S,lb,barrel,1 -GT,KER,cell_burner,5.88*S,lb,barrel,1 -GT,KER,cyclone_firing,5.88*S,lb,barrel,1 -GT,KER,duct_burner,5.88*S,lb,barrel,1 -GT,KER,fluidized_bed_firing,5.88*S,lb,barrel,1 -GT,KER,none,5.88*S,lb,barrel,1 -GT,KER,other,5.88*S,lb,barrel,1 -GT,KER,stoker,5.88*S,lb,barrel,1 -GT,KER,tangential_firing,5.88*S,lb,barrel,1 -GT,KER,vertical_firing,5.88*S,lb,barrel,1 -GT,KER,wall_fired,5.88*S,lb,barrel,1 -IC,KER,cell_burner,5.88*S,lb,barrel,1 -IC,KER,cyclone_firing,5.88*S,lb,barrel,1 -IC,KER,duct_burner,5.88*S,lb,barrel,1 -IC,KER,fluidized_bed_firing,5.88*S,lb,barrel,1 -IC,KER,none,5.88*S,lb,barrel,1 -IC,KER,other,5.88*S,lb,barrel,1 -IC,KER,stoker,5.88*S,lb,barrel,1 -IC,KER,tangential_firing,5.88*S,lb,barrel,1 -IC,KER,vertical_firing,5.88*S,lb,barrel,1 -IC,KER,wall_fired,5.88*S,lb,barrel,1 -OT,KER,cell_burner,5.964*S,lb,barrel,1 -OT,KER,cyclone_firing,5.964*S,lb,barrel,1 -OT,KER,duct_burner,5.964*S,lb,barrel,1 -OT,KER,fluidized_bed_firing,0.5964*S,lb,barrel,1 -OT,KER,none,5.964*S,lb,barrel,1 -OT,KER,other,5.964*S,lb,barrel,1 -OT,KER,stoker,5.964*S,lb,barrel,1 -OT,KER,tangential_firing,5.964*S,lb,barrel,1 -OT,KER,vertical_firing,5.964*S,lb,barrel,1 -OT,KER,wall_fired,5.964*S,lb,barrel,1 -ST,KER,cell_burner,5.964*S,lb,barrel,1 -ST,KER,cyclone_firing,5.964*S,lb,barrel,1 -ST,KER,duct_burner,5.964*S,lb,barrel,1 -ST,KER,fluidized_bed_firing,0.5964*S,lb,barrel,1 -ST,KER,none,5.964*S,lb,barrel,1 -ST,KER,other,5.964*S,lb,barrel,1 -ST,KER,stoker,5.964*S,lb,barrel,1 -ST,KER,tangential_firing,5.964*S,lb,barrel,1 -ST,KER,vertical_firing,5.964*S,lb,barrel,1 -ST,KER,wall_fired,5.964*S,lb,barrel,1 -CA,LFG,cell_burner,0.0006,lb,Mcf,0 -CA,LFG,cyclone_firing,0.0006,lb,Mcf,0 -CA,LFG,duct_burner,0.0006,lb,Mcf,0 -CA,LFG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CA,LFG,none,0.0006,lb,Mcf,0 -CA,LFG,other,0.0006,lb,Mcf,0 -CA,LFG,stoker,0.0006,lb,Mcf,0 -CA,LFG,tangential_firing,0.0006,lb,Mcf,0 -CA,LFG,vertical_firing,0.0006,lb,Mcf,0 -CA,LFG,wall_fired,0.0006,lb,Mcf,0 -CS,LFG,cell_burner,0.0006,lb,Mcf,0 -CS,LFG,cyclone_firing,0.0006,lb,Mcf,0 -CS,LFG,duct_burner,0.0006,lb,Mcf,0 -CS,LFG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CS,LFG,none,0.0006,lb,Mcf,0 -CS,LFG,other,0.0006,lb,Mcf,0 -CS,LFG,stoker,0.0006,lb,Mcf,0 -CS,LFG,tangential_firing,0.0006,lb,Mcf,0 -CS,LFG,vertical_firing,0.0006,lb,Mcf,0 -CS,LFG,wall_fired,0.0006,lb,Mcf,0 -CT,LFG,cell_burner,0.0006,lb,Mcf,0 -CT,LFG,cyclone_firing,0.0006,lb,Mcf,0 -CT,LFG,duct_burner,0.0006,lb,Mcf,0 -CT,LFG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CT,LFG,none,0.0006,lb,Mcf,0 -CT,LFG,other,0.0006,lb,Mcf,0 -CT,LFG,stoker,0.0006,lb,Mcf,0 -CT,LFG,tangential_firing,0.0006,lb,Mcf,0 -CT,LFG,vertical_firing,0.0006,lb,Mcf,0 -CT,LFG,wall_fired,0.0006,lb,Mcf,0 -GT,LFG,cell_burner,0.0006,lb,Mcf,0 -GT,LFG,cyclone_firing,0.0006,lb,Mcf,0 -GT,LFG,duct_burner,0.0006,lb,Mcf,0 -GT,LFG,fluidized_bed_firing,0.0006,lb,Mcf,0 -GT,LFG,none,0.0006,lb,Mcf,0 -GT,LFG,other,0.0006,lb,Mcf,0 -GT,LFG,stoker,0.0006,lb,Mcf,0 -GT,LFG,tangential_firing,0.0006,lb,Mcf,0 -GT,LFG,vertical_firing,0.0006,lb,Mcf,0 -GT,LFG,wall_fired,0.0006,lb,Mcf,0 -IC,LFG,cell_burner,0.0006,lb,Mcf,0 -IC,LFG,cyclone_firing,0.0006,lb,Mcf,0 -IC,LFG,duct_burner,0.0006,lb,Mcf,0 -IC,LFG,fluidized_bed_firing,0.00006,lb,Mcf,0 -IC,LFG,none,0.0006,lb,Mcf,0 -IC,LFG,other,0.0006,lb,Mcf,0 -IC,LFG,stoker,0.0006,lb,Mcf,0 -IC,LFG,tangential_firing,0.0006,lb,Mcf,0 -IC,LFG,vertical_firing,0.0006,lb,Mcf,0 -IC,LFG,wall_fired,0.0006,lb,Mcf,0 -OT,LFG,cell_burner,0.0006,lb,Mcf,0 -OT,LFG,cyclone_firing,0.0006,lb,Mcf,0 -OT,LFG,duct_burner,0.0006,lb,Mcf,0 -OT,LFG,fluidized_bed_firing,0.00006,lb,Mcf,0 -OT,LFG,none,0.0006,lb,Mcf,0 -OT,LFG,other,0.0006,lb,Mcf,0 -OT,LFG,stoker,0.0006,lb,Mcf,0 -OT,LFG,tangential_firing,0.0006,lb,Mcf,0 -OT,LFG,vertical_firing,0.0006,lb,Mcf,0 -OT,LFG,wall_fired,0.0006,lb,Mcf,0 -ST,LFG,cell_burner,0.0006,lb,Mcf,0 -ST,LFG,cyclone_firing,0.0006,lb,Mcf,0 -ST,LFG,duct_burner,0.0006,lb,Mcf,0 -ST,LFG,fluidized_bed_firing,0.00006,lb,Mcf,0 -ST,LFG,none,0.0006,lb,Mcf,0 -ST,LFG,other,0.0006,lb,Mcf,0 -ST,LFG,stoker,0.0006,lb,Mcf,0 -ST,LFG,tangential_firing,0.0006,lb,Mcf,0 -ST,LFG,vertical_firing,0.0006,lb,Mcf,0 -ST,LFG,wall_fired,0.0006,lb,Mcf,0 -OT,LIG,cell_burner,30*S,lb,short ton,1 -OT,LIG,cyclone_firing,30*S,lb,short ton,1 -OT,LIG,duct_burner,30*S,lb,short ton,1 -OT,LIG,fluidized_bed_firing,3*S,lb,short ton,1 -OT,LIG,none,30*S,lb,short ton,1 -OT,LIG,other,30*S,lb,short ton,1 -OT,LIG,stoker,30*S,lb,short ton,1 -OT,LIG,tangential_firing,30*S,lb,short ton,1 -OT,LIG,vertical_firing,30*S,lb,short ton,1 -OT,LIG,wall_fired,30*S,lb,short ton,1 -ST,LIG,cell_burner,30*S,lb,short ton,1 -ST,LIG,cyclone_firing,30*S,lb,short ton,1 -ST,LIG,duct_burner,30*S,lb,short ton,1 -ST,LIG,fluidized_bed_firing,3*S,lb,short ton,1 -ST,LIG,none,30*S,lb,short ton,1 -ST,LIG,other,30*S,lb,short ton,1 -ST,LIG,stoker,30*S,lb,short ton,1 -ST,LIG,tangential_firing,30*S,lb,short ton,1 -ST,LIG,vertical_firing,30*S,lb,short ton,1 -ST,LIG,wall_fired,30*S,lb,short ton,1 -ST,MSB,cell_burner,1.7,lb,short ton,0 -ST,MSB,cyclone_firing,1.7,lb,short ton,0 -ST,MSB,duct_burner,1.7,lb,short ton,0 -ST,MSB,fluidized_bed_firing,0.17,lb,short ton,0 -ST,MSB,none,1.7,lb,short ton,0 -ST,MSB,other,1.7,lb,short ton,0 -ST,MSB,stoker,1.7,lb,short ton,0 -ST,MSB,tangential_firing,1.7,lb,short ton,0 -ST,MSB,vertical_firing,1.7,lb,short ton,0 -ST,MSB,wall_fired,1.7,lb,short ton,0 -ST,MSN,cell_burner,1.7,lb,short ton,0 -ST,MSN,cyclone_firing,1.7,lb,short ton,0 -ST,MSN,duct_burner,1.7,lb,short ton,0 -ST,MSN,fluidized_bed_firing,0.17,lb,short ton,0 -ST,MSN,none,1.7,lb,short ton,0 -ST,MSN,other,1.7,lb,short ton,0 -ST,MSN,stoker,1.7,lb,short ton,0 -ST,MSN,tangential_firing,1.7,lb,short ton,0 -ST,MSN,vertical_firing,1.7,lb,short ton,0 -ST,MSN,wall_fired,1.7,lb,short ton,0 -OT,MSW,cell_burner,1.7,lb,short ton,0 -OT,MSW,cyclone_firing,1.7,lb,short ton,0 -OT,MSW,duct_burner,1.7,lb,short ton,0 -OT,MSW,fluidized_bed_firing,0.17,lb,short ton,0 -OT,MSW,none,1.7,lb,short ton,0 -OT,MSW,other,1.7,lb,short ton,0 -OT,MSW,stoker,1.7,lb,short ton,0 -OT,MSW,tangential_firing,1.7,lb,short ton,0 -OT,MSW,vertical_firing,1.7,lb,short ton,0 -OT,MSW,wall_fired,1.7,lb,short ton,0 -ST,MSW,cell_burner,1.7,lb,short ton,0 -ST,MSW,cyclone_firing,1.7,lb,short ton,0 -ST,MSW,duct_burner,1.7,lb,short ton,0 -ST,MSW,fluidized_bed_firing,0.17,lb,short ton,0 -ST,MSW,none,1.7,lb,short ton,0 -ST,MSW,other,1.7,lb,short ton,0 -ST,MSW,stoker,1.7,lb,short ton,0 -ST,MSW,tangential_firing,1.7,lb,short ton,0 -ST,MSW,vertical_firing,1.7,lb,short ton,0 -ST,MSW,wall_fired,1.7,lb,short ton,0 -CA,NG,cell_burner,0.0006,lb,Mcf,0 -CA,NG,cyclone_firing,0.0006,lb,Mcf,0 -CA,NG,duct_burner,0.0006,lb,Mcf,0 -CA,NG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CA,NG,none,0.0006,lb,Mcf,0 -CA,NG,other,0.0006,lb,Mcf,0 -CA,NG,stoker,0.0006,lb,Mcf,0 -CA,NG,tangential_firing,0.0006,lb,Mcf,0 -CA,NG,vertical_firing,0.0006,lb,Mcf,0 -CA,NG,wall_fired,0.0006,lb,Mcf,0 -CE,NG,none,0.0006,lb,Mcf,0 -CS,NG,cell_burner,0.0006,lb,Mcf,0 -CS,NG,cyclone_firing,0.0006,lb,Mcf,0 -CS,NG,duct_burner,0.0006,lb,Mcf,0 -CS,NG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CS,NG,none,0.0006,lb,Mcf,0 -CS,NG,other,0.0006,lb,Mcf,0 -CS,NG,stoker,0.0006,lb,Mcf,0 -CS,NG,tangential_firing,0.0006,lb,Mcf,0 -CS,NG,vertical_firing,0.0006,lb,Mcf,0 -CS,NG,wall_fired,0.0006,lb,Mcf,0 -CT,NG,cell_burner,0.0006,lb,Mcf,0 -CT,NG,cyclone_firing,0.0006,lb,Mcf,0 -CT,NG,duct_burner,0.0006,lb,Mcf,0 -CT,NG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CT,NG,none,0.0006,lb,Mcf,0 -CT,NG,other,0.0006,lb,Mcf,0 -CT,NG,stoker,0.0006,lb,Mcf,0 -CT,NG,tangential_firing,0.0006,lb,Mcf,0 -CT,NG,vertical_firing,0.0006,lb,Mcf,0 -CT,NG,wall_fired,0.0006,lb,Mcf,0 -GT,NG,cell_burner,0.0006,lb,Mcf,0 -GT,NG,cyclone_firing,0.0006,lb,Mcf,0 -GT,NG,duct_burner,0.0006,lb,Mcf,0 -GT,NG,fluidized_bed_firing,0.0006,lb,Mcf,0 -GT,NG,none,0.0006,lb,Mcf,0 -GT,NG,other,0.0006,lb,Mcf,0 -GT,NG,stoker,0.0006,lb,Mcf,0 -GT,NG,tangential_firing,0.0006,lb,Mcf,0 -GT,NG,vertical_firing,0.0006,lb,Mcf,0 -GT,NG,wall_fired,0.0006,lb,Mcf,0 -IC,NG,cell_burner,0.0006,lb,Mcf,0 -IC,NG,cyclone_firing,0.0006,lb,Mcf,0 -IC,NG,duct_burner,0.0006,lb,Mcf,0 -IC,NG,fluidized_bed_firing,0.0006,lb,Mcf,0 -IC,NG,none,0.0006,lb,Mcf,0 -IC,NG,other,0.0006,lb,Mcf,0 -IC,NG,stoker,0.0006,lb,Mcf,0 -IC,NG,tangential_firing,0.0006,lb,Mcf,0 -IC,NG,vertical_firing,0.0006,lb,Mcf,0 -IC,NG,wall_fired,0.0006,lb,Mcf,0 -OT,NG,cell_burner,0.0006,lb,Mcf,0 -OT,NG,cyclone_firing,0.0006,lb,Mcf,0 -OT,NG,duct_burner,0.0006,lb,Mcf,0 -OT,NG,fluidized_bed_firing,0.00006,lb,Mcf,0 -OT,NG,none,0.0006,lb,Mcf,0 -OT,NG,other,0.0006,lb,Mcf,0 -OT,NG,stoker,0.0006,lb,Mcf,0 -OT,NG,tangential_firing,0.0006,lb,Mcf,0 -OT,NG,vertical_firing,0.0006,lb,Mcf,0 -OT,NG,wall_fired,0.0006,lb,Mcf,0 -ST,NG,cell_burner,0.0006,lb,Mcf,0 -ST,NG,cyclone_firing,0.0006,lb,Mcf,0 -ST,NG,duct_burner,0.0006,lb,Mcf,0 -ST,NG,fluidized_bed_firing,0.00006,lb,Mcf,0 -ST,NG,none,0.0006,lb,Mcf,0 -ST,NG,other,0.0006,lb,Mcf,0 -ST,NG,stoker,0.0006,lb,Mcf,0 -ST,NG,tangential_firing,0.0006,lb,Mcf,0 -ST,NG,vertical_firing,0.0006,lb,Mcf,0 -ST,NG,wall_fired,0.0006,lb,Mcf,0 -CA,OBG,cell_burner,0.0006,lb,Mcf,0 -CA,OBG,cyclone_firing,0.0006,lb,Mcf,0 -CA,OBG,duct_burner,0.0006,lb,Mcf,0 -CA,OBG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CA,OBG,none,0.0006,lb,Mcf,0 -CA,OBG,other,0.0006,lb,Mcf,0 -CA,OBG,stoker,0.0006,lb,Mcf,0 -CA,OBG,tangential_firing,0.0006,lb,Mcf,0 -CA,OBG,vertical_firing,0.0006,lb,Mcf,0 -CA,OBG,wall_fired,0.0006,lb,Mcf,0 -CS,OBG,cell_burner,0.0006,lb,Mcf,0 -CS,OBG,cyclone_firing,0.0006,lb,Mcf,0 -CS,OBG,duct_burner,0.0006,lb,Mcf,0 -CS,OBG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CS,OBG,none,0.0006,lb,Mcf,0 -CS,OBG,other,0.0006,lb,Mcf,0 -CS,OBG,stoker,0.0006,lb,Mcf,0 -CS,OBG,tangential_firing,0.0006,lb,Mcf,0 -CS,OBG,vertical_firing,0.0006,lb,Mcf,0 -CS,OBG,wall_fired,0.0006,lb,Mcf,0 -CT,OBG,cell_burner,0.0006,lb,Mcf,0 -CT,OBG,cyclone_firing,0.0006,lb,Mcf,0 -CT,OBG,duct_burner,0.0006,lb,Mcf,0 -CT,OBG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CT,OBG,none,0.0006,lb,Mcf,0 -CT,OBG,other,0.0006,lb,Mcf,0 -CT,OBG,stoker,0.0006,lb,Mcf,0 -CT,OBG,tangential_firing,0.0006,lb,Mcf,0 -CT,OBG,vertical_firing,0.0006,lb,Mcf,0 -CT,OBG,wall_fired,0.0006,lb,Mcf,0 -GT,OBG,cell_burner,0.0006,lb,Mcf,0 -GT,OBG,cyclone_firing,0.0006,lb,Mcf,0 -GT,OBG,duct_burner,0.0006,lb,Mcf,0 -GT,OBG,fluidized_bed_firing,0.0006,lb,Mcf,0 -GT,OBG,none,0.0006,lb,Mcf,0 -GT,OBG,other,0.0006,lb,Mcf,0 -GT,OBG,stoker,0.0006,lb,Mcf,0 -GT,OBG,tangential_firing,0.0006,lb,Mcf,0 -GT,OBG,vertical_firing,0.0006,lb,Mcf,0 -GT,OBG,wall_fired,0.0006,lb,Mcf,0 -IC,OBG,cell_burner,0.0006,lb,Mcf,0 -IC,OBG,cyclone_firing,0.0006,lb,Mcf,0 -IC,OBG,duct_burner,0.0006,lb,Mcf,0 -IC,OBG,fluidized_bed_firing,0.0006,lb,Mcf,0 -IC,OBG,none,0.0006,lb,Mcf,0 -IC,OBG,other,0.0006,lb,Mcf,0 -IC,OBG,stoker,0.0006,lb,Mcf,0 -IC,OBG,tangential_firing,0.0006,lb,Mcf,0 -IC,OBG,vertical_firing,0.0006,lb,Mcf,0 -IC,OBG,wall_fired,0.0006,lb,Mcf,0 -OT,OBG,cell_burner,0.0006,lb,Mcf,0 -OT,OBG,cyclone_firing,0.0006,lb,Mcf,0 -OT,OBG,duct_burner,0.0006,lb,Mcf,0 -OT,OBG,fluidized_bed_firing,0.00006,lb,Mcf,0 -OT,OBG,none,0.0006,lb,Mcf,0 -OT,OBG,other,0.0006,lb,Mcf,0 -OT,OBG,stoker,0.0006,lb,Mcf,0 -OT,OBG,tangential_firing,0.0006,lb,Mcf,0 -OT,OBG,vertical_firing,0.0006,lb,Mcf,0 -OT,OBG,wall_fired,0.0006,lb,Mcf,0 -ST,OBG,cell_burner,0.0006,lb,Mcf,0 -ST,OBG,cyclone_firing,0.0006,lb,Mcf,0 -ST,OBG,duct_burner,0.0006,lb,Mcf,0 -ST,OBG,fluidized_bed_firing,0.00006,lb,Mcf,0 -ST,OBG,none,0.0006,lb,Mcf,0 -ST,OBG,other,0.0006,lb,Mcf,0 -ST,OBG,stoker,0.0006,lb,Mcf,0 -ST,OBG,tangential_firing,0.0006,lb,Mcf,0 -ST,OBG,vertical_firing,0.0006,lb,Mcf,0 -ST,OBG,wall_fired,0.0006,lb,Mcf,0 -CA,OBL,cell_burner,5.88*S,lb,barrel,1 -CA,OBL,cyclone_firing,5.88*S,lb,barrel,1 -CA,OBL,duct_burner,5.88*S,lb,barrel,1 -CA,OBL,fluidized_bed_firing,5.88*S,lb,barrel,1 -CA,OBL,none,5.88*S,lb,barrel,1 -CA,OBL,other,5.88*S,lb,barrel,1 -CA,OBL,stoker,5.88*S,lb,barrel,1 -CA,OBL,tangential_firing,5.88*S,lb,barrel,1 -CA,OBL,vertical_firing,5.88*S,lb,barrel,1 -CA,OBL,wall_fired,5.88*S,lb,barrel,1 -CS,OBL,cell_burner,5.88*S,lb,barrel,1 -CS,OBL,cyclone_firing,5.88*S,lb,barrel,1 -CS,OBL,duct_burner,5.88*S,lb,barrel,1 -CS,OBL,fluidized_bed_firing,5.88*S,lb,barrel,1 -CS,OBL,none,5.88*S,lb,barrel,1 -CS,OBL,other,5.88*S,lb,barrel,1 -CS,OBL,stoker,5.88*S,lb,barrel,1 -CS,OBL,tangential_firing,5.88*S,lb,barrel,1 -CS,OBL,vertical_firing,5.88*S,lb,barrel,1 -CS,OBL,wall_fired,5.88*S,lb,barrel,1 -CT,OBL,cell_burner,5.88*S,lb,barrel,1 -CT,OBL,cyclone_firing,5.88*S,lb,barrel,1 -CT,OBL,duct_burner,5.88*S,lb,barrel,1 -CT,OBL,fluidized_bed_firing,5.88*S,lb,barrel,1 -CT,OBL,none,5.88*S,lb,barrel,1 -CT,OBL,other,5.88*S,lb,barrel,1 -CT,OBL,stoker,5.88*S,lb,barrel,1 -CT,OBL,tangential_firing,5.88*S,lb,barrel,1 -CT,OBL,vertical_firing,5.88*S,lb,barrel,1 -CT,OBL,wall_fired,5.88*S,lb,barrel,1 -GT,OBL,cell_burner,5.88*S,lb,barrel,1 -GT,OBL,cyclone_firing,5.88*S,lb,barrel,1 -GT,OBL,duct_burner,5.88*S,lb,barrel,1 -GT,OBL,fluidized_bed_firing,5.88*S,lb,barrel,1 -GT,OBL,none,5.88*S,lb,barrel,1 -GT,OBL,other,5.88*S,lb,barrel,1 -GT,OBL,stoker,5.88*S,lb,barrel,1 -GT,OBL,tangential_firing,5.88*S,lb,barrel,1 -GT,OBL,vertical_firing,5.88*S,lb,barrel,1 -GT,OBL,wall_fired,5.88*S,lb,barrel,1 -IC,OBL,cell_burner,5.88*S,lb,barrel,1 -IC,OBL,cyclone_firing,5.88*S,lb,barrel,1 -IC,OBL,duct_burner,5.88*S,lb,barrel,1 -IC,OBL,fluidized_bed_firing,5.88*S,lb,barrel,1 -IC,OBL,none,5.88*S,lb,barrel,1 -IC,OBL,other,5.88*S,lb,barrel,1 -IC,OBL,stoker,5.88*S,lb,barrel,1 -IC,OBL,tangential_firing,5.88*S,lb,barrel,1 -IC,OBL,vertical_firing,5.88*S,lb,barrel,1 -IC,OBL,wall_fired,5.88*S,lb,barrel,1 -OT,OBL,cell_burner,5.964*S,lb,barrel,1 -OT,OBL,cyclone_firing,5.964*S,lb,barrel,1 -OT,OBL,duct_burner,5.964*S,lb,barrel,1 -OT,OBL,fluidized_bed_firing,0.5964*S,lb,barrel,1 -OT,OBL,none,5.964*S,lb,barrel,1 -OT,OBL,other,5.964*S,lb,barrel,1 -OT,OBL,stoker,5.964*S,lb,barrel,1 -OT,OBL,tangential_firing,5.964*S,lb,barrel,1 -OT,OBL,vertical_firing,5.964*S,lb,barrel,1 -OT,OBL,wall_fired,5.964*S,lb,barrel,1 -ST,OBL,cell_burner,5.964*S,lb,barrel,1 -ST,OBL,cyclone_firing,5.964*S,lb,barrel,1 -ST,OBL,duct_burner,5.964*S,lb,barrel,1 -ST,OBL,fluidized_bed_firing,0.5964*S,lb,barrel,1 -ST,OBL,none,5.964*S,lb,barrel,1 -ST,OBL,other,5.964*S,lb,barrel,1 -ST,OBL,stoker,5.964*S,lb,barrel,1 -ST,OBL,tangential_firing,5.964*S,lb,barrel,1 -ST,OBL,vertical_firing,5.964*S,lb,barrel,1 -ST,OBL,wall_fired,5.964*S,lb,barrel,1 -OT,OBS,cell_burner,0.23,lb,short ton,0 -OT,OBS,cyclone_firing,0.23,lb,short ton,0 -OT,OBS,duct_burner,0.23,lb,short ton,0 -OT,OBS,fluidized_bed_firing,0.02,lb,short ton,0 -OT,OBS,none,0.23,lb,short ton,0 -OT,OBS,other,0.23,lb,short ton,0 -OT,OBS,stoker,0.23,lb,short ton,0 -OT,OBS,tangential_firing,0.23,lb,short ton,0 -OT,OBS,vertical_firing,0.23,lb,short ton,0 -OT,OBS,wall_fired,0.23,lb,short ton,0 -ST,OBS,cell_burner,0.23,lb,short ton,0 -ST,OBS,cyclone_firing,0.23,lb,short ton,0 -ST,OBS,duct_burner,0.23,lb,short ton,0 -ST,OBS,fluidized_bed_firing,0.02,lb,short ton,0 -ST,OBS,none,0.23,lb,short ton,0 -ST,OBS,other,0.23,lb,short ton,0 -ST,OBS,stoker,0.23,lb,short ton,0 -ST,OBS,tangential_firing,0.23,lb,short ton,0 -ST,OBS,vertical_firing,0.23,lb,short ton,0 -ST,OBS,wall_fired,0.23,lb,short ton,0 -CA,OG,cell_burner,0.0006,lb,Mcf,0 -CA,OG,cyclone_firing,0.0006,lb,Mcf,0 -CA,OG,duct_burner,0.0006,lb,Mcf,0 -CA,OG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CA,OG,none,0.0006,lb,Mcf,0 -CA,OG,other,0.0006,lb,Mcf,0 -CA,OG,stoker,0.0006,lb,Mcf,0 -CA,OG,tangential_firing,0.0006,lb,Mcf,0 -CA,OG,vertical_firing,0.0006,lb,Mcf,0 -CA,OG,wall_fired,0.0006,lb,Mcf,0 -CS,OG,cell_burner,0.0006,lb,Mcf,0 -CS,OG,cyclone_firing,0.0006,lb,Mcf,0 -CS,OG,duct_burner,0.0006,lb,Mcf,0 -CS,OG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CS,OG,none,0.0006,lb,Mcf,0 -CS,OG,other,0.0006,lb,Mcf,0 -CS,OG,stoker,0.0006,lb,Mcf,0 -CS,OG,tangential_firing,0.0006,lb,Mcf,0 -CS,OG,vertical_firing,0.0006,lb,Mcf,0 -CS,OG,wall_fired,0.0006,lb,Mcf,0 -CT,OG,cell_burner,0.0006,lb,Mcf,0 -CT,OG,cyclone_firing,0.0006,lb,Mcf,0 -CT,OG,duct_burner,0.0006,lb,Mcf,0 -CT,OG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CT,OG,none,0.0006,lb,Mcf,0 -CT,OG,other,0.0006,lb,Mcf,0 -CT,OG,stoker,0.0006,lb,Mcf,0 -CT,OG,tangential_firing,0.0006,lb,Mcf,0 -CT,OG,vertical_firing,0.0006,lb,Mcf,0 -CT,OG,wall_fired,0.0006,lb,Mcf,0 -GT,OG,cell_burner,0.0006,lb,Mcf,0 -GT,OG,cyclone_firing,0.0006,lb,Mcf,0 -GT,OG,duct_burner,0.0006,lb,Mcf,0 -GT,OG,fluidized_bed_firing,0.0006,lb,Mcf,0 -GT,OG,none,0.0006,lb,Mcf,0 -GT,OG,other,0.0006,lb,Mcf,0 -GT,OG,stoker,0.0006,lb,Mcf,0 -GT,OG,tangential_firing,0.0006,lb,Mcf,0 -GT,OG,vertical_firing,0.0006,lb,Mcf,0 -GT,OG,wall_fired,0.0006,lb,Mcf,0 -IC,OG,cell_burner,0.0006,lb,Mcf,0 -IC,OG,cyclone_firing,0.0006,lb,Mcf,0 -IC,OG,duct_burner,0.0006,lb,Mcf,0 -IC,OG,fluidized_bed_firing,0.0006,lb,Mcf,0 -IC,OG,none,0.0006,lb,Mcf,0 -IC,OG,other,0.0006,lb,Mcf,0 -IC,OG,stoker,0.0006,lb,Mcf,0 -IC,OG,tangential_firing,0.0006,lb,Mcf,0 -IC,OG,vertical_firing,0.0006,lb,Mcf,0 -IC,OG,wall_fired,0.0006,lb,Mcf,0 -OT,OG,cell_burner,0.0006,lb,Mcf,0 -OT,OG,cyclone_firing,0.0006,lb,Mcf,0 -OT,OG,duct_burner,0.0006,lb,Mcf,0 -OT,OG,fluidized_bed_firing,0.00006,lb,Mcf,0 -OT,OG,none,0.0006,lb,Mcf,0 -OT,OG,other,0.0006,lb,Mcf,0 -OT,OG,stoker,0.0006,lb,Mcf,0 -OT,OG,tangential_firing,0.0006,lb,Mcf,0 -OT,OG,vertical_firing,0.0006,lb,Mcf,0 -OT,OG,wall_fired,0.0006,lb,Mcf,0 -ST,OG,cell_burner,0.0006,lb,Mcf,0 -ST,OG,cyclone_firing,0.0006,lb,Mcf,0 -ST,OG,duct_burner,0.0006,lb,Mcf,0 -ST,OG,fluidized_bed_firing,0.00006,lb,Mcf,0 -ST,OG,none,0.0006,lb,Mcf,0 -ST,OG,other,0.0006,lb,Mcf,0 -ST,OG,stoker,0.0006,lb,Mcf,0 -ST,OG,tangential_firing,0.0006,lb,Mcf,0 -ST,OG,vertical_firing,0.0006,lb,Mcf,0 -ST,OG,wall_fired,0.0006,lb,Mcf,0 -CA,OTH,cell_burner,0.0006,lb,Mcf,0 -CA,OTH,cyclone_firing,0.0006,lb,Mcf,0 -CA,OTH,duct_burner,0.0006,lb,Mcf,0 -CA,OTH,fluidized_bed_firing,0.0006,lb,Mcf,0 -CA,OTH,none,0.0006,lb,Mcf,0 -CA,OTH,other,0.0006,lb,Mcf,0 -CA,OTH,stoker,0.0006,lb,Mcf,0 -CA,OTH,tangential_firing,0.0006,lb,Mcf,0 -CA,OTH,vertical_firing,0.0006,lb,Mcf,0 -CA,OTH,wall_fired,0.0006,lb,Mcf,0 -CS,OTH,cell_burner,0.0006,lb,Mcf,0 -CS,OTH,cyclone_firing,0.0006,lb,Mcf,0 -CS,OTH,duct_burner,0.0006,lb,Mcf,0 -CS,OTH,fluidized_bed_firing,0.0006,lb,Mcf,0 -CS,OTH,none,0.0006,lb,Mcf,0 -CS,OTH,other,0.0006,lb,Mcf,0 -CS,OTH,stoker,0.0006,lb,Mcf,0 -CS,OTH,tangential_firing,0.0006,lb,Mcf,0 -CS,OTH,vertical_firing,0.0006,lb,Mcf,0 -CS,OTH,wall_fired,0.0006,lb,Mcf,0 -CT,OTH,cell_burner,0.0006,lb,Mcf,0 -CT,OTH,cyclone_firing,0.0006,lb,Mcf,0 -CT,OTH,duct_burner,0.0006,lb,Mcf,0 -CT,OTH,fluidized_bed_firing,0.0006,lb,Mcf,0 -CT,OTH,none,0.0006,lb,Mcf,0 -CT,OTH,other,0.0006,lb,Mcf,0 -CT,OTH,stoker,0.0006,lb,Mcf,0 -CT,OTH,tangential_firing,0.0006,lb,Mcf,0 -CT,OTH,vertical_firing,0.0006,lb,Mcf,0 -CT,OTH,wall_fired,0.0006,lb,Mcf,0 -GT,OTH,cell_burner,0.0006,lb,Mcf,0 -GT,OTH,cyclone_firing,0.0006,lb,Mcf,0 -GT,OTH,duct_burner,0.0006,lb,Mcf,0 -GT,OTH,fluidized_bed_firing,0.0006,lb,Mcf,0 -GT,OTH,none,0.0006,lb,Mcf,0 -GT,OTH,other,0.0006,lb,Mcf,0 -GT,OTH,stoker,0.0006,lb,Mcf,0 -GT,OTH,tangential_firing,0.0006,lb,Mcf,0 -GT,OTH,vertical_firing,0.0006,lb,Mcf,0 -GT,OTH,wall_fired,0.0006,lb,Mcf,0 -IC,OTH,cell_burner,0.0006,lb,Mcf,0 -IC,OTH,cyclone_firing,0.0006,lb,Mcf,0 -IC,OTH,duct_burner,0.0006,lb,Mcf,0 -IC,OTH,fluidized_bed_firing,0.0006,lb,Mcf,0 -IC,OTH,none,0.0006,lb,Mcf,0 -IC,OTH,other,0.0006,lb,Mcf,0 -IC,OTH,stoker,0.0006,lb,Mcf,0 -IC,OTH,tangential_firing,0.0006,lb,Mcf,0 -IC,OTH,vertical_firing,0.0006,lb,Mcf,0 -IC,OTH,wall_fired,0.0006,lb,Mcf,0 -OT,OTH,cell_burner,0.0006,lb,Mcf,0 -OT,OTH,cyclone_firing,0.0006,lb,Mcf,0 -OT,OTH,duct_burner,0.0006,lb,Mcf,0 -OT,OTH,fluidized_bed_firing,0.00006,lb,Mcf,0 -OT,OTH,none,0.0006,lb,Mcf,0 -OT,OTH,other,0.0006,lb,Mcf,0 -OT,OTH,stoker,0.0006,lb,Mcf,0 -OT,OTH,tangential_firing,0.0006,lb,Mcf,0 -OT,OTH,vertical_firing,0.0006,lb,Mcf,0 -OT,OTH,wall_fired,0.0006,lb,Mcf,0 -ST,OTH,cell_burner,0.0006,lb,Mcf,0 -ST,OTH,cyclone_firing,0.0006,lb,Mcf,0 -ST,OTH,duct_burner,0.0006,lb,Mcf,0 -ST,OTH,fluidized_bed_firing,0.00006,lb,Mcf,0 -ST,OTH,none,0.0006,lb,Mcf,0 -ST,OTH,other,0.0006,lb,Mcf,0 -ST,OTH,stoker,0.0006,lb,Mcf,0 -ST,OTH,tangential_firing,0.0006,lb,Mcf,0 -ST,OTH,vertical_firing,0.0006,lb,Mcf,0 -ST,OTH,wall_fired,0.0006,lb,Mcf,0 -OT,PC,cell_burner,39*S,lb,short ton,1 -OT,PC,cyclone_firing,39*S,lb,short ton,1 -OT,PC,duct_burner,39*S,lb,short ton,1 -OT,PC,fluidized_bed_firing,3.9*S,lb,short ton,1 -OT,PC,none,39*S,lb,short ton,1 -OT,PC,other,39*S,lb,short ton,1 -OT,PC,stoker,39*S,lb,short ton,1 -OT,PC,tangential_firing,39*S,lb,short ton,1 -OT,PC,vertical_firing,39*S,lb,short ton,1 -OT,PC,wall_fired,39*S,lb,short ton,1 -ST,PC,cell_burner,39*S,lb,short ton,1 -ST,PC,cyclone_firing,39*S,lb,short ton,1 -ST,PC,duct_burner,39*S,lb,short ton,1 -ST,PC,fluidized_bed_firing,3.9*S,lb,short ton,1 -ST,PC,none,39*S,lb,short ton,1 -ST,PC,other,39*S,lb,short ton,1 -ST,PC,stoker,39*S,lb,short ton,1 -ST,PC,tangential_firing,39*S,lb,short ton,1 -ST,PC,vertical_firing,39*S,lb,short ton,1 -ST,PC,wall_fired,39*S,lb,short ton,1 -CA,PG,cell_burner,0.0006,lb,Mcf,0 -CA,PG,cyclone_firing,0.0006,lb,Mcf,0 -CA,PG,duct_burner,0.0006,lb,Mcf,0 -CA,PG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CA,PG,none,0.0006,lb,Mcf,0 -CA,PG,other,0.0006,lb,Mcf,0 -CA,PG,stoker,0.0006,lb,Mcf,0 -CA,PG,tangential_firing,0.0006,lb,Mcf,0 -CA,PG,vertical_firing,0.0006,lb,Mcf,0 -CA,PG,wall_fired,0.0006,lb,Mcf,0 -CS,PG,cell_burner,0.0006,lb,Mcf,0 -CS,PG,cyclone_firing,0.0006,lb,Mcf,0 -CS,PG,duct_burner,0.0006,lb,Mcf,0 -CS,PG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CS,PG,none,0.0006,lb,Mcf,0 -CS,PG,other,0.0006,lb,Mcf,0 -CS,PG,stoker,0.0006,lb,Mcf,0 -CS,PG,tangential_firing,0.0006,lb,Mcf,0 -CS,PG,vertical_firing,0.0006,lb,Mcf,0 -CS,PG,wall_fired,0.0006,lb,Mcf,0 -CT,PG,cell_burner,0.0006,lb,Mcf,0 -CT,PG,cyclone_firing,0.0006,lb,Mcf,0 -CT,PG,duct_burner,0.0006,lb,Mcf,0 -CT,PG,fluidized_bed_firing,0.0006,lb,Mcf,0 -CT,PG,none,0.0006,lb,Mcf,0 -CT,PG,other,0.0006,lb,Mcf,0 -CT,PG,stoker,0.0006,lb,Mcf,0 -CT,PG,tangential_firing,0.0006,lb,Mcf,0 -CT,PG,vertical_firing,0.0006,lb,Mcf,0 -CT,PG,wall_fired,0.0006,lb,Mcf,0 -GT,PG,cell_burner,0.0006,lb,Mcf,0 -GT,PG,cyclone_firing,0.0006,lb,Mcf,0 -GT,PG,duct_burner,0.0006,lb,Mcf,0 -GT,PG,fluidized_bed_firing,0.0006,lb,Mcf,0 -GT,PG,none,0.0006,lb,Mcf,0 -GT,PG,other,0.0006,lb,Mcf,0 -GT,PG,stoker,0.0006,lb,Mcf,0 -GT,PG,tangential_firing,0.0006,lb,Mcf,0 -GT,PG,vertical_firing,0.0006,lb,Mcf,0 -GT,PG,wall_fired,0.0006,lb,Mcf,0 -IC,PG,cell_burner,0.0006,lb,Mcf,0 -IC,PG,cyclone_firing,0.0006,lb,Mcf,0 -IC,PG,duct_burner,0.0006,lb,Mcf,0 -IC,PG,fluidized_bed_firing,0.0006,lb,Mcf,0 -IC,PG,none,0.0006,lb,Mcf,0 -IC,PG,other,0.0006,lb,Mcf,0 -IC,PG,stoker,0.0006,lb,Mcf,0 -IC,PG,tangential_firing,0.0006,lb,Mcf,0 -IC,PG,vertical_firing,0.0006,lb,Mcf,0 -IC,PG,wall_fired,0.0006,lb,Mcf,0 -OT,PG,cell_burner,0.0006,lb,Mcf,0 -OT,PG,cyclone_firing,0.0006,lb,Mcf,0 -OT,PG,duct_burner,0.0006,lb,Mcf,0 -OT,PG,fluidized_bed_firing,0.00006,lb,Mcf,0 -OT,PG,none,0.0006,lb,Mcf,0 -OT,PG,other,0.0006,lb,Mcf,0 -OT,PG,stoker,0.0006,lb,Mcf,0 -OT,PG,tangential_firing,0.0006,lb,Mcf,0 -OT,PG,vertical_firing,0.0006,lb,Mcf,0 -OT,PG,wall_fired,0.0006,lb,Mcf,0 -ST,PG,cell_burner,0.0006,lb,Mcf,0 -ST,PG,cyclone_firing,0.0006,lb,Mcf,0 -ST,PG,duct_burner,0.0006,lb,Mcf,0 -ST,PG,fluidized_bed_firing,0.00006,lb,Mcf,0 -ST,PG,none,0.0006,lb,Mcf,0 -ST,PG,other,0.0006,lb,Mcf,0 -ST,PG,stoker,0.0006,lb,Mcf,0 -ST,PG,tangential_firing,0.0006,lb,Mcf,0 -ST,PG,vertical_firing,0.0006,lb,Mcf,0 -ST,PG,wall_fired,0.0006,lb,Mcf,0 -OT,RC,cell_burner,38*S,lb,short ton,1 -OT,RC,cyclone_firing,38*S,lb,short ton,1 -OT,RC,duct_burner,38*S,lb,short ton,1 -OT,RC,fluidized_bed_firing,3.8*S,lb,short ton,1 -OT,RC,none,38*S,lb,short ton,1 -OT,RC,other,38*S,lb,short ton,1 -OT,RC,stoker,38*S,lb,short ton,1 -OT,RC,tangential_firing,38*S,lb,short ton,1 -OT,RC,vertical_firing,38*S,lb,short ton,1 -OT,RC,wall_fired,38*S,lb,short ton,1 -ST,RC,cell_burner,38*S,lb,short ton,1 -ST,RC,cyclone_firing,38*S,lb,short ton,1 -ST,RC,duct_burner,38*S,lb,short ton,1 -ST,RC,fluidized_bed_firing,3.8*S,lb,short ton,1 -ST,RC,none,38*S,lb,short ton,1 -ST,RC,other,38*S,lb,short ton,1 -ST,RC,stoker,38*S,lb,short ton,1 -ST,RC,tangential_firing,38*S,lb,short ton,1 -ST,RC,vertical_firing,38*S,lb,short ton,1 -ST,RC,wall_fired,38*S,lb,short ton,1 -CA,RFO,cell_burner,5.88*S,lb,barrel,1 -CA,RFO,cyclone_firing,5.88*S,lb,barrel,1 -CA,RFO,duct_burner,5.88*S,lb,barrel,1 -CA,RFO,fluidized_bed_firing,5.88*S,lb,barrel,1 -CA,RFO,none,5.88*S,lb,barrel,1 -CA,RFO,other,5.88*S,lb,barrel,1 -CA,RFO,stoker,5.88*S,lb,barrel,1 -CA,RFO,tangential_firing,5.88*S,lb,barrel,1 -CA,RFO,vertical_firing,5.88*S,lb,barrel,1 -CA,RFO,wall_fired,5.88*S,lb,barrel,1 -CS,RFO,cell_burner,5.88*S,lb,barrel,1 -CS,RFO,cyclone_firing,5.88*S,lb,barrel,1 -CS,RFO,duct_burner,5.88*S,lb,barrel,1 -CS,RFO,fluidized_bed_firing,5.88*S,lb,barrel,1 -CS,RFO,none,5.88*S,lb,barrel,1 -CS,RFO,other,5.88*S,lb,barrel,1 -CS,RFO,stoker,5.88*S,lb,barrel,1 -CS,RFO,tangential_firing,5.88*S,lb,barrel,1 -CS,RFO,vertical_firing,5.88*S,lb,barrel,1 -CS,RFO,wall_fired,5.88*S,lb,barrel,1 -CT,RFO,cell_burner,5.88*S,lb,barrel,1 -CT,RFO,cyclone_firing,5.88*S,lb,barrel,1 -CT,RFO,duct_burner,5.88*S,lb,barrel,1 -CT,RFO,fluidized_bed_firing,5.88*S,lb,barrel,1 -CT,RFO,none,5.88*S,lb,barrel,1 -CT,RFO,other,5.88*S,lb,barrel,1 -CT,RFO,stoker,5.88*S,lb,barrel,1 -CT,RFO,tangential_firing,5.88*S,lb,barrel,1 -CT,RFO,vertical_firing,5.88*S,lb,barrel,1 -CT,RFO,wall_fired,5.88*S,lb,barrel,1 -GT,RFO,cell_burner,5.88*S,lb,barrel,1 -GT,RFO,cyclone_firing,5.88*S,lb,barrel,1 -GT,RFO,duct_burner,5.88*S,lb,barrel,1 -GT,RFO,fluidized_bed_firing,5.88*S,lb,barrel,1 -GT,RFO,none,5.88*S,lb,barrel,1 -GT,RFO,other,5.88*S,lb,barrel,1 -GT,RFO,stoker,5.88*S,lb,barrel,1 -GT,RFO,tangential_firing,5.88*S,lb,barrel,1 -GT,RFO,vertical_firing,5.88*S,lb,barrel,1 -GT,RFO,wall_fired,5.88*S,lb,barrel,1 -IC,RFO,cell_burner,5.88*S,lb,barrel,1 -IC,RFO,cyclone_firing,5.88*S,lb,barrel,1 -IC,RFO,duct_burner,5.88*S,lb,barrel,1 -IC,RFO,fluidized_bed_firing,5.88*S,lb,barrel,1 -IC,RFO,none,5.88*S,lb,barrel,1 -IC,RFO,other,5.88*S,lb,barrel,1 -IC,RFO,stoker,5.88*S,lb,barrel,1 -IC,RFO,tangential_firing,5.88*S,lb,barrel,1 -IC,RFO,vertical_firing,5.88*S,lb,barrel,1 -IC,RFO,wall_fired,5.88*S,lb,barrel,1 -OT,RFO,cell_burner,6.594*S,lb,barrel,1 -OT,RFO,cyclone_firing,6.594*S,lb,barrel,1 -OT,RFO,duct_burner,6.594*S,lb,barrel,1 -OT,RFO,fluidized_bed_firing,0.6594*S,lb,barrel,1 -OT,RFO,none,6.594*S,lb,barrel,1 -OT,RFO,other,6.594*S,lb,barrel,1 -OT,RFO,stoker,6.594*S,lb,barrel,1 -OT,RFO,tangential_firing,6.594*S,lb,barrel,1 -OT,RFO,vertical_firing,6.594*S,lb,barrel,1 -OT,RFO,wall_fired,6.594*S,lb,barrel,1 -ST,RFO,cell_burner,6.594*S,lb,barrel,1 -ST,RFO,cyclone_firing,6.594*S,lb,barrel,1 -ST,RFO,duct_burner,6.594*S,lb,barrel,1 -ST,RFO,fluidized_bed_firing,0.6594*S,lb,barrel,1 -ST,RFO,none,6.594*S,lb,barrel,1 -ST,RFO,other,6.594*S,lb,barrel,1 -ST,RFO,stoker,6.594*S,lb,barrel,1 -ST,RFO,tangential_firing,6.594*S,lb,barrel,1 -ST,RFO,vertical_firing,6.594*S,lb,barrel,1 -ST,RFO,wall_fired,6.594*S,lb,barrel,1 -CA,SGC,cell_burner,0.0006,lb,Mcf,0 -CA,SGC,cyclone_firing,0.0006,lb,Mcf,0 -CA,SGC,duct_burner,0.0006,lb,Mcf,0 -CA,SGC,fluidized_bed_firing,0.0006,lb,Mcf,0 -CA,SGC,none,0.0006,lb,Mcf,0 -CA,SGC,other,0.0006,lb,Mcf,0 -CA,SGC,stoker,0.0006,lb,Mcf,0 -CA,SGC,tangential_firing,0.0006,lb,Mcf,0 -CA,SGC,vertical_firing,0.0006,lb,Mcf,0 -CA,SGC,wall_fired,0.0006,lb,Mcf,0 -CS,SGC,cell_burner,0.0006,lb,Mcf,0 -CS,SGC,cyclone_firing,0.0006,lb,Mcf,0 -CS,SGC,duct_burner,0.0006,lb,Mcf,0 -CS,SGC,fluidized_bed_firing,0.0006,lb,Mcf,0 -CS,SGC,none,0.0006,lb,Mcf,0 -CS,SGC,other,0.0006,lb,Mcf,0 -CS,SGC,stoker,0.0006,lb,Mcf,0 -CS,SGC,tangential_firing,0.0006,lb,Mcf,0 -CS,SGC,vertical_firing,0.0006,lb,Mcf,0 -CS,SGC,wall_fired,0.0006,lb,Mcf,0 -CT,SGC,cell_burner,0.0006,lb,Mcf,0 -CT,SGC,cyclone_firing,0.0006,lb,Mcf,0 -CT,SGC,duct_burner,0.0006,lb,Mcf,0 -CT,SGC,fluidized_bed_firing,0.0006,lb,Mcf,0 -CT,SGC,none,0.0006,lb,Mcf,0 -CT,SGC,other,0.0006,lb,Mcf,0 -CT,SGC,stoker,0.0006,lb,Mcf,0 -CT,SGC,tangential_firing,0.0006,lb,Mcf,0 -CT,SGC,vertical_firing,0.0006,lb,Mcf,0 -CT,SGC,wall_fired,0.0006,lb,Mcf,0 -GT,SGC,cell_burner,0.0006,lb,Mcf,0 -GT,SGC,cyclone_firing,0.0006,lb,Mcf,0 -GT,SGC,duct_burner,0.0006,lb,Mcf,0 -GT,SGC,fluidized_bed_firing,0.0006,lb,Mcf,0 -GT,SGC,none,0.0006,lb,Mcf,0 -GT,SGC,other,0.0006,lb,Mcf,0 -GT,SGC,stoker,0.0006,lb,Mcf,0 -GT,SGC,tangential_firing,0.0006,lb,Mcf,0 -GT,SGC,vertical_firing,0.0006,lb,Mcf,0 -GT,SGC,wall_fired,0.0006,lb,Mcf,0 -IC,SGC,cell_burner,0.0006,lb,Mcf,0 -IC,SGC,cyclone_firing,0.0006,lb,Mcf,0 -IC,SGC,duct_burner,0.0006,lb,Mcf,0 -IC,SGC,fluidized_bed_firing,0.0006,lb,Mcf,0 -IC,SGC,none,0.0006,lb,Mcf,0 -IC,SGC,other,0.0006,lb,Mcf,0 -IC,SGC,stoker,0.0006,lb,Mcf,0 -IC,SGC,tangential_firing,0.0006,lb,Mcf,0 -IC,SGC,vertical_firing,0.0006,lb,Mcf,0 -IC,SGC,wall_fired,0.0006,lb,Mcf,0 -OT,SGC,cell_burner,0.0006,lb,Mcf,0 -OT,SGC,cyclone_firing,0.0006,lb,Mcf,0 -OT,SGC,duct_burner,0.0006,lb,Mcf,0 -OT,SGC,fluidized_bed_firing,0.00006,lb,Mcf,0 -OT,SGC,none,0.0006,lb,Mcf,0 -OT,SGC,other,0.0006,lb,Mcf,0 -OT,SGC,stoker,0.0006,lb,Mcf,0 -OT,SGC,tangential_firing,0.0006,lb,Mcf,0 -OT,SGC,vertical_firing,0.0006,lb,Mcf,0 -OT,SGC,wall_fired,0.0006,lb,Mcf,0 -ST,SGC,cell_burner,0.0006,lb,Mcf,0 -ST,SGC,cyclone_firing,0.0006,lb,Mcf,0 -ST,SGC,duct_burner,0.0006,lb,Mcf,0 -ST,SGC,fluidized_bed_firing,0.00006,lb,Mcf,0 -ST,SGC,none,0.0006,lb,Mcf,0 -ST,SGC,other,0.0006,lb,Mcf,0 -ST,SGC,stoker,0.0006,lb,Mcf,0 -ST,SGC,tangential_firing,0.0006,lb,Mcf,0 -ST,SGC,vertical_firing,0.0006,lb,Mcf,0 -ST,SGC,wall_fired,0.0006,lb,Mcf,0 -CA,SGP,cell_burner,0.0006,lb,Mcf,0 -CA,SGP,cyclone_firing,0.0006,lb,Mcf,0 -CA,SGP,duct_burner,0.0006,lb,Mcf,0 -CA,SGP,fluidized_bed_firing,0.0006,lb,Mcf,0 -CA,SGP,none,0.0006,lb,Mcf,0 -CA,SGP,other,0.0006,lb,Mcf,0 -CA,SGP,stoker,0.0006,lb,Mcf,0 -CA,SGP,tangential_firing,0.0006,lb,Mcf,0 -CA,SGP,vertical_firing,0.0006,lb,Mcf,0 -CA,SGP,wall_fired,0.0006,lb,Mcf,0 -CS,SGP,cell_burner,0.0006,lb,Mcf,0 -CS,SGP,cyclone_firing,0.0006,lb,Mcf,0 -CS,SGP,duct_burner,0.0006,lb,Mcf,0 -CS,SGP,fluidized_bed_firing,0.0006,lb,Mcf,0 -CS,SGP,none,0.0006,lb,Mcf,0 -CS,SGP,other,0.0006,lb,Mcf,0 -CS,SGP,stoker,0.0006,lb,Mcf,0 -CS,SGP,tangential_firing,0.0006,lb,Mcf,0 -CS,SGP,vertical_firing,0.0006,lb,Mcf,0 -CS,SGP,wall_fired,0.0006,lb,Mcf,0 -CT,SGP,cell_burner,0.0006,lb,Mcf,0 -CT,SGP,cyclone_firing,0.0006,lb,Mcf,0 -CT,SGP,duct_burner,0.0006,lb,Mcf,0 -CT,SGP,fluidized_bed_firing,0.0006,lb,Mcf,0 -CT,SGP,none,0.0006,lb,Mcf,0 -CT,SGP,other,0.0006,lb,Mcf,0 -CT,SGP,stoker,0.0006,lb,Mcf,0 -CT,SGP,tangential_firing,0.0006,lb,Mcf,0 -CT,SGP,vertical_firing,0.0006,lb,Mcf,0 -CT,SGP,wall_fired,0.0006,lb,Mcf,0 -GT,SGP,cell_burner,0.0006,lb,Mcf,0 -GT,SGP,cyclone_firing,0.0006,lb,Mcf,0 -GT,SGP,duct_burner,0.0006,lb,Mcf,0 -GT,SGP,fluidized_bed_firing,0.0006,lb,Mcf,0 -GT,SGP,none,0.0006,lb,Mcf,0 -GT,SGP,other,0.0006,lb,Mcf,0 -GT,SGP,stoker,0.0006,lb,Mcf,0 -GT,SGP,tangential_firing,0.0006,lb,Mcf,0 -GT,SGP,vertical_firing,0.0006,lb,Mcf,0 -GT,SGP,wall_fired,0.0006,lb,Mcf,0 -IC,SGP,cell_burner,0.0006,lb,Mcf,0 -IC,SGP,cyclone_firing,0.0006,lb,Mcf,0 -IC,SGP,duct_burner,0.0006,lb,Mcf,0 -IC,SGP,fluidized_bed_firing,0.0006,lb,Mcf,0 -IC,SGP,none,0.0006,lb,Mcf,0 -IC,SGP,other,0.0006,lb,Mcf,0 -IC,SGP,stoker,0.0006,lb,Mcf,0 -IC,SGP,tangential_firing,0.0006,lb,Mcf,0 -IC,SGP,vertical_firing,0.0006,lb,Mcf,0 -IC,SGP,wall_fired,0.0006,lb,Mcf,0 -OT,SGP,cell_burner,0.0006,lb,Mcf,0 -OT,SGP,cyclone_firing,0.0006,lb,Mcf,0 -OT,SGP,duct_burner,0.0006,lb,Mcf,0 -OT,SGP,fluidized_bed_firing,0.00006,lb,Mcf,0 -OT,SGP,none,0.0006,lb,Mcf,0 -OT,SGP,other,0.0006,lb,Mcf,0 -OT,SGP,stoker,0.0006,lb,Mcf,0 -OT,SGP,tangential_firing,0.0006,lb,Mcf,0 -OT,SGP,vertical_firing,0.0006,lb,Mcf,0 -OT,SGP,wall_fired,0.0006,lb,Mcf,0 -ST,SGP,cell_burner,0.0006,lb,Mcf,0 -ST,SGP,cyclone_firing,0.0006,lb,Mcf,0 -ST,SGP,duct_burner,0.0006,lb,Mcf,0 -ST,SGP,fluidized_bed_firing,0.00006,lb,Mcf,0 -ST,SGP,none,0.0006,lb,Mcf,0 -ST,SGP,other,0.0006,lb,Mcf,0 -ST,SGP,stoker,0.0006,lb,Mcf,0 -ST,SGP,tangential_firing,0.0006,lb,Mcf,0 -ST,SGP,vertical_firing,0.0006,lb,Mcf,0 -ST,SGP,wall_fired,0.0006,lb,Mcf,0 -OT,SLW,cell_burner,2.8,lb,short ton,0 -OT,SLW,cyclone_firing,2.8,lb,short ton,0 -OT,SLW,duct_burner,2.8,lb,short ton,0 -OT,SLW,fluidized_bed_firing,0.28,lb,short ton,0 -OT,SLW,none,2.8,lb,short ton,0 -OT,SLW,other,2.8,lb,short ton,0 -OT,SLW,stoker,2.8,lb,short ton,0 -OT,SLW,tangential_firing,2.8,lb,short ton,0 -OT,SLW,vertical_firing,2.8,lb,short ton,0 -OT,SLW,wall_fired,2.8,lb,short ton,0 -ST,SLW,cell_burner,2.8,lb,short ton,0 -ST,SLW,cyclone_firing,2.8,lb,short ton,0 -ST,SLW,duct_burner,2.8,lb,short ton,0 -ST,SLW,fluidized_bed_firing,0.28,lb,short ton,0 -ST,SLW,none,2.8,lb,short ton,0 -ST,SLW,other,2.8,lb,short ton,0 -ST,SLW,stoker,2.8,lb,short ton,0 -ST,SLW,tangential_firing,2.8,lb,short ton,0 -ST,SLW,vertical_firing,2.8,lb,short ton,0 -ST,SLW,wall_fired,2.8,lb,short ton,0 -OT,SUB,cell_burner,35*S,lb,short ton,1 -OT,SUB,cyclone_firing,35*S,lb,short ton,1 -OT,SUB,duct_burner,35*S,lb,short ton,1 -OT,SUB,fluidized_bed_firing,3.5*S,lb,short ton,1 -OT,SUB,none,35*S,lb,short ton,1 -OT,SUB,other,35*S,lb,short ton,1 -OT,SUB,stoker,35*S,lb,short ton,1 -OT,SUB,tangential_firing,35*S,lb,short ton,1 -OT,SUB,vertical_firing,35*S,lb,short ton,1 -OT,SUB,wall_fired,35*S,lb,short ton,1 -ST,SUB,cell_burner,35*S,lb,short ton,1 -ST,SUB,cyclone_firing,35*S,lb,short ton,1 -ST,SUB,duct_burner,35*S,lb,short ton,1 -ST,SUB,fluidized_bed_firing,3.5*S,lb,short ton,1 -ST,SUB,none,35*S,lb,short ton,1 -ST,SUB,other,35*S,lb,short ton,1 -ST,SUB,stoker,35*S,lb,short ton,1 -ST,SUB,tangential_firing,35*S,lb,short ton,1 -ST,SUB,vertical_firing,35*S,lb,short ton,1 -ST,SUB,wall_fired,35*S,lb,short ton,1 -OT,TDF,cell_burner,38*S,lb,short ton,1 -OT,TDF,cyclone_firing,38*S,lb,short ton,1 -OT,TDF,duct_burner,38*S,lb,short ton,1 -OT,TDF,fluidized_bed_firing,3.8*S,lb,short ton,1 -OT,TDF,none,38*S,lb,short ton,1 -OT,TDF,other,38*S,lb,short ton,1 -OT,TDF,stoker,38*S,lb,short ton,1 -OT,TDF,tangential_firing,38*S,lb,short ton,1 -OT,TDF,vertical_firing,38*S,lb,short ton,1 -OT,TDF,wall_fired,38*S,lb,short ton,1 -ST,TDF,cell_burner,38*S,lb,short ton,1 -ST,TDF,cyclone_firing,38*S,lb,short ton,1 -ST,TDF,duct_burner,38*S,lb,short ton,1 -ST,TDF,fluidized_bed_firing,3.8*S,lb,short ton,1 -ST,TDF,none,38*S,lb,short ton,1 -ST,TDF,other,38*S,lb,short ton,1 -ST,TDF,stoker,38*S,lb,short ton,1 -ST,TDF,tangential_firing,38*S,lb,short ton,1 -ST,TDF,vertical_firing,38*S,lb,short ton,1 -ST,TDF,wall_fired,38*S,lb,short ton,1 -OT,WC,cell_burner,30*S,lb,short ton,1 -OT,WC,cyclone_firing,30*S,lb,short ton,1 -OT,WC,duct_burner,30*S,lb,short ton,1 -OT,WC,fluidized_bed_firing,3*S,lb,short ton,1 -OT,WC,none,30*S,lb,short ton,1 -OT,WC,other,30*S,lb,short ton,1 -OT,WC,stoker,30*S,lb,short ton,1 -OT,WC,tangential_firing,30*S,lb,short ton,1 -OT,WC,vertical_firing,30*S,lb,short ton,1 -OT,WC,wall_fired,30*S,lb,short ton,1 -ST,WC,cell_burner,30*S,lb,short ton,1 -ST,WC,cyclone_firing,30*S,lb,short ton,1 -ST,WC,duct_burner,30*S,lb,short ton,1 -ST,WC,fluidized_bed_firing,3*S,lb,short ton,1 -ST,WC,none,30*S,lb,short ton,1 -ST,WC,other,30*S,lb,short ton,1 -ST,WC,stoker,30*S,lb,short ton,1 -ST,WC,tangential_firing,30*S,lb,short ton,1 -ST,WC,vertical_firing,30*S,lb,short ton,1 -ST,WC,wall_fired,30*S,lb,short ton,1 -CA,WDL,cell_burner,5.88*S,lb,barrel,1 -CA,WDL,cyclone_firing,5.88*S,lb,barrel,1 -CA,WDL,duct_burner,5.88*S,lb,barrel,1 -CA,WDL,fluidized_bed_firing,5.88*S,lb,barrel,1 -CA,WDL,none,5.88*S,lb,barrel,1 -CA,WDL,other,5.88*S,lb,barrel,1 -CA,WDL,stoker,5.88*S,lb,barrel,1 -CA,WDL,tangential_firing,5.88*S,lb,barrel,1 -CA,WDL,vertical_firing,5.88*S,lb,barrel,1 -CA,WDL,wall_fired,5.88*S,lb,barrel,1 -CS,WDL,cell_burner,5.88*S,lb,barrel,1 -CS,WDL,cyclone_firing,5.88*S,lb,barrel,1 -CS,WDL,duct_burner,5.88*S,lb,barrel,1 -CS,WDL,fluidized_bed_firing,5.88*S,lb,barrel,1 -CS,WDL,none,5.88*S,lb,barrel,1 -CS,WDL,other,5.88*S,lb,barrel,1 -CS,WDL,stoker,5.88*S,lb,barrel,1 -CS,WDL,tangential_firing,5.88*S,lb,barrel,1 -CS,WDL,vertical_firing,5.88*S,lb,barrel,1 -CS,WDL,wall_fired,5.88*S,lb,barrel,1 -CT,WDL,cell_burner,5.88*S,lb,barrel,1 -CT,WDL,cyclone_firing,5.88*S,lb,barrel,1 -CT,WDL,duct_burner,5.88*S,lb,barrel,1 -CT,WDL,fluidized_bed_firing,5.88*S,lb,barrel,1 -CT,WDL,none,5.88*S,lb,barrel,1 -CT,WDL,other,5.88*S,lb,barrel,1 -CT,WDL,stoker,5.88*S,lb,barrel,1 -CT,WDL,tangential_firing,5.88*S,lb,barrel,1 -CT,WDL,vertical_firing,5.88*S,lb,barrel,1 -CT,WDL,wall_fired,5.88*S,lb,barrel,1 -GT,WDL,cell_burner,5.88*S,lb,barrel,1 -GT,WDL,cyclone_firing,5.88*S,lb,barrel,1 -GT,WDL,duct_burner,5.88*S,lb,barrel,1 -GT,WDL,fluidized_bed_firing,5.88*S,lb,barrel,1 -GT,WDL,none,5.88*S,lb,barrel,1 -GT,WDL,other,5.88*S,lb,barrel,1 -GT,WDL,stoker,5.88*S,lb,barrel,1 -GT,WDL,tangential_firing,5.88*S,lb,barrel,1 -GT,WDL,vertical_firing,5.88*S,lb,barrel,1 -GT,WDL,wall_fired,5.88*S,lb,barrel,1 -IC,WDL,cell_burner,5.88*S,lb,barrel,1 -IC,WDL,cyclone_firing,5.88*S,lb,barrel,1 -IC,WDL,duct_burner,5.88*S,lb,barrel,1 -IC,WDL,fluidized_bed_firing,5.88*S,lb,barrel,1 -IC,WDL,none,5.88*S,lb,barrel,1 -IC,WDL,other,5.88*S,lb,barrel,1 -IC,WDL,stoker,5.88*S,lb,barrel,1 -IC,WDL,tangential_firing,5.88*S,lb,barrel,1 -IC,WDL,vertical_firing,5.88*S,lb,barrel,1 -IC,WDL,wall_fired,5.88*S,lb,barrel,1 -OT,WDL,cell_burner,5.964*S,lb,barrel,1 -OT,WDL,cyclone_firing,5.964*S,lb,barrel,1 -OT,WDL,duct_burner,5.964*S,lb,barrel,1 -OT,WDL,fluidized_bed_firing,0.5964*S,lb,barrel,1 -OT,WDL,none,5.964*S,lb,barrel,1 -OT,WDL,other,5.964*S,lb,barrel,1 -OT,WDL,stoker,5.964*S,lb,barrel,1 -OT,WDL,tangential_firing,5.964*S,lb,barrel,1 -OT,WDL,vertical_firing,5.964*S,lb,barrel,1 -OT,WDL,wall_fired,5.964*S,lb,barrel,1 -ST,WDL,cell_burner,5.964*S,lb,barrel,1 -ST,WDL,cyclone_firing,5.964*S,lb,barrel,1 -ST,WDL,duct_burner,5.964*S,lb,barrel,1 -ST,WDL,fluidized_bed_firing,0.5964*S,lb,barrel,1 -ST,WDL,none,5.964*S,lb,barrel,1 -ST,WDL,other,5.964*S,lb,barrel,1 -ST,WDL,stoker,5.964*S,lb,barrel,1 -ST,WDL,tangential_firing,5.964*S,lb,barrel,1 -ST,WDL,vertical_firing,5.964*S,lb,barrel,1 -ST,WDL,wall_fired,5.964*S,lb,barrel,1 -OT,WDS,cell_burner,0.29,lb,short ton,0 -OT,WDS,cyclone_firing,0.29,lb,short ton,0 -OT,WDS,duct_burner,0.29,lb,short ton,0 -OT,WDS,fluidized_bed_firing,0.08,lb,short ton,0 -OT,WDS,none,0.29,lb,short ton,0 -OT,WDS,other,0.29,lb,short ton,0 -OT,WDS,stoker,0.08,lb,short ton,0 -OT,WDS,tangential_firing,0.29,lb,short ton,0 -OT,WDS,vertical_firing,0.29,lb,short ton,0 -OT,WDS,wall_fired,0.29,lb,short ton,0 -ST,WDS,cell_burner,0.29,lb,short ton,0 -ST,WDS,cyclone_firing,0.29,lb,short ton,0 -ST,WDS,duct_burner,0.29,lb,short ton,0 -ST,WDS,fluidized_bed_firing,0.08,lb,short ton,0 -ST,WDS,none,0.29,lb,short ton,0 -ST,WDS,other,0.29,lb,short ton,0 -ST,WDS,stoker,0.08,lb,short ton,0 -ST,WDS,tangential_firing,0.29,lb,short ton,0 -ST,WDS,vertical_firing,0.29,lb,short ton,0 -ST,WDS,wall_fired,0.29,lb,short ton,0 -CA,WO,cell_burner,5.88*S,lb,barrel,1 -CA,WO,cyclone_firing,5.88*S,lb,barrel,1 -CA,WO,duct_burner,5.88*S,lb,barrel,1 -CA,WO,fluidized_bed_firing,5.88*S,lb,barrel,1 -CA,WO,none,5.88*S,lb,barrel,1 -CA,WO,other,5.88*S,lb,barrel,1 -CA,WO,stoker,5.88*S,lb,barrel,1 -CA,WO,tangential_firing,5.88*S,lb,barrel,1 -CA,WO,vertical_firing,5.88*S,lb,barrel,1 -CA,WO,wall_fired,5.88*S,lb,barrel,1 -CS,WO,cell_burner,5.88*S,lb,barrel,1 -CS,WO,cyclone_firing,5.88*S,lb,barrel,1 -CS,WO,duct_burner,5.88*S,lb,barrel,1 -CS,WO,fluidized_bed_firing,5.88*S,lb,barrel,1 -CS,WO,none,5.88*S,lb,barrel,1 -CS,WO,other,5.88*S,lb,barrel,1 -CS,WO,stoker,5.88*S,lb,barrel,1 -CS,WO,tangential_firing,5.88*S,lb,barrel,1 -CS,WO,vertical_firing,5.88*S,lb,barrel,1 -CS,WO,wall_fired,5.88*S,lb,barrel,1 -CT,WO,cell_burner,5.88*S,lb,barrel,1 -CT,WO,cyclone_firing,5.88*S,lb,barrel,1 -CT,WO,duct_burner,5.88*S,lb,barrel,1 -CT,WO,fluidized_bed_firing,5.88*S,lb,barrel,1 -CT,WO,none,5.88*S,lb,barrel,1 -CT,WO,other,5.88*S,lb,barrel,1 -CT,WO,stoker,5.88*S,lb,barrel,1 -CT,WO,tangential_firing,5.88*S,lb,barrel,1 -CT,WO,vertical_firing,5.88*S,lb,barrel,1 -CT,WO,wall_fired,5.88*S,lb,barrel,1 -GT,WO,cell_burner,5.88*S,lb,barrel,1 -GT,WO,cyclone_firing,5.88*S,lb,barrel,1 -GT,WO,duct_burner,5.88*S,lb,barrel,1 -GT,WO,fluidized_bed_firing,5.88*S,lb,barrel,1 -GT,WO,none,5.88*S,lb,barrel,1 -GT,WO,other,5.88*S,lb,barrel,1 -GT,WO,stoker,5.88*S,lb,barrel,1 -GT,WO,tangential_firing,5.88*S,lb,barrel,1 -GT,WO,vertical_firing,5.88*S,lb,barrel,1 -GT,WO,wall_fired,5.88*S,lb,barrel,1 -IC,WO,cell_burner,5.88*S,lb,barrel,1 -IC,WO,cyclone_firing,5.88*S,lb,barrel,1 -IC,WO,duct_burner,5.88*S,lb,barrel,1 -IC,WO,fluidized_bed_firing,5.88*S,lb,barrel,1 -IC,WO,none,5.88*S,lb,barrel,1 -IC,WO,other,5.88*S,lb,barrel,1 -IC,WO,stoker,5.88*S,lb,barrel,1 -IC,WO,tangential_firing,5.88*S,lb,barrel,1 -IC,WO,vertical_firing,5.88*S,lb,barrel,1 -IC,WO,wall_fired,5.88*S,lb,barrel,1 -OT,WO,cell_burner,6.174*S,lb,barrel,1 -OT,WO,cyclone_firing,6.174*S,lb,barrel,1 -OT,WO,duct_burner,6.174*S,lb,barrel,1 -OT,WO,fluidized_bed_firing,0.6174*S,lb,barrel,1 -OT,WO,none,6.174*S,lb,barrel,1 -OT,WO,other,6.174*S,lb,barrel,1 -OT,WO,stoker,6.174*S,lb,barrel,1 -OT,WO,tangential_firing,6.174*S,lb,barrel,1 -OT,WO,vertical_firing,6.174*S,lb,barrel,1 -OT,WO,wall_fired,6.174*S,lb,barrel,1 -ST,WO,cell_burner,6.174*S,lb,barrel,1 -ST,WO,cyclone_firing,6.174*S,lb,barrel,1 -ST,WO,duct_burner,6.174*S,lb,barrel,1 -ST,WO,fluidized_bed_firing,0.6174*S,lb,barrel,1 -ST,WO,none,6.174*S,lb,barrel,1 -ST,WO,other,6.174*S,lb,barrel,1 -ST,WO,stoker,6.174*S,lb,barrel,1 -ST,WO,tangential_firing,6.174*S,lb,barrel,1 -ST,WO,vertical_firing,6.174*S,lb,barrel,1 -ST,WO,wall_fired,6.174*S,lb,barrel,1 +CA,AB,cell_burner,0.08,lb,ton,0 +CA,AB,cyclone_firing,0.08,lb,ton,0 +CA,AB,duct_burner,0.08,lb,ton,0 +CA,AB,fluidized_bed_firing,0.01,lb,ton,0 +CA,AB,none,0.08,lb,ton,0 +CA,AB,other,0.08,lb,ton,0 +CA,AB,stoker,0.08,lb,ton,0 +CA,AB,tangential_firing,0.08,lb,ton,0 +CA,AB,vertical_firing,0.08,lb,ton,0 +CA,AB,wall_fired,0.08,lb,ton,0 +CC,AB,cell_burner,0.08,lb,ton,0 +CC,AB,cyclone_firing,0.08,lb,ton,0 +CC,AB,duct_burner,0.08,lb,ton,0 +CC,AB,fluidized_bed_firing,0.01,lb,ton,0 +CC,AB,none,0.08,lb,ton,0 +CC,AB,other,0.08,lb,ton,0 +CC,AB,stoker,0.08,lb,ton,0 +CC,AB,tangential_firing,0.08,lb,ton,0 +CC,AB,vertical_firing,0.08,lb,ton,0 +CC,AB,wall_fired,0.08,lb,ton,0 +CE,AB,none,0.08,lb,ton,0 +CS,AB,cell_burner,0.08,lb,ton,0 +CS,AB,cyclone_firing,0.08,lb,ton,0 +CS,AB,duct_burner,0.08,lb,ton,0 +CS,AB,fluidized_bed_firing,0.01,lb,ton,0 +CS,AB,none,0.08,lb,ton,0 +CS,AB,other,0.08,lb,ton,0 +CS,AB,stoker,0.08,lb,ton,0 +CS,AB,tangential_firing,0.08,lb,ton,0 +CS,AB,vertical_firing,0.08,lb,ton,0 +CS,AB,wall_fired,0.08,lb,ton,0 +CT,AB,cell_burner,0.08,lb,ton,0 +CT,AB,cyclone_firing,0.08,lb,ton,0 +CT,AB,duct_burner,0.08,lb,ton,0 +CT,AB,fluidized_bed_firing,0.01,lb,ton,0 +CT,AB,none,0.08,lb,ton,0 +CT,AB,other,0.08,lb,ton,0 +CT,AB,stoker,0.08,lb,ton,0 +CT,AB,tangential_firing,0.08,lb,ton,0 +CT,AB,vertical_firing,0.08,lb,ton,0 +CT,AB,wall_fired,0.08,lb,ton,0 +GT,AB,cell_burner,0.08,lb,ton,0 +GT,AB,cyclone_firing,0.08,lb,ton,0 +GT,AB,duct_burner,0.08,lb,ton,0 +GT,AB,fluidized_bed_firing,0.01,lb,ton,0 +GT,AB,none,0.08,lb,ton,0 +GT,AB,other,0.08,lb,ton,0 +GT,AB,stoker,0.08,lb,ton,0 +GT,AB,tangential_firing,0.08,lb,ton,0 +GT,AB,vertical_firing,0.08,lb,ton,0 +GT,AB,wall_fired,0.08,lb,ton,0 +IC,AB,none,0.08,lb,ton,0 +OT,AB,cell_burner,0.08,lb,ton,0 +OT,AB,cyclone_firing,0.08,lb,ton,0 +OT,AB,duct_burner,0.08,lb,ton,0 +OT,AB,fluidized_bed_firing,0.01,lb,ton,0 +OT,AB,none,0.08,lb,ton,0 +OT,AB,other,0.08,lb,ton,0 +OT,AB,stoker,0.08,lb,ton,0 +OT,AB,tangential_firing,0.08,lb,ton,0 +OT,AB,vertical_firing,0.08,lb,ton,0 +OT,AB,wall_fired,0.08,lb,ton,0 +ST,AB,cell_burner,0.08,lb,ton,0 +ST,AB,cyclone_firing,0.08,lb,ton,0 +ST,AB,duct_burner,0.08,lb,ton,0 +ST,AB,fluidized_bed_firing,0.01,lb,ton,0 +ST,AB,none,0.08,lb,ton,0 +ST,AB,other,0.08,lb,ton,0 +ST,AB,stoker,0.08,lb,ton,0 +ST,AB,tangential_firing,0.08,lb,ton,0 +ST,AB,vertical_firing,0.08,lb,ton,0 +ST,AB,wall_fired,0.08,lb,ton,0 +CA,BFG,cell_burner,0.0006,lb,mcf,0 +CA,BFG,cyclone_firing,0.0006,lb,mcf,0 +CA,BFG,duct_burner,0.0006,lb,mcf,0 +CA,BFG,fluidized_bed_firing,6e-05,lb,mcf,0 +CA,BFG,none,0.0006,lb,mcf,0 +CA,BFG,other,0.0006,lb,mcf,0 +CA,BFG,stoker,0.0006,lb,mcf,0 +CA,BFG,tangential_firing,0.0006,lb,mcf,0 +CA,BFG,vertical_firing,0.0006,lb,mcf,0 +CA,BFG,wall_fired,0.0006,lb,mcf,0 +CC,BFG,cell_burner,0.0006,lb,mcf,0 +CC,BFG,cyclone_firing,0.0006,lb,mcf,0 +CC,BFG,duct_burner,0.0006,lb,mcf,0 +CC,BFG,fluidized_bed_firing,6e-05,lb,mcf,0 +CC,BFG,none,0.0006,lb,mcf,0 +CC,BFG,other,0.0006,lb,mcf,0 +CC,BFG,stoker,0.0006,lb,mcf,0 +CC,BFG,tangential_firing,0.0006,lb,mcf,0 +CC,BFG,vertical_firing,0.0006,lb,mcf,0 +CC,BFG,wall_fired,0.0006,lb,mcf,0 +CE,BFG,none,0.0006,lb,mcf,0 +CS,BFG,cell_burner,0.0006,lb,mcf,0 +CS,BFG,cyclone_firing,0.0006,lb,mcf,0 +CS,BFG,duct_burner,0.0006,lb,mcf,0 +CS,BFG,fluidized_bed_firing,6e-05,lb,mcf,0 +CS,BFG,none,0.0006,lb,mcf,0 +CS,BFG,other,0.0006,lb,mcf,0 +CS,BFG,stoker,0.0006,lb,mcf,0 +CS,BFG,tangential_firing,0.0006,lb,mcf,0 +CS,BFG,vertical_firing,0.0006,lb,mcf,0 +CS,BFG,wall_fired,0.0006,lb,mcf,0 +CT,BFG,cell_burner,0.0006,lb,mcf,0 +CT,BFG,cyclone_firing,0.0006,lb,mcf,0 +CT,BFG,duct_burner,0.0006,lb,mcf,0 +CT,BFG,fluidized_bed_firing,6e-05,lb,mcf,0 +CT,BFG,none,0.0006,lb,mcf,0 +CT,BFG,other,0.0006,lb,mcf,0 +CT,BFG,stoker,0.0006,lb,mcf,0 +CT,BFG,tangential_firing,0.0006,lb,mcf,0 +CT,BFG,vertical_firing,0.0006,lb,mcf,0 +CT,BFG,wall_fired,0.0006,lb,mcf,0 +GT,BFG,cell_burner,0.0006,lb,mcf,0 +GT,BFG,cyclone_firing,0.0006,lb,mcf,0 +GT,BFG,duct_burner,0.0006,lb,mcf,0 +GT,BFG,fluidized_bed_firing,6e-05,lb,mcf,0 +GT,BFG,none,0.0006,lb,mcf,0 +GT,BFG,other,0.0006,lb,mcf,0 +GT,BFG,stoker,0.0006,lb,mcf,0 +GT,BFG,tangential_firing,0.0006,lb,mcf,0 +GT,BFG,vertical_firing,0.0006,lb,mcf,0 +GT,BFG,wall_fired,0.0006,lb,mcf,0 +IC,BFG,none,0.0006,lb,mcf,0 +OT,BFG,cell_burner,0.0006,lb,mcf,0 +OT,BFG,cyclone_firing,0.0006,lb,mcf,0 +OT,BFG,duct_burner,0.0006,lb,mcf,0 +OT,BFG,fluidized_bed_firing,6e-05,lb,mcf,0 +OT,BFG,none,0.0006,lb,mcf,0 +OT,BFG,other,0.0006,lb,mcf,0 +OT,BFG,stoker,0.0006,lb,mcf,0 +OT,BFG,tangential_firing,0.0006,lb,mcf,0 +OT,BFG,vertical_firing,0.0006,lb,mcf,0 +OT,BFG,wall_fired,0.0006,lb,mcf,0 +ST,BFG,cell_burner,0.0006,lb,mcf,0 +ST,BFG,cyclone_firing,0.0006,lb,mcf,0 +ST,BFG,duct_burner,0.0006,lb,mcf,0 +ST,BFG,fluidized_bed_firing,6e-05,lb,mcf,0 +ST,BFG,none,0.0006,lb,mcf,0 +ST,BFG,other,0.0006,lb,mcf,0 +ST,BFG,stoker,0.0006,lb,mcf,0 +ST,BFG,tangential_firing,0.0006,lb,mcf,0 +ST,BFG,vertical_firing,0.0006,lb,mcf,0 +ST,BFG,wall_fired,0.0006,lb,mcf,0 +CA,BIT,cell_burner,38.0,lb,ton,1 +CA,BIT,cyclone_firing,38.0,lb,ton,1 +CA,BIT,duct_burner,38.0,lb,ton,1 +CA,BIT,fluidized_bed_firing,3.8,lb,ton,1 +CA,BIT,none,38.0,lb,ton,1 +CA,BIT,other,38.0,lb,ton,1 +CA,BIT,stoker,38.0,lb,ton,1 +CA,BIT,tangential_firing,38.0,lb,ton,1 +CA,BIT,vertical_firing,38.0,lb,ton,1 +CA,BIT,wall_fired,38.0,lb,ton,1 +CC,BIT,cell_burner,38.0,lb,ton,1 +CC,BIT,cyclone_firing,38.0,lb,ton,1 +CC,BIT,duct_burner,38.0,lb,ton,1 +CC,BIT,fluidized_bed_firing,3.8,lb,ton,1 +CC,BIT,none,38.0,lb,ton,1 +CC,BIT,other,38.0,lb,ton,1 +CC,BIT,stoker,38.0,lb,ton,1 +CC,BIT,tangential_firing,38.0,lb,ton,1 +CC,BIT,vertical_firing,38.0,lb,ton,1 +CC,BIT,wall_fired,38.0,lb,ton,1 +CE,BIT,none,38.0,lb,ton,1 +CS,BIT,cell_burner,38.0,lb,ton,1 +CS,BIT,cyclone_firing,38.0,lb,ton,1 +CS,BIT,duct_burner,38.0,lb,ton,1 +CS,BIT,fluidized_bed_firing,3.8,lb,ton,1 +CS,BIT,none,38.0,lb,ton,1 +CS,BIT,other,38.0,lb,ton,1 +CS,BIT,stoker,38.0,lb,ton,1 +CS,BIT,tangential_firing,38.0,lb,ton,1 +CS,BIT,vertical_firing,38.0,lb,ton,1 +CS,BIT,wall_fired,38.0,lb,ton,1 +CT,BIT,cell_burner,38.0,lb,ton,1 +CT,BIT,cyclone_firing,38.0,lb,ton,1 +CT,BIT,duct_burner,38.0,lb,ton,1 +CT,BIT,fluidized_bed_firing,3.8,lb,ton,1 +CT,BIT,none,38.0,lb,ton,1 +CT,BIT,other,38.0,lb,ton,1 +CT,BIT,stoker,38.0,lb,ton,1 +CT,BIT,tangential_firing,38.0,lb,ton,1 +CT,BIT,vertical_firing,38.0,lb,ton,1 +CT,BIT,wall_fired,38.0,lb,ton,1 +GT,BIT,cell_burner,38.0,lb,ton,1 +GT,BIT,cyclone_firing,38.0,lb,ton,1 +GT,BIT,duct_burner,38.0,lb,ton,1 +GT,BIT,fluidized_bed_firing,3.8,lb,ton,1 +GT,BIT,none,38.0,lb,ton,1 +GT,BIT,other,38.0,lb,ton,1 +GT,BIT,stoker,38.0,lb,ton,1 +GT,BIT,tangential_firing,38.0,lb,ton,1 +GT,BIT,vertical_firing,38.0,lb,ton,1 +GT,BIT,wall_fired,38.0,lb,ton,1 +IC,BIT,none,38.0,lb,ton,1 +OT,BIT,cell_burner,38.0,lb,ton,1 +OT,BIT,cyclone_firing,38.0,lb,ton,1 +OT,BIT,duct_burner,38.0,lb,ton,1 +OT,BIT,fluidized_bed_firing,3.8,lb,ton,1 +OT,BIT,none,38.0,lb,ton,1 +OT,BIT,other,38.0,lb,ton,1 +OT,BIT,stoker,38.0,lb,ton,1 +OT,BIT,tangential_firing,38.0,lb,ton,1 +OT,BIT,vertical_firing,38.0,lb,ton,1 +OT,BIT,wall_fired,38.0,lb,ton,1 +ST,BIT,cell_burner,38.0,lb,ton,1 +ST,BIT,cyclone_firing,38.0,lb,ton,1 +ST,BIT,duct_burner,38.0,lb,ton,1 +ST,BIT,fluidized_bed_firing,3.8,lb,ton,1 +ST,BIT,none,38.0,lb,ton,1 +ST,BIT,other,38.0,lb,ton,1 +ST,BIT,stoker,38.0,lb,ton,1 +ST,BIT,tangential_firing,38.0,lb,ton,1 +ST,BIT,vertical_firing,38.0,lb,ton,1 +ST,BIT,wall_fired,38.0,lb,ton,1 +CA,BLQ,cell_burner,7.0,lb,ton,0 +CA,BLQ,cyclone_firing,7.0,lb,ton,0 +CA,BLQ,duct_burner,7.0,lb,ton,0 +CA,BLQ,fluidized_bed_firing,0.7,lb,ton,0 +CA,BLQ,none,7.0,lb,ton,0 +CA,BLQ,other,7.0,lb,ton,0 +CA,BLQ,stoker,7.0,lb,ton,0 +CA,BLQ,tangential_firing,7.0,lb,ton,0 +CA,BLQ,vertical_firing,7.0,lb,ton,0 +CA,BLQ,wall_fired,7.0,lb,ton,0 +CC,BLQ,cell_burner,7.0,lb,ton,0 +CC,BLQ,cyclone_firing,7.0,lb,ton,0 +CC,BLQ,duct_burner,7.0,lb,ton,0 +CC,BLQ,fluidized_bed_firing,0.7,lb,ton,0 +CC,BLQ,none,7.0,lb,ton,0 +CC,BLQ,other,7.0,lb,ton,0 +CC,BLQ,stoker,7.0,lb,ton,0 +CC,BLQ,tangential_firing,7.0,lb,ton,0 +CC,BLQ,vertical_firing,7.0,lb,ton,0 +CC,BLQ,wall_fired,7.0,lb,ton,0 +CE,BLQ,none,7.0,lb,ton,0 +CS,BLQ,cell_burner,7.0,lb,ton,0 +CS,BLQ,cyclone_firing,7.0,lb,ton,0 +CS,BLQ,duct_burner,7.0,lb,ton,0 +CS,BLQ,fluidized_bed_firing,0.7,lb,ton,0 +CS,BLQ,none,7.0,lb,ton,0 +CS,BLQ,other,7.0,lb,ton,0 +CS,BLQ,stoker,7.0,lb,ton,0 +CS,BLQ,tangential_firing,7.0,lb,ton,0 +CS,BLQ,vertical_firing,7.0,lb,ton,0 +CS,BLQ,wall_fired,7.0,lb,ton,0 +CT,BLQ,cell_burner,7.0,lb,ton,0 +CT,BLQ,cyclone_firing,7.0,lb,ton,0 +CT,BLQ,duct_burner,7.0,lb,ton,0 +CT,BLQ,fluidized_bed_firing,0.7,lb,ton,0 +CT,BLQ,none,7.0,lb,ton,0 +CT,BLQ,other,7.0,lb,ton,0 +CT,BLQ,stoker,7.0,lb,ton,0 +CT,BLQ,tangential_firing,7.0,lb,ton,0 +CT,BLQ,vertical_firing,7.0,lb,ton,0 +CT,BLQ,wall_fired,7.0,lb,ton,0 +GT,BLQ,cell_burner,7.0,lb,ton,0 +GT,BLQ,cyclone_firing,7.0,lb,ton,0 +GT,BLQ,duct_burner,7.0,lb,ton,0 +GT,BLQ,fluidized_bed_firing,0.7,lb,ton,0 +GT,BLQ,none,7.0,lb,ton,0 +GT,BLQ,other,7.0,lb,ton,0 +GT,BLQ,stoker,7.0,lb,ton,0 +GT,BLQ,tangential_firing,7.0,lb,ton,0 +GT,BLQ,vertical_firing,7.0,lb,ton,0 +GT,BLQ,wall_fired,7.0,lb,ton,0 +IC,BLQ,none,7.0,lb,ton,0 +OT,BLQ,cell_burner,7.0,lb,ton,0 +OT,BLQ,cyclone_firing,7.0,lb,ton,0 +OT,BLQ,duct_burner,7.0,lb,ton,0 +OT,BLQ,fluidized_bed_firing,0.7,lb,ton,0 +OT,BLQ,none,7.0,lb,ton,0 +OT,BLQ,other,7.0,lb,ton,0 +OT,BLQ,stoker,7.0,lb,ton,0 +OT,BLQ,tangential_firing,7.0,lb,ton,0 +OT,BLQ,vertical_firing,7.0,lb,ton,0 +OT,BLQ,wall_fired,7.0,lb,ton,0 +ST,BLQ,cell_burner,7.0,lb,ton,0 +ST,BLQ,cyclone_firing,7.0,lb,ton,0 +ST,BLQ,duct_burner,7.0,lb,ton,0 +ST,BLQ,fluidized_bed_firing,0.7,lb,ton,0 +ST,BLQ,none,7.0,lb,ton,0 +ST,BLQ,other,7.0,lb,ton,0 +ST,BLQ,stoker,7.0,lb,ton,0 +ST,BLQ,tangential_firing,7.0,lb,ton,0 +ST,BLQ,vertical_firing,7.0,lb,ton,0 +ST,BLQ,wall_fired,7.0,lb,ton,0 +CA,DFO,cell_burner,5.96401,lb,barrel,1 +CA,DFO,cyclone_firing,5.96401,lb,barrel,1 +CA,DFO,duct_burner,5.96401,lb,barrel,1 +CA,DFO,fluidized_bed_firing,0.5964,lb,barrel,1 +CA,DFO,none,5.88001,lb,barrel,1 +CA,DFO,other,5.96401,lb,barrel,1 +CA,DFO,stoker,5.96401,lb,barrel,1 +CA,DFO,tangential_firing,5.96401,lb,barrel,1 +CA,DFO,vertical_firing,5.96401,lb,barrel,1 +CA,DFO,wall_fired,5.96401,lb,barrel,1 +CC,DFO,cell_burner,5.96401,lb,barrel,1 +CC,DFO,cyclone_firing,5.96401,lb,barrel,1 +CC,DFO,duct_burner,5.96401,lb,barrel,1 +CC,DFO,fluidized_bed_firing,0.5964,lb,barrel,1 +CC,DFO,none,5.88001,lb,barrel,1 +CC,DFO,other,5.96401,lb,barrel,1 +CC,DFO,stoker,5.96401,lb,barrel,1 +CC,DFO,tangential_firing,5.96401,lb,barrel,1 +CC,DFO,vertical_firing,5.96401,lb,barrel,1 +CC,DFO,wall_fired,5.96401,lb,barrel,1 +CE,DFO,none,5.88001,lb,barrel,1 +CS,DFO,cell_burner,5.96401,lb,barrel,1 +CS,DFO,cyclone_firing,5.96401,lb,barrel,1 +CS,DFO,duct_burner,5.96401,lb,barrel,1 +CS,DFO,fluidized_bed_firing,0.5964,lb,barrel,1 +CS,DFO,none,5.88001,lb,barrel,1 +CS,DFO,other,5.96401,lb,barrel,1 +CS,DFO,stoker,5.96401,lb,barrel,1 +CS,DFO,tangential_firing,5.96401,lb,barrel,1 +CS,DFO,vertical_firing,5.96401,lb,barrel,1 +CS,DFO,wall_fired,5.96401,lb,barrel,1 +CT,DFO,cell_burner,5.96401,lb,barrel,1 +CT,DFO,cyclone_firing,5.96401,lb,barrel,1 +CT,DFO,duct_burner,5.96401,lb,barrel,1 +CT,DFO,fluidized_bed_firing,0.5964,lb,barrel,1 +CT,DFO,none,5.88001,lb,barrel,1 +CT,DFO,other,5.96401,lb,barrel,1 +CT,DFO,stoker,5.96401,lb,barrel,1 +CT,DFO,tangential_firing,5.96401,lb,barrel,1 +CT,DFO,vertical_firing,5.96401,lb,barrel,1 +CT,DFO,wall_fired,5.96401,lb,barrel,1 +GT,DFO,cell_burner,5.96401,lb,barrel,1 +GT,DFO,cyclone_firing,5.96401,lb,barrel,1 +GT,DFO,duct_burner,5.96401,lb,barrel,1 +GT,DFO,fluidized_bed_firing,0.5964,lb,barrel,1 +GT,DFO,none,5.88001,lb,barrel,1 +GT,DFO,other,5.96401,lb,barrel,1 +GT,DFO,stoker,5.96401,lb,barrel,1 +GT,DFO,tangential_firing,5.96401,lb,barrel,1 +GT,DFO,vertical_firing,5.96401,lb,barrel,1 +GT,DFO,wall_fired,5.96401,lb,barrel,1 +IC,DFO,none,5.88001,lb,barrel,1 +OT,DFO,cell_burner,5.96401,lb,barrel,1 +OT,DFO,cyclone_firing,5.96401,lb,barrel,1 +OT,DFO,duct_burner,5.96401,lb,barrel,1 +OT,DFO,fluidized_bed_firing,0.5964,lb,barrel,1 +OT,DFO,none,5.96401,lb,barrel,1 +OT,DFO,other,5.96401,lb,barrel,1 +OT,DFO,stoker,5.96401,lb,barrel,1 +OT,DFO,tangential_firing,5.96401,lb,barrel,1 +OT,DFO,vertical_firing,5.96401,lb,barrel,1 +OT,DFO,wall_fired,5.96401,lb,barrel,1 +ST,DFO,cell_burner,5.96401,lb,barrel,1 +ST,DFO,cyclone_firing,5.96401,lb,barrel,1 +ST,DFO,duct_burner,5.96401,lb,barrel,1 +ST,DFO,fluidized_bed_firing,0.5964,lb,barrel,1 +ST,DFO,none,5.96401,lb,barrel,1 +ST,DFO,other,5.96401,lb,barrel,1 +ST,DFO,stoker,5.96401,lb,barrel,1 +ST,DFO,tangential_firing,5.96401,lb,barrel,1 +ST,DFO,vertical_firing,5.96401,lb,barrel,1 +ST,DFO,wall_fired,5.96401,lb,barrel,1 +CA,JF,cell_burner,5.96401,lb,barrel,1 +CA,JF,cyclone_firing,5.96401,lb,barrel,1 +CA,JF,duct_burner,5.96401,lb,barrel,1 +CA,JF,fluidized_bed_firing,0.5964,lb,barrel,1 +CA,JF,none,5.88001,lb,barrel,1 +CA,JF,other,5.96401,lb,barrel,1 +CA,JF,stoker,5.96401,lb,barrel,1 +CA,JF,tangential_firing,5.96401,lb,barrel,1 +CA,JF,vertical_firing,5.96401,lb,barrel,1 +CA,JF,wall_fired,5.96401,lb,barrel,1 +CC,JF,cell_burner,5.96401,lb,barrel,1 +CC,JF,cyclone_firing,5.96401,lb,barrel,1 +CC,JF,duct_burner,5.96401,lb,barrel,1 +CC,JF,fluidized_bed_firing,0.5964,lb,barrel,1 +CC,JF,none,5.88001,lb,barrel,1 +CC,JF,other,5.96401,lb,barrel,1 +CC,JF,stoker,5.96401,lb,barrel,1 +CC,JF,tangential_firing,5.96401,lb,barrel,1 +CC,JF,vertical_firing,5.96401,lb,barrel,1 +CC,JF,wall_fired,5.96401,lb,barrel,1 +CE,JF,none,5.88001,lb,barrel,1 +CS,JF,cell_burner,5.96401,lb,barrel,1 +CS,JF,cyclone_firing,5.96401,lb,barrel,1 +CS,JF,duct_burner,5.96401,lb,barrel,1 +CS,JF,fluidized_bed_firing,0.5964,lb,barrel,1 +CS,JF,none,5.88001,lb,barrel,1 +CS,JF,other,5.96401,lb,barrel,1 +CS,JF,stoker,5.96401,lb,barrel,1 +CS,JF,tangential_firing,5.96401,lb,barrel,1 +CS,JF,vertical_firing,5.96401,lb,barrel,1 +CS,JF,wall_fired,5.96401,lb,barrel,1 +CT,JF,cell_burner,5.96401,lb,barrel,1 +CT,JF,cyclone_firing,5.96401,lb,barrel,1 +CT,JF,duct_burner,5.96401,lb,barrel,1 +CT,JF,fluidized_bed_firing,0.5964,lb,barrel,1 +CT,JF,none,5.88001,lb,barrel,1 +CT,JF,other,5.96401,lb,barrel,1 +CT,JF,stoker,5.96401,lb,barrel,1 +CT,JF,tangential_firing,5.96401,lb,barrel,1 +CT,JF,vertical_firing,5.96401,lb,barrel,1 +CT,JF,wall_fired,5.96401,lb,barrel,1 +GT,JF,cell_burner,5.96401,lb,barrel,1 +GT,JF,cyclone_firing,5.96401,lb,barrel,1 +GT,JF,duct_burner,5.96401,lb,barrel,1 +GT,JF,fluidized_bed_firing,0.5964,lb,barrel,1 +GT,JF,none,5.88001,lb,barrel,1 +GT,JF,other,5.96401,lb,barrel,1 +GT,JF,stoker,5.96401,lb,barrel,1 +GT,JF,tangential_firing,5.96401,lb,barrel,1 +GT,JF,vertical_firing,5.96401,lb,barrel,1 +GT,JF,wall_fired,5.96401,lb,barrel,1 +IC,JF,none,5.88001,lb,barrel,1 +OT,JF,cell_burner,5.96401,lb,barrel,1 +OT,JF,cyclone_firing,5.96401,lb,barrel,1 +OT,JF,duct_burner,5.96401,lb,barrel,1 +OT,JF,fluidized_bed_firing,0.5964,lb,barrel,1 +OT,JF,none,5.96401,lb,barrel,1 +OT,JF,other,5.96401,lb,barrel,1 +OT,JF,stoker,5.96401,lb,barrel,1 +OT,JF,tangential_firing,5.96401,lb,barrel,1 +OT,JF,vertical_firing,5.96401,lb,barrel,1 +OT,JF,wall_fired,5.96401,lb,barrel,1 +ST,JF,cell_burner,5.96401,lb,barrel,1 +ST,JF,cyclone_firing,5.96401,lb,barrel,1 +ST,JF,duct_burner,5.96401,lb,barrel,1 +ST,JF,fluidized_bed_firing,0.5964,lb,barrel,1 +ST,JF,none,5.96401,lb,barrel,1 +ST,JF,other,5.96401,lb,barrel,1 +ST,JF,stoker,5.96401,lb,barrel,1 +ST,JF,tangential_firing,5.96401,lb,barrel,1 +ST,JF,vertical_firing,5.96401,lb,barrel,1 +ST,JF,wall_fired,5.96401,lb,barrel,1 +CA,KER,cell_burner,5.96401,lb,barrel,1 +CA,KER,cyclone_firing,5.96401,lb,barrel,1 +CA,KER,duct_burner,5.96401,lb,barrel,1 +CA,KER,fluidized_bed_firing,0.5964,lb,barrel,1 +CA,KER,none,5.88001,lb,barrel,1 +CA,KER,other,5.96401,lb,barrel,1 +CA,KER,stoker,5.96401,lb,barrel,1 +CA,KER,tangential_firing,5.96401,lb,barrel,1 +CA,KER,vertical_firing,5.96401,lb,barrel,1 +CA,KER,wall_fired,5.96401,lb,barrel,1 +CC,KER,cell_burner,5.96401,lb,barrel,1 +CC,KER,cyclone_firing,5.96401,lb,barrel,1 +CC,KER,duct_burner,5.96401,lb,barrel,1 +CC,KER,fluidized_bed_firing,0.5964,lb,barrel,1 +CC,KER,none,5.88001,lb,barrel,1 +CC,KER,other,5.96401,lb,barrel,1 +CC,KER,stoker,5.96401,lb,barrel,1 +CC,KER,tangential_firing,5.96401,lb,barrel,1 +CC,KER,vertical_firing,5.96401,lb,barrel,1 +CC,KER,wall_fired,5.96401,lb,barrel,1 +CE,KER,none,5.88001,lb,barrel,1 +CS,KER,cell_burner,5.96401,lb,barrel,1 +CS,KER,cyclone_firing,5.96401,lb,barrel,1 +CS,KER,duct_burner,5.96401,lb,barrel,1 +CS,KER,fluidized_bed_firing,0.5964,lb,barrel,1 +CS,KER,none,5.88001,lb,barrel,1 +CS,KER,other,5.96401,lb,barrel,1 +CS,KER,stoker,5.96401,lb,barrel,1 +CS,KER,tangential_firing,5.96401,lb,barrel,1 +CS,KER,vertical_firing,5.96401,lb,barrel,1 +CS,KER,wall_fired,5.96401,lb,barrel,1 +CT,KER,cell_burner,5.96401,lb,barrel,1 +CT,KER,cyclone_firing,5.96401,lb,barrel,1 +CT,KER,duct_burner,5.96401,lb,barrel,1 +CT,KER,fluidized_bed_firing,0.5964,lb,barrel,1 +CT,KER,none,5.88001,lb,barrel,1 +CT,KER,other,5.96401,lb,barrel,1 +CT,KER,stoker,5.96401,lb,barrel,1 +CT,KER,tangential_firing,5.96401,lb,barrel,1 +CT,KER,vertical_firing,5.96401,lb,barrel,1 +CT,KER,wall_fired,5.96401,lb,barrel,1 +GT,KER,cell_burner,5.96401,lb,barrel,1 +GT,KER,cyclone_firing,5.96401,lb,barrel,1 +GT,KER,duct_burner,5.96401,lb,barrel,1 +GT,KER,fluidized_bed_firing,0.5964,lb,barrel,1 +GT,KER,none,5.88001,lb,barrel,1 +GT,KER,other,5.96401,lb,barrel,1 +GT,KER,stoker,5.96401,lb,barrel,1 +GT,KER,tangential_firing,5.96401,lb,barrel,1 +GT,KER,vertical_firing,5.96401,lb,barrel,1 +GT,KER,wall_fired,5.96401,lb,barrel,1 +IC,KER,none,5.88001,lb,barrel,1 +OT,KER,cell_burner,5.96401,lb,barrel,1 +OT,KER,cyclone_firing,5.96401,lb,barrel,1 +OT,KER,duct_burner,5.96401,lb,barrel,1 +OT,KER,fluidized_bed_firing,0.5964,lb,barrel,1 +OT,KER,none,5.96401,lb,barrel,1 +OT,KER,other,5.96401,lb,barrel,1 +OT,KER,stoker,5.96401,lb,barrel,1 +OT,KER,tangential_firing,5.96401,lb,barrel,1 +OT,KER,vertical_firing,5.96401,lb,barrel,1 +OT,KER,wall_fired,5.96401,lb,barrel,1 +ST,KER,cell_burner,5.96401,lb,barrel,1 +ST,KER,cyclone_firing,5.96401,lb,barrel,1 +ST,KER,duct_burner,5.96401,lb,barrel,1 +ST,KER,fluidized_bed_firing,0.5964,lb,barrel,1 +ST,KER,none,5.96401,lb,barrel,1 +ST,KER,other,5.96401,lb,barrel,1 +ST,KER,stoker,5.96401,lb,barrel,1 +ST,KER,tangential_firing,5.96401,lb,barrel,1 +ST,KER,vertical_firing,5.96401,lb,barrel,1 +ST,KER,wall_fired,5.96401,lb,barrel,1 +CA,LFG,cell_burner,0.0006,lb,mcf,0 +CA,LFG,cyclone_firing,0.0006,lb,mcf,0 +CA,LFG,duct_burner,0.0006,lb,mcf,0 +CA,LFG,fluidized_bed_firing,6e-05,lb,mcf,0 +CA,LFG,none,0.0006,lb,mcf,0 +CA,LFG,other,0.0006,lb,mcf,0 +CA,LFG,stoker,0.0006,lb,mcf,0 +CA,LFG,tangential_firing,0.0006,lb,mcf,0 +CA,LFG,vertical_firing,0.0006,lb,mcf,0 +CA,LFG,wall_fired,0.0006,lb,mcf,0 +CC,LFG,cell_burner,0.0006,lb,mcf,0 +CC,LFG,cyclone_firing,0.0006,lb,mcf,0 +CC,LFG,duct_burner,0.0006,lb,mcf,0 +CC,LFG,fluidized_bed_firing,6e-05,lb,mcf,0 +CC,LFG,none,0.0006,lb,mcf,0 +CC,LFG,other,0.0006,lb,mcf,0 +CC,LFG,stoker,0.0006,lb,mcf,0 +CC,LFG,tangential_firing,0.0006,lb,mcf,0 +CC,LFG,vertical_firing,0.0006,lb,mcf,0 +CC,LFG,wall_fired,0.0006,lb,mcf,0 +CE,LFG,none,0.0006,lb,mcf,0 +CS,LFG,cell_burner,0.0006,lb,mcf,0 +CS,LFG,cyclone_firing,0.0006,lb,mcf,0 +CS,LFG,duct_burner,0.0006,lb,mcf,0 +CS,LFG,fluidized_bed_firing,6e-05,lb,mcf,0 +CS,LFG,none,0.0006,lb,mcf,0 +CS,LFG,other,0.0006,lb,mcf,0 +CS,LFG,stoker,0.0006,lb,mcf,0 +CS,LFG,tangential_firing,0.0006,lb,mcf,0 +CS,LFG,vertical_firing,0.0006,lb,mcf,0 +CS,LFG,wall_fired,0.0006,lb,mcf,0 +CT,LFG,cell_burner,0.0006,lb,mcf,0 +CT,LFG,cyclone_firing,0.0006,lb,mcf,0 +CT,LFG,duct_burner,0.0006,lb,mcf,0 +CT,LFG,fluidized_bed_firing,6e-05,lb,mcf,0 +CT,LFG,none,0.0006,lb,mcf,0 +CT,LFG,other,0.0006,lb,mcf,0 +CT,LFG,stoker,0.0006,lb,mcf,0 +CT,LFG,tangential_firing,0.0006,lb,mcf,0 +CT,LFG,vertical_firing,0.0006,lb,mcf,0 +CT,LFG,wall_fired,0.0006,lb,mcf,0 +GT,LFG,cell_burner,0.0006,lb,mcf,0 +GT,LFG,cyclone_firing,0.0006,lb,mcf,0 +GT,LFG,duct_burner,0.0006,lb,mcf,0 +GT,LFG,fluidized_bed_firing,6e-05,lb,mcf,0 +GT,LFG,none,0.0006,lb,mcf,0 +GT,LFG,other,0.0006,lb,mcf,0 +GT,LFG,stoker,0.0006,lb,mcf,0 +GT,LFG,tangential_firing,0.0006,lb,mcf,0 +GT,LFG,vertical_firing,0.0006,lb,mcf,0 +GT,LFG,wall_fired,0.0006,lb,mcf,0 +IC,LFG,none,0.0006,lb,mcf,0 +OT,LFG,cell_burner,0.0006,lb,mcf,0 +OT,LFG,cyclone_firing,0.0006,lb,mcf,0 +OT,LFG,duct_burner,0.0006,lb,mcf,0 +OT,LFG,fluidized_bed_firing,6e-05,lb,mcf,0 +OT,LFG,none,0.0006,lb,mcf,0 +OT,LFG,other,0.0006,lb,mcf,0 +OT,LFG,stoker,0.0006,lb,mcf,0 +OT,LFG,tangential_firing,0.0006,lb,mcf,0 +OT,LFG,vertical_firing,0.0006,lb,mcf,0 +OT,LFG,wall_fired,0.0006,lb,mcf,0 +ST,LFG,cell_burner,0.0006,lb,mcf,0 +ST,LFG,cyclone_firing,0.0006,lb,mcf,0 +ST,LFG,duct_burner,0.0006,lb,mcf,0 +ST,LFG,fluidized_bed_firing,6e-05,lb,mcf,0 +ST,LFG,none,0.0006,lb,mcf,0 +ST,LFG,other,0.0006,lb,mcf,0 +ST,LFG,stoker,0.0006,lb,mcf,0 +ST,LFG,tangential_firing,0.0006,lb,mcf,0 +ST,LFG,vertical_firing,0.0006,lb,mcf,0 +ST,LFG,wall_fired,0.0006,lb,mcf,0 +CA,LIG,cell_burner,30.0,lb,ton,1 +CA,LIG,cyclone_firing,30.0,lb,ton,1 +CA,LIG,duct_burner,30.0,lb,ton,1 +CA,LIG,fluidized_bed_firing,3.0,lb,ton,1 +CA,LIG,none,30.0,lb,ton,1 +CA,LIG,other,30.0,lb,ton,1 +CA,LIG,stoker,30.0,lb,ton,1 +CA,LIG,tangential_firing,30.0,lb,ton,1 +CA,LIG,vertical_firing,30.0,lb,ton,1 +CA,LIG,wall_fired,30.0,lb,ton,1 +CC,LIG,cell_burner,30.0,lb,ton,1 +CC,LIG,cyclone_firing,30.0,lb,ton,1 +CC,LIG,duct_burner,30.0,lb,ton,1 +CC,LIG,fluidized_bed_firing,3.0,lb,ton,1 +CC,LIG,none,30.0,lb,ton,1 +CC,LIG,other,30.0,lb,ton,1 +CC,LIG,stoker,30.0,lb,ton,1 +CC,LIG,tangential_firing,30.0,lb,ton,1 +CC,LIG,vertical_firing,30.0,lb,ton,1 +CC,LIG,wall_fired,30.0,lb,ton,1 +CE,LIG,none,30.0,lb,ton,1 +CS,LIG,cell_burner,30.0,lb,ton,1 +CS,LIG,cyclone_firing,30.0,lb,ton,1 +CS,LIG,duct_burner,30.0,lb,ton,1 +CS,LIG,fluidized_bed_firing,3.0,lb,ton,1 +CS,LIG,none,30.0,lb,ton,1 +CS,LIG,other,30.0,lb,ton,1 +CS,LIG,stoker,30.0,lb,ton,1 +CS,LIG,tangential_firing,30.0,lb,ton,1 +CS,LIG,vertical_firing,30.0,lb,ton,1 +CS,LIG,wall_fired,30.0,lb,ton,1 +CT,LIG,cell_burner,30.0,lb,ton,1 +CT,LIG,cyclone_firing,30.0,lb,ton,1 +CT,LIG,duct_burner,30.0,lb,ton,1 +CT,LIG,fluidized_bed_firing,3.0,lb,ton,1 +CT,LIG,none,30.0,lb,ton,1 +CT,LIG,other,30.0,lb,ton,1 +CT,LIG,stoker,30.0,lb,ton,1 +CT,LIG,tangential_firing,30.0,lb,ton,1 +CT,LIG,vertical_firing,30.0,lb,ton,1 +CT,LIG,wall_fired,30.0,lb,ton,1 +GT,LIG,cell_burner,30.0,lb,ton,1 +GT,LIG,cyclone_firing,30.0,lb,ton,1 +GT,LIG,duct_burner,30.0,lb,ton,1 +GT,LIG,fluidized_bed_firing,3.0,lb,ton,1 +GT,LIG,none,30.0,lb,ton,1 +GT,LIG,other,30.0,lb,ton,1 +GT,LIG,stoker,30.0,lb,ton,1 +GT,LIG,tangential_firing,30.0,lb,ton,1 +GT,LIG,vertical_firing,30.0,lb,ton,1 +GT,LIG,wall_fired,30.0,lb,ton,1 +IC,LIG,none,30.0,lb,ton,1 +OT,LIG,cell_burner,30.0,lb,ton,1 +OT,LIG,cyclone_firing,30.0,lb,ton,1 +OT,LIG,duct_burner,30.0,lb,ton,1 +OT,LIG,fluidized_bed_firing,3.0,lb,ton,1 +OT,LIG,none,30.0,lb,ton,1 +OT,LIG,other,30.0,lb,ton,1 +OT,LIG,stoker,30.0,lb,ton,1 +OT,LIG,tangential_firing,30.0,lb,ton,1 +OT,LIG,vertical_firing,30.0,lb,ton,1 +OT,LIG,wall_fired,30.0,lb,ton,1 +ST,LIG,cell_burner,30.0,lb,ton,1 +ST,LIG,cyclone_firing,30.0,lb,ton,1 +ST,LIG,duct_burner,30.0,lb,ton,1 +ST,LIG,fluidized_bed_firing,3.0,lb,ton,1 +ST,LIG,none,30.0,lb,ton,1 +ST,LIG,other,30.0,lb,ton,1 +ST,LIG,stoker,30.0,lb,ton,1 +ST,LIG,tangential_firing,30.0,lb,ton,1 +ST,LIG,vertical_firing,30.0,lb,ton,1 +ST,LIG,wall_fired,30.0,lb,ton,1 +CA,MSB,cell_burner,1.7,lb,ton,0 +CA,MSB,cyclone_firing,1.7,lb,ton,0 +CA,MSB,duct_burner,1.7,lb,ton,0 +CA,MSB,fluidized_bed_firing,0.17,lb,ton,0 +CA,MSB,none,1.7,lb,ton,0 +CA,MSB,other,1.7,lb,ton,0 +CA,MSB,stoker,1.7,lb,ton,0 +CA,MSB,tangential_firing,1.7,lb,ton,0 +CA,MSB,vertical_firing,1.7,lb,ton,0 +CA,MSB,wall_fired,1.7,lb,ton,0 +CC,MSB,cell_burner,1.7,lb,ton,0 +CC,MSB,cyclone_firing,1.7,lb,ton,0 +CC,MSB,duct_burner,1.7,lb,ton,0 +CC,MSB,fluidized_bed_firing,0.17,lb,ton,0 +CC,MSB,none,1.7,lb,ton,0 +CC,MSB,other,1.7,lb,ton,0 +CC,MSB,stoker,1.7,lb,ton,0 +CC,MSB,tangential_firing,1.7,lb,ton,0 +CC,MSB,vertical_firing,1.7,lb,ton,0 +CC,MSB,wall_fired,1.7,lb,ton,0 +CE,MSB,none,1.7,lb,ton,0 +CS,MSB,cell_burner,1.7,lb,ton,0 +CS,MSB,cyclone_firing,1.7,lb,ton,0 +CS,MSB,duct_burner,1.7,lb,ton,0 +CS,MSB,fluidized_bed_firing,0.17,lb,ton,0 +CS,MSB,none,1.7,lb,ton,0 +CS,MSB,other,1.7,lb,ton,0 +CS,MSB,stoker,1.7,lb,ton,0 +CS,MSB,tangential_firing,1.7,lb,ton,0 +CS,MSB,vertical_firing,1.7,lb,ton,0 +CS,MSB,wall_fired,1.7,lb,ton,0 +CT,MSB,cell_burner,1.7,lb,ton,0 +CT,MSB,cyclone_firing,1.7,lb,ton,0 +CT,MSB,duct_burner,1.7,lb,ton,0 +CT,MSB,fluidized_bed_firing,0.17,lb,ton,0 +CT,MSB,none,1.7,lb,ton,0 +CT,MSB,other,1.7,lb,ton,0 +CT,MSB,stoker,1.7,lb,ton,0 +CT,MSB,tangential_firing,1.7,lb,ton,0 +CT,MSB,vertical_firing,1.7,lb,ton,0 +CT,MSB,wall_fired,1.7,lb,ton,0 +GT,MSB,cell_burner,1.7,lb,ton,0 +GT,MSB,cyclone_firing,1.7,lb,ton,0 +GT,MSB,duct_burner,1.7,lb,ton,0 +GT,MSB,fluidized_bed_firing,0.17,lb,ton,0 +GT,MSB,none,1.7,lb,ton,0 +GT,MSB,other,1.7,lb,ton,0 +GT,MSB,stoker,1.7,lb,ton,0 +GT,MSB,tangential_firing,1.7,lb,ton,0 +GT,MSB,vertical_firing,1.7,lb,ton,0 +GT,MSB,wall_fired,1.7,lb,ton,0 +IC,MSB,none,1.7,lb,ton,0 +OT,MSB,cell_burner,1.7,lb,ton,0 +OT,MSB,cyclone_firing,1.7,lb,ton,0 +OT,MSB,duct_burner,1.7,lb,ton,0 +OT,MSB,fluidized_bed_firing,0.17,lb,ton,0 +OT,MSB,none,1.7,lb,ton,0 +OT,MSB,other,1.7,lb,ton,0 +OT,MSB,stoker,1.7,lb,ton,0 +OT,MSB,tangential_firing,1.7,lb,ton,0 +OT,MSB,vertical_firing,1.7,lb,ton,0 +OT,MSB,wall_fired,1.7,lb,ton,0 +ST,MSB,cell_burner,1.7,lb,ton,0 +ST,MSB,cyclone_firing,1.7,lb,ton,0 +ST,MSB,duct_burner,1.7,lb,ton,0 +ST,MSB,fluidized_bed_firing,0.17,lb,ton,0 +ST,MSB,none,1.7,lb,ton,0 +ST,MSB,other,1.7,lb,ton,0 +ST,MSB,stoker,1.7,lb,ton,0 +ST,MSB,tangential_firing,1.7,lb,ton,0 +ST,MSB,vertical_firing,1.7,lb,ton,0 +ST,MSB,wall_fired,1.7,lb,ton,0 +CA,MSN,cell_burner,1.7,lb,ton,0 +CA,MSN,cyclone_firing,1.7,lb,ton,0 +CA,MSN,duct_burner,1.7,lb,ton,0 +CA,MSN,fluidized_bed_firing,0.17,lb,ton,0 +CA,MSN,none,1.7,lb,ton,0 +CA,MSN,other,1.7,lb,ton,0 +CA,MSN,stoker,1.7,lb,ton,0 +CA,MSN,tangential_firing,1.7,lb,ton,0 +CA,MSN,vertical_firing,1.7,lb,ton,0 +CA,MSN,wall_fired,1.7,lb,ton,0 +CC,MSN,cell_burner,1.7,lb,ton,0 +CC,MSN,cyclone_firing,1.7,lb,ton,0 +CC,MSN,duct_burner,1.7,lb,ton,0 +CC,MSN,fluidized_bed_firing,0.17,lb,ton,0 +CC,MSN,none,1.7,lb,ton,0 +CC,MSN,other,1.7,lb,ton,0 +CC,MSN,stoker,1.7,lb,ton,0 +CC,MSN,tangential_firing,1.7,lb,ton,0 +CC,MSN,vertical_firing,1.7,lb,ton,0 +CC,MSN,wall_fired,1.7,lb,ton,0 +CE,MSN,none,1.7,lb,ton,0 +CS,MSN,cell_burner,1.7,lb,ton,0 +CS,MSN,cyclone_firing,1.7,lb,ton,0 +CS,MSN,duct_burner,1.7,lb,ton,0 +CS,MSN,fluidized_bed_firing,0.17,lb,ton,0 +CS,MSN,none,1.7,lb,ton,0 +CS,MSN,other,1.7,lb,ton,0 +CS,MSN,stoker,1.7,lb,ton,0 +CS,MSN,tangential_firing,1.7,lb,ton,0 +CS,MSN,vertical_firing,1.7,lb,ton,0 +CS,MSN,wall_fired,1.7,lb,ton,0 +CT,MSN,cell_burner,1.7,lb,ton,0 +CT,MSN,cyclone_firing,1.7,lb,ton,0 +CT,MSN,duct_burner,1.7,lb,ton,0 +CT,MSN,fluidized_bed_firing,0.17,lb,ton,0 +CT,MSN,none,1.7,lb,ton,0 +CT,MSN,other,1.7,lb,ton,0 +CT,MSN,stoker,1.7,lb,ton,0 +CT,MSN,tangential_firing,1.7,lb,ton,0 +CT,MSN,vertical_firing,1.7,lb,ton,0 +CT,MSN,wall_fired,1.7,lb,ton,0 +GT,MSN,cell_burner,1.7,lb,ton,0 +GT,MSN,cyclone_firing,1.7,lb,ton,0 +GT,MSN,duct_burner,1.7,lb,ton,0 +GT,MSN,fluidized_bed_firing,0.17,lb,ton,0 +GT,MSN,none,1.7,lb,ton,0 +GT,MSN,other,1.7,lb,ton,0 +GT,MSN,stoker,1.7,lb,ton,0 +GT,MSN,tangential_firing,1.7,lb,ton,0 +GT,MSN,vertical_firing,1.7,lb,ton,0 +GT,MSN,wall_fired,1.7,lb,ton,0 +IC,MSN,none,1.7,lb,ton,0 +OT,MSN,cell_burner,1.7,lb,ton,0 +OT,MSN,cyclone_firing,1.7,lb,ton,0 +OT,MSN,duct_burner,1.7,lb,ton,0 +OT,MSN,fluidized_bed_firing,0.17,lb,ton,0 +OT,MSN,none,1.7,lb,ton,0 +OT,MSN,other,1.7,lb,ton,0 +OT,MSN,stoker,1.7,lb,ton,0 +OT,MSN,tangential_firing,1.7,lb,ton,0 +OT,MSN,vertical_firing,1.7,lb,ton,0 +OT,MSN,wall_fired,1.7,lb,ton,0 +ST,MSN,cell_burner,1.7,lb,ton,0 +ST,MSN,cyclone_firing,1.7,lb,ton,0 +ST,MSN,duct_burner,1.7,lb,ton,0 +ST,MSN,fluidized_bed_firing,0.17,lb,ton,0 +ST,MSN,none,1.7,lb,ton,0 +ST,MSN,other,1.7,lb,ton,0 +ST,MSN,stoker,1.7,lb,ton,0 +ST,MSN,tangential_firing,1.7,lb,ton,0 +ST,MSN,vertical_firing,1.7,lb,ton,0 +ST,MSN,wall_fired,1.7,lb,ton,0 +CA,MSW,cell_burner,1.7,lb,ton,0 +CA,MSW,cyclone_firing,1.7,lb,ton,0 +CA,MSW,duct_burner,1.7,lb,ton,0 +CA,MSW,fluidized_bed_firing,0.17,lb,ton,0 +CA,MSW,none,1.7,lb,ton,0 +CA,MSW,other,1.7,lb,ton,0 +CA,MSW,stoker,1.7,lb,ton,0 +CA,MSW,tangential_firing,1.7,lb,ton,0 +CA,MSW,vertical_firing,1.7,lb,ton,0 +CA,MSW,wall_fired,1.7,lb,ton,0 +CC,MSW,cell_burner,1.7,lb,ton,0 +CC,MSW,cyclone_firing,1.7,lb,ton,0 +CC,MSW,duct_burner,1.7,lb,ton,0 +CC,MSW,fluidized_bed_firing,0.17,lb,ton,0 +CC,MSW,none,1.7,lb,ton,0 +CC,MSW,other,1.7,lb,ton,0 +CC,MSW,stoker,1.7,lb,ton,0 +CC,MSW,tangential_firing,1.7,lb,ton,0 +CC,MSW,vertical_firing,1.7,lb,ton,0 +CC,MSW,wall_fired,1.7,lb,ton,0 +CE,MSW,none,1.7,lb,ton,0 +CS,MSW,cell_burner,1.7,lb,ton,0 +CS,MSW,cyclone_firing,1.7,lb,ton,0 +CS,MSW,duct_burner,1.7,lb,ton,0 +CS,MSW,fluidized_bed_firing,0.17,lb,ton,0 +CS,MSW,none,1.7,lb,ton,0 +CS,MSW,other,1.7,lb,ton,0 +CS,MSW,stoker,1.7,lb,ton,0 +CS,MSW,tangential_firing,1.7,lb,ton,0 +CS,MSW,vertical_firing,1.7,lb,ton,0 +CS,MSW,wall_fired,1.7,lb,ton,0 +CT,MSW,cell_burner,1.7,lb,ton,0 +CT,MSW,cyclone_firing,1.7,lb,ton,0 +CT,MSW,duct_burner,1.7,lb,ton,0 +CT,MSW,fluidized_bed_firing,0.17,lb,ton,0 +CT,MSW,none,1.7,lb,ton,0 +CT,MSW,other,1.7,lb,ton,0 +CT,MSW,stoker,1.7,lb,ton,0 +CT,MSW,tangential_firing,1.7,lb,ton,0 +CT,MSW,vertical_firing,1.7,lb,ton,0 +CT,MSW,wall_fired,1.7,lb,ton,0 +GT,MSW,cell_burner,1.7,lb,ton,0 +GT,MSW,cyclone_firing,1.7,lb,ton,0 +GT,MSW,duct_burner,1.7,lb,ton,0 +GT,MSW,fluidized_bed_firing,0.17,lb,ton,0 +GT,MSW,none,1.7,lb,ton,0 +GT,MSW,other,1.7,lb,ton,0 +GT,MSW,stoker,1.7,lb,ton,0 +GT,MSW,tangential_firing,1.7,lb,ton,0 +GT,MSW,vertical_firing,1.7,lb,ton,0 +GT,MSW,wall_fired,1.7,lb,ton,0 +IC,MSW,none,1.7,lb,ton,0 +OT,MSW,cell_burner,1.7,lb,ton,0 +OT,MSW,cyclone_firing,1.7,lb,ton,0 +OT,MSW,duct_burner,1.7,lb,ton,0 +OT,MSW,fluidized_bed_firing,0.17,lb,ton,0 +OT,MSW,none,1.7,lb,ton,0 +OT,MSW,other,1.7,lb,ton,0 +OT,MSW,stoker,1.7,lb,ton,0 +OT,MSW,tangential_firing,1.7,lb,ton,0 +OT,MSW,vertical_firing,1.7,lb,ton,0 +OT,MSW,wall_fired,1.7,lb,ton,0 +ST,MSW,cell_burner,1.7,lb,ton,0 +ST,MSW,cyclone_firing,1.7,lb,ton,0 +ST,MSW,duct_burner,1.7,lb,ton,0 +ST,MSW,fluidized_bed_firing,0.17,lb,ton,0 +ST,MSW,none,1.7,lb,ton,0 +ST,MSW,other,1.7,lb,ton,0 +ST,MSW,stoker,1.7,lb,ton,0 +ST,MSW,tangential_firing,1.7,lb,ton,0 +ST,MSW,vertical_firing,1.7,lb,ton,0 +ST,MSW,wall_fired,1.7,lb,ton,0 +CA,NG,cell_burner,0.0006,lb,mcf,0 +CA,NG,cyclone_firing,0.0006,lb,mcf,0 +CA,NG,duct_burner,0.0006,lb,mcf,0 +CA,NG,fluidized_bed_firing,6e-05,lb,mcf,0 +CA,NG,none,0.0006,lb,mcf,0 +CA,NG,other,0.0006,lb,mcf,0 +CA,NG,stoker,0.0006,lb,mcf,0 +CA,NG,tangential_firing,0.0006,lb,mcf,0 +CA,NG,vertical_firing,0.0006,lb,mcf,0 +CA,NG,wall_fired,0.0006,lb,mcf,0 +CC,NG,cell_burner,0.0006,lb,mcf,0 +CC,NG,cyclone_firing,0.0006,lb,mcf,0 +CC,NG,duct_burner,0.0006,lb,mcf,0 +CC,NG,fluidized_bed_firing,6e-05,lb,mcf,0 +CC,NG,none,0.0006,lb,mcf,0 +CC,NG,other,0.0006,lb,mcf,0 +CC,NG,stoker,0.0006,lb,mcf,0 +CC,NG,tangential_firing,0.0006,lb,mcf,0 +CC,NG,vertical_firing,0.0006,lb,mcf,0 +CC,NG,wall_fired,0.0006,lb,mcf,0 +CE,NG,none,0.0006,lb,mcf,0 +CS,NG,cell_burner,0.0006,lb,mcf,0 +CS,NG,cyclone_firing,0.0006,lb,mcf,0 +CS,NG,duct_burner,0.0006,lb,mcf,0 +CS,NG,fluidized_bed_firing,6e-05,lb,mcf,0 +CS,NG,none,0.0006,lb,mcf,0 +CS,NG,other,0.0006,lb,mcf,0 +CS,NG,stoker,0.0006,lb,mcf,0 +CS,NG,tangential_firing,0.0006,lb,mcf,0 +CS,NG,vertical_firing,0.0006,lb,mcf,0 +CS,NG,wall_fired,0.0006,lb,mcf,0 +CT,NG,cell_burner,0.0006,lb,mcf,0 +CT,NG,cyclone_firing,0.0006,lb,mcf,0 +CT,NG,duct_burner,0.0006,lb,mcf,0 +CT,NG,fluidized_bed_firing,6e-05,lb,mcf,0 +CT,NG,none,0.0006,lb,mcf,0 +CT,NG,other,0.0006,lb,mcf,0 +CT,NG,stoker,0.0006,lb,mcf,0 +CT,NG,tangential_firing,0.0006,lb,mcf,0 +CT,NG,vertical_firing,0.0006,lb,mcf,0 +CT,NG,wall_fired,0.0006,lb,mcf,0 +GT,NG,cell_burner,0.0006,lb,mcf,0 +GT,NG,cyclone_firing,0.0006,lb,mcf,0 +GT,NG,duct_burner,0.0006,lb,mcf,0 +GT,NG,fluidized_bed_firing,6e-05,lb,mcf,0 +GT,NG,none,0.0006,lb,mcf,0 +GT,NG,other,0.0006,lb,mcf,0 +GT,NG,stoker,0.0006,lb,mcf,0 +GT,NG,tangential_firing,0.0006,lb,mcf,0 +GT,NG,vertical_firing,0.0006,lb,mcf,0 +GT,NG,wall_fired,0.0006,lb,mcf,0 +IC,NG,none,0.0006,lb,mcf,0 +OT,NG,cell_burner,0.0006,lb,mcf,0 +OT,NG,cyclone_firing,0.0006,lb,mcf,0 +OT,NG,duct_burner,0.0006,lb,mcf,0 +OT,NG,fluidized_bed_firing,6e-05,lb,mcf,0 +OT,NG,none,0.0006,lb,mcf,0 +OT,NG,other,0.0006,lb,mcf,0 +OT,NG,stoker,0.0006,lb,mcf,0 +OT,NG,tangential_firing,0.0006,lb,mcf,0 +OT,NG,vertical_firing,0.0006,lb,mcf,0 +OT,NG,wall_fired,0.0006,lb,mcf,0 +ST,NG,cell_burner,0.0006,lb,mcf,0 +ST,NG,cyclone_firing,0.0006,lb,mcf,0 +ST,NG,duct_burner,0.0006,lb,mcf,0 +ST,NG,fluidized_bed_firing,6e-05,lb,mcf,0 +ST,NG,none,0.0006,lb,mcf,0 +ST,NG,other,0.0006,lb,mcf,0 +ST,NG,stoker,0.0006,lb,mcf,0 +ST,NG,tangential_firing,0.0006,lb,mcf,0 +ST,NG,vertical_firing,0.0006,lb,mcf,0 +ST,NG,wall_fired,0.0006,lb,mcf,0 +CA,OBG,cell_burner,0.0006,lb,mcf,0 +CA,OBG,cyclone_firing,0.0006,lb,mcf,0 +CA,OBG,duct_burner,0.0006,lb,mcf,0 +CA,OBG,fluidized_bed_firing,6e-05,lb,mcf,0 +CA,OBG,none,0.0006,lb,mcf,0 +CA,OBG,other,0.0006,lb,mcf,0 +CA,OBG,stoker,0.0006,lb,mcf,0 +CA,OBG,tangential_firing,0.0006,lb,mcf,0 +CA,OBG,vertical_firing,0.0006,lb,mcf,0 +CA,OBG,wall_fired,0.0006,lb,mcf,0 +CC,OBG,cell_burner,0.0006,lb,mcf,0 +CC,OBG,cyclone_firing,0.0006,lb,mcf,0 +CC,OBG,duct_burner,0.0006,lb,mcf,0 +CC,OBG,fluidized_bed_firing,6e-05,lb,mcf,0 +CC,OBG,none,0.0006,lb,mcf,0 +CC,OBG,other,0.0006,lb,mcf,0 +CC,OBG,stoker,0.0006,lb,mcf,0 +CC,OBG,tangential_firing,0.0006,lb,mcf,0 +CC,OBG,vertical_firing,0.0006,lb,mcf,0 +CC,OBG,wall_fired,0.0006,lb,mcf,0 +CE,OBG,none,0.0006,lb,mcf,0 +CS,OBG,cell_burner,0.0006,lb,mcf,0 +CS,OBG,cyclone_firing,0.0006,lb,mcf,0 +CS,OBG,duct_burner,0.0006,lb,mcf,0 +CS,OBG,fluidized_bed_firing,6e-05,lb,mcf,0 +CS,OBG,none,0.0006,lb,mcf,0 +CS,OBG,other,0.0006,lb,mcf,0 +CS,OBG,stoker,0.0006,lb,mcf,0 +CS,OBG,tangential_firing,0.0006,lb,mcf,0 +CS,OBG,vertical_firing,0.0006,lb,mcf,0 +CS,OBG,wall_fired,0.0006,lb,mcf,0 +CT,OBG,cell_burner,0.0006,lb,mcf,0 +CT,OBG,cyclone_firing,0.0006,lb,mcf,0 +CT,OBG,duct_burner,0.0006,lb,mcf,0 +CT,OBG,fluidized_bed_firing,6e-05,lb,mcf,0 +CT,OBG,none,0.0006,lb,mcf,0 +CT,OBG,other,0.0006,lb,mcf,0 +CT,OBG,stoker,0.0006,lb,mcf,0 +CT,OBG,tangential_firing,0.0006,lb,mcf,0 +CT,OBG,vertical_firing,0.0006,lb,mcf,0 +CT,OBG,wall_fired,0.0006,lb,mcf,0 +GT,OBG,cell_burner,0.0006,lb,mcf,0 +GT,OBG,cyclone_firing,0.0006,lb,mcf,0 +GT,OBG,duct_burner,0.0006,lb,mcf,0 +GT,OBG,fluidized_bed_firing,6e-05,lb,mcf,0 +GT,OBG,none,0.0006,lb,mcf,0 +GT,OBG,other,0.0006,lb,mcf,0 +GT,OBG,stoker,0.0006,lb,mcf,0 +GT,OBG,tangential_firing,0.0006,lb,mcf,0 +GT,OBG,vertical_firing,0.0006,lb,mcf,0 +GT,OBG,wall_fired,0.0006,lb,mcf,0 +IC,OBG,none,0.0006,lb,mcf,0 +OT,OBG,cell_burner,0.0006,lb,mcf,0 +OT,OBG,cyclone_firing,0.0006,lb,mcf,0 +OT,OBG,duct_burner,0.0006,lb,mcf,0 +OT,OBG,fluidized_bed_firing,6e-05,lb,mcf,0 +OT,OBG,none,0.0006,lb,mcf,0 +OT,OBG,other,0.0006,lb,mcf,0 +OT,OBG,stoker,0.0006,lb,mcf,0 +OT,OBG,tangential_firing,0.0006,lb,mcf,0 +OT,OBG,vertical_firing,0.0006,lb,mcf,0 +OT,OBG,wall_fired,0.0006,lb,mcf,0 +ST,OBG,cell_burner,0.0006,lb,mcf,0 +ST,OBG,cyclone_firing,0.0006,lb,mcf,0 +ST,OBG,duct_burner,0.0006,lb,mcf,0 +ST,OBG,fluidized_bed_firing,6e-05,lb,mcf,0 +ST,OBG,none,0.0006,lb,mcf,0 +ST,OBG,other,0.0006,lb,mcf,0 +ST,OBG,stoker,0.0006,lb,mcf,0 +ST,OBG,tangential_firing,0.0006,lb,mcf,0 +ST,OBG,vertical_firing,0.0006,lb,mcf,0 +ST,OBG,wall_fired,0.0006,lb,mcf,0 +CA,OBL,cell_burner,5.96401,lb,barrel,1 +CA,OBL,cyclone_firing,5.96401,lb,barrel,1 +CA,OBL,duct_burner,5.96401,lb,barrel,1 +CA,OBL,fluidized_bed_firing,0.5964,lb,barrel,1 +CA,OBL,none,5.88001,lb,barrel,1 +CA,OBL,other,5.96401,lb,barrel,1 +CA,OBL,stoker,5.96401,lb,barrel,1 +CA,OBL,tangential_firing,5.96401,lb,barrel,1 +CA,OBL,vertical_firing,5.96401,lb,barrel,1 +CA,OBL,wall_fired,5.96401,lb,barrel,1 +CC,OBL,cell_burner,5.96401,lb,barrel,1 +CC,OBL,cyclone_firing,5.96401,lb,barrel,1 +CC,OBL,duct_burner,5.96401,lb,barrel,1 +CC,OBL,fluidized_bed_firing,0.5964,lb,barrel,1 +CC,OBL,none,5.88001,lb,barrel,1 +CC,OBL,other,5.96401,lb,barrel,1 +CC,OBL,stoker,5.96401,lb,barrel,1 +CC,OBL,tangential_firing,5.96401,lb,barrel,1 +CC,OBL,vertical_firing,5.96401,lb,barrel,1 +CC,OBL,wall_fired,5.96401,lb,barrel,1 +CE,OBL,none,5.88001,lb,barrel,1 +CS,OBL,cell_burner,5.96401,lb,barrel,1 +CS,OBL,cyclone_firing,5.96401,lb,barrel,1 +CS,OBL,duct_burner,5.96401,lb,barrel,1 +CS,OBL,fluidized_bed_firing,0.5964,lb,barrel,1 +CS,OBL,none,5.88001,lb,barrel,1 +CS,OBL,other,5.96401,lb,barrel,1 +CS,OBL,stoker,5.96401,lb,barrel,1 +CS,OBL,tangential_firing,5.96401,lb,barrel,1 +CS,OBL,vertical_firing,5.96401,lb,barrel,1 +CS,OBL,wall_fired,5.96401,lb,barrel,1 +CT,OBL,cell_burner,5.96401,lb,barrel,1 +CT,OBL,cyclone_firing,5.96401,lb,barrel,1 +CT,OBL,duct_burner,5.96401,lb,barrel,1 +CT,OBL,fluidized_bed_firing,0.5964,lb,barrel,1 +CT,OBL,none,5.88001,lb,barrel,1 +CT,OBL,other,5.96401,lb,barrel,1 +CT,OBL,stoker,5.96401,lb,barrel,1 +CT,OBL,tangential_firing,5.96401,lb,barrel,1 +CT,OBL,vertical_firing,5.96401,lb,barrel,1 +CT,OBL,wall_fired,5.96401,lb,barrel,1 +GT,OBL,cell_burner,5.96401,lb,barrel,1 +GT,OBL,cyclone_firing,5.96401,lb,barrel,1 +GT,OBL,duct_burner,5.96401,lb,barrel,1 +GT,OBL,fluidized_bed_firing,0.5964,lb,barrel,1 +GT,OBL,none,5.88001,lb,barrel,1 +GT,OBL,other,5.96401,lb,barrel,1 +GT,OBL,stoker,5.96401,lb,barrel,1 +GT,OBL,tangential_firing,5.96401,lb,barrel,1 +GT,OBL,vertical_firing,5.96401,lb,barrel,1 +GT,OBL,wall_fired,5.96401,lb,barrel,1 +IC,OBL,none,5.88001,lb,barrel,1 +OT,OBL,cell_burner,5.96401,lb,barrel,1 +OT,OBL,cyclone_firing,5.96401,lb,barrel,1 +OT,OBL,duct_burner,5.96401,lb,barrel,1 +OT,OBL,fluidized_bed_firing,0.5964,lb,barrel,1 +OT,OBL,none,5.96401,lb,barrel,1 +OT,OBL,other,5.96401,lb,barrel,1 +OT,OBL,stoker,5.96401,lb,barrel,1 +OT,OBL,tangential_firing,5.96401,lb,barrel,1 +OT,OBL,vertical_firing,5.96401,lb,barrel,1 +OT,OBL,wall_fired,5.96401,lb,barrel,1 +ST,OBL,cell_burner,5.96401,lb,barrel,1 +ST,OBL,cyclone_firing,5.96401,lb,barrel,1 +ST,OBL,duct_burner,5.96401,lb,barrel,1 +ST,OBL,fluidized_bed_firing,0.5964,lb,barrel,1 +ST,OBL,none,5.96401,lb,barrel,1 +ST,OBL,other,5.96401,lb,barrel,1 +ST,OBL,stoker,5.96401,lb,barrel,1 +ST,OBL,tangential_firing,5.96401,lb,barrel,1 +ST,OBL,vertical_firing,5.96401,lb,barrel,1 +ST,OBL,wall_fired,5.96401,lb,barrel,1 +CA,OBS,cell_burner,0.23,lb,ton,0 +CA,OBS,cyclone_firing,0.23,lb,ton,0 +CA,OBS,duct_burner,0.23,lb,ton,0 +CA,OBS,fluidized_bed_firing,0.02,lb,ton,0 +CA,OBS,none,0.23,lb,ton,0 +CA,OBS,other,0.23,lb,ton,0 +CA,OBS,stoker,0.23,lb,ton,0 +CA,OBS,tangential_firing,0.23,lb,ton,0 +CA,OBS,vertical_firing,0.23,lb,ton,0 +CA,OBS,wall_fired,0.23,lb,ton,0 +CC,OBS,cell_burner,0.23,lb,ton,0 +CC,OBS,cyclone_firing,0.23,lb,ton,0 +CC,OBS,duct_burner,0.23,lb,ton,0 +CC,OBS,fluidized_bed_firing,0.02,lb,ton,0 +CC,OBS,none,0.23,lb,ton,0 +CC,OBS,other,0.23,lb,ton,0 +CC,OBS,stoker,0.23,lb,ton,0 +CC,OBS,tangential_firing,0.23,lb,ton,0 +CC,OBS,vertical_firing,0.23,lb,ton,0 +CC,OBS,wall_fired,0.23,lb,ton,0 +CE,OBS,none,0.23,lb,ton,0 +CS,OBS,cell_burner,0.23,lb,ton,0 +CS,OBS,cyclone_firing,0.23,lb,ton,0 +CS,OBS,duct_burner,0.23,lb,ton,0 +CS,OBS,fluidized_bed_firing,0.02,lb,ton,0 +CS,OBS,none,0.23,lb,ton,0 +CS,OBS,other,0.23,lb,ton,0 +CS,OBS,stoker,0.23,lb,ton,0 +CS,OBS,tangential_firing,0.23,lb,ton,0 +CS,OBS,vertical_firing,0.23,lb,ton,0 +CS,OBS,wall_fired,0.23,lb,ton,0 +CT,OBS,cell_burner,0.23,lb,ton,0 +CT,OBS,cyclone_firing,0.23,lb,ton,0 +CT,OBS,duct_burner,0.23,lb,ton,0 +CT,OBS,fluidized_bed_firing,0.02,lb,ton,0 +CT,OBS,none,0.23,lb,ton,0 +CT,OBS,other,0.23,lb,ton,0 +CT,OBS,stoker,0.23,lb,ton,0 +CT,OBS,tangential_firing,0.23,lb,ton,0 +CT,OBS,vertical_firing,0.23,lb,ton,0 +CT,OBS,wall_fired,0.23,lb,ton,0 +GT,OBS,cell_burner,0.23,lb,ton,0 +GT,OBS,cyclone_firing,0.23,lb,ton,0 +GT,OBS,duct_burner,0.23,lb,ton,0 +GT,OBS,fluidized_bed_firing,0.02,lb,ton,0 +GT,OBS,none,0.23,lb,ton,0 +GT,OBS,other,0.23,lb,ton,0 +GT,OBS,stoker,0.23,lb,ton,0 +GT,OBS,tangential_firing,0.23,lb,ton,0 +GT,OBS,vertical_firing,0.23,lb,ton,0 +GT,OBS,wall_fired,0.23,lb,ton,0 +IC,OBS,none,0.23,lb,ton,0 +OT,OBS,cell_burner,0.23,lb,ton,0 +OT,OBS,cyclone_firing,0.23,lb,ton,0 +OT,OBS,duct_burner,0.23,lb,ton,0 +OT,OBS,fluidized_bed_firing,0.02,lb,ton,0 +OT,OBS,none,0.23,lb,ton,0 +OT,OBS,other,0.23,lb,ton,0 +OT,OBS,stoker,0.23,lb,ton,0 +OT,OBS,tangential_firing,0.23,lb,ton,0 +OT,OBS,vertical_firing,0.23,lb,ton,0 +OT,OBS,wall_fired,0.23,lb,ton,0 +ST,OBS,cell_burner,0.23,lb,ton,0 +ST,OBS,cyclone_firing,0.23,lb,ton,0 +ST,OBS,duct_burner,0.23,lb,ton,0 +ST,OBS,fluidized_bed_firing,0.02,lb,ton,0 +ST,OBS,none,0.23,lb,ton,0 +ST,OBS,other,0.23,lb,ton,0 +ST,OBS,stoker,0.23,lb,ton,0 +ST,OBS,tangential_firing,0.23,lb,ton,0 +ST,OBS,vertical_firing,0.23,lb,ton,0 +ST,OBS,wall_fired,0.23,lb,ton,0 +CA,OG,cell_burner,0.0006,lb,mcf,0 +CA,OG,cyclone_firing,0.0006,lb,mcf,0 +CA,OG,duct_burner,0.0006,lb,mcf,0 +CA,OG,fluidized_bed_firing,6e-05,lb,mcf,0 +CA,OG,none,0.0006,lb,mcf,0 +CA,OG,other,0.0006,lb,mcf,0 +CA,OG,stoker,0.0006,lb,mcf,0 +CA,OG,tangential_firing,0.0006,lb,mcf,0 +CA,OG,vertical_firing,0.0006,lb,mcf,0 +CA,OG,wall_fired,0.0006,lb,mcf,0 +CC,OG,cell_burner,0.0006,lb,mcf,0 +CC,OG,cyclone_firing,0.0006,lb,mcf,0 +CC,OG,duct_burner,0.0006,lb,mcf,0 +CC,OG,fluidized_bed_firing,6e-05,lb,mcf,0 +CC,OG,none,0.0006,lb,mcf,0 +CC,OG,other,0.0006,lb,mcf,0 +CC,OG,stoker,0.0006,lb,mcf,0 +CC,OG,tangential_firing,0.0006,lb,mcf,0 +CC,OG,vertical_firing,0.0006,lb,mcf,0 +CC,OG,wall_fired,0.0006,lb,mcf,0 +CE,OG,none,0.0006,lb,mcf,0 +CS,OG,cell_burner,0.0006,lb,mcf,0 +CS,OG,cyclone_firing,0.0006,lb,mcf,0 +CS,OG,duct_burner,0.0006,lb,mcf,0 +CS,OG,fluidized_bed_firing,6e-05,lb,mcf,0 +CS,OG,none,0.0006,lb,mcf,0 +CS,OG,other,0.0006,lb,mcf,0 +CS,OG,stoker,0.0006,lb,mcf,0 +CS,OG,tangential_firing,0.0006,lb,mcf,0 +CS,OG,vertical_firing,0.0006,lb,mcf,0 +CS,OG,wall_fired,0.0006,lb,mcf,0 +CT,OG,cell_burner,0.0006,lb,mcf,0 +CT,OG,cyclone_firing,0.0006,lb,mcf,0 +CT,OG,duct_burner,0.0006,lb,mcf,0 +CT,OG,fluidized_bed_firing,6e-05,lb,mcf,0 +CT,OG,none,0.0006,lb,mcf,0 +CT,OG,other,0.0006,lb,mcf,0 +CT,OG,stoker,0.0006,lb,mcf,0 +CT,OG,tangential_firing,0.0006,lb,mcf,0 +CT,OG,vertical_firing,0.0006,lb,mcf,0 +CT,OG,wall_fired,0.0006,lb,mcf,0 +GT,OG,cell_burner,0.0006,lb,mcf,0 +GT,OG,cyclone_firing,0.0006,lb,mcf,0 +GT,OG,duct_burner,0.0006,lb,mcf,0 +GT,OG,fluidized_bed_firing,6e-05,lb,mcf,0 +GT,OG,none,0.0006,lb,mcf,0 +GT,OG,other,0.0006,lb,mcf,0 +GT,OG,stoker,0.0006,lb,mcf,0 +GT,OG,tangential_firing,0.0006,lb,mcf,0 +GT,OG,vertical_firing,0.0006,lb,mcf,0 +GT,OG,wall_fired,0.0006,lb,mcf,0 +IC,OG,none,0.0006,lb,mcf,0 +OT,OG,cell_burner,0.0006,lb,mcf,0 +OT,OG,cyclone_firing,0.0006,lb,mcf,0 +OT,OG,duct_burner,0.0006,lb,mcf,0 +OT,OG,fluidized_bed_firing,6e-05,lb,mcf,0 +OT,OG,none,0.0006,lb,mcf,0 +OT,OG,other,0.0006,lb,mcf,0 +OT,OG,stoker,0.0006,lb,mcf,0 +OT,OG,tangential_firing,0.0006,lb,mcf,0 +OT,OG,vertical_firing,0.0006,lb,mcf,0 +OT,OG,wall_fired,0.0006,lb,mcf,0 +ST,OG,cell_burner,0.0006,lb,mcf,0 +ST,OG,cyclone_firing,0.0006,lb,mcf,0 +ST,OG,duct_burner,0.0006,lb,mcf,0 +ST,OG,fluidized_bed_firing,6e-05,lb,mcf,0 +ST,OG,none,0.0006,lb,mcf,0 +ST,OG,other,0.0006,lb,mcf,0 +ST,OG,stoker,0.0006,lb,mcf,0 +ST,OG,tangential_firing,0.0006,lb,mcf,0 +ST,OG,vertical_firing,0.0006,lb,mcf,0 +ST,OG,wall_fired,0.0006,lb,mcf,0 +CA,OTH,cell_burner,0.0006,lb,mcf,0 +CA,OTH,cyclone_firing,0.0006,lb,mcf,0 +CA,OTH,duct_burner,0.0006,lb,mcf,0 +CA,OTH,fluidized_bed_firing,6e-05,lb,mcf,0 +CA,OTH,none,0.0006,lb,mcf,0 +CA,OTH,other,0.0006,lb,mcf,0 +CA,OTH,stoker,0.0006,lb,mcf,0 +CA,OTH,tangential_firing,0.0006,lb,mcf,0 +CA,OTH,vertical_firing,0.0006,lb,mcf,0 +CA,OTH,wall_fired,0.0006,lb,mcf,0 +CC,OTH,cell_burner,0.0006,lb,mcf,0 +CC,OTH,cyclone_firing,0.0006,lb,mcf,0 +CC,OTH,duct_burner,0.0006,lb,mcf,0 +CC,OTH,fluidized_bed_firing,6e-05,lb,mcf,0 +CC,OTH,none,0.0006,lb,mcf,0 +CC,OTH,other,0.0006,lb,mcf,0 +CC,OTH,stoker,0.0006,lb,mcf,0 +CC,OTH,tangential_firing,0.0006,lb,mcf,0 +CC,OTH,vertical_firing,0.0006,lb,mcf,0 +CC,OTH,wall_fired,0.0006,lb,mcf,0 +CE,OTH,none,0.0006,lb,mcf,0 +CS,OTH,cell_burner,0.0006,lb,mcf,0 +CS,OTH,cyclone_firing,0.0006,lb,mcf,0 +CS,OTH,duct_burner,0.0006,lb,mcf,0 +CS,OTH,fluidized_bed_firing,6e-05,lb,mcf,0 +CS,OTH,none,0.0006,lb,mcf,0 +CS,OTH,other,0.0006,lb,mcf,0 +CS,OTH,stoker,0.0006,lb,mcf,0 +CS,OTH,tangential_firing,0.0006,lb,mcf,0 +CS,OTH,vertical_firing,0.0006,lb,mcf,0 +CS,OTH,wall_fired,0.0006,lb,mcf,0 +CT,OTH,cell_burner,0.0006,lb,mcf,0 +CT,OTH,cyclone_firing,0.0006,lb,mcf,0 +CT,OTH,duct_burner,0.0006,lb,mcf,0 +CT,OTH,fluidized_bed_firing,6e-05,lb,mcf,0 +CT,OTH,none,0.0006,lb,mcf,0 +CT,OTH,other,0.0006,lb,mcf,0 +CT,OTH,stoker,0.0006,lb,mcf,0 +CT,OTH,tangential_firing,0.0006,lb,mcf,0 +CT,OTH,vertical_firing,0.0006,lb,mcf,0 +CT,OTH,wall_fired,0.0006,lb,mcf,0 +GT,OTH,cell_burner,0.0006,lb,mcf,0 +GT,OTH,cyclone_firing,0.0006,lb,mcf,0 +GT,OTH,duct_burner,0.0006,lb,mcf,0 +GT,OTH,fluidized_bed_firing,6e-05,lb,mcf,0 +GT,OTH,none,0.0006,lb,mcf,0 +GT,OTH,other,0.0006,lb,mcf,0 +GT,OTH,stoker,0.0006,lb,mcf,0 +GT,OTH,tangential_firing,0.0006,lb,mcf,0 +GT,OTH,vertical_firing,0.0006,lb,mcf,0 +GT,OTH,wall_fired,0.0006,lb,mcf,0 +IC,OTH,none,0.0006,lb,mcf,0 +OT,OTH,cell_burner,0.0006,lb,mcf,0 +OT,OTH,cyclone_firing,0.0006,lb,mcf,0 +OT,OTH,duct_burner,0.0006,lb,mcf,0 +OT,OTH,fluidized_bed_firing,6e-05,lb,mcf,0 +OT,OTH,none,0.0006,lb,mcf,0 +OT,OTH,other,0.0006,lb,mcf,0 +OT,OTH,stoker,0.0006,lb,mcf,0 +OT,OTH,tangential_firing,0.0006,lb,mcf,0 +OT,OTH,vertical_firing,0.0006,lb,mcf,0 +OT,OTH,wall_fired,0.0006,lb,mcf,0 +ST,OTH,cell_burner,0.0006,lb,mcf,0 +ST,OTH,cyclone_firing,0.0006,lb,mcf,0 +ST,OTH,duct_burner,0.0006,lb,mcf,0 +ST,OTH,fluidized_bed_firing,6e-05,lb,mcf,0 +ST,OTH,none,0.0006,lb,mcf,0 +ST,OTH,other,0.0006,lb,mcf,0 +ST,OTH,stoker,0.0006,lb,mcf,0 +ST,OTH,tangential_firing,0.0006,lb,mcf,0 +ST,OTH,vertical_firing,0.0006,lb,mcf,0 +ST,OTH,wall_fired,0.0006,lb,mcf,0 +CA,PC,cell_burner,39.0,lb,ton,1 +CA,PC,cyclone_firing,39.0,lb,ton,1 +CA,PC,duct_burner,39.0,lb,ton,1 +CA,PC,fluidized_bed_firing,3.9,lb,ton,1 +CA,PC,none,39.0,lb,ton,1 +CA,PC,other,39.0,lb,ton,1 +CA,PC,stoker,39.0,lb,ton,1 +CA,PC,tangential_firing,39.0,lb,ton,1 +CA,PC,vertical_firing,39.0,lb,ton,1 +CA,PC,wall_fired,39.0,lb,ton,1 +CC,PC,cell_burner,39.0,lb,ton,1 +CC,PC,cyclone_firing,39.0,lb,ton,1 +CC,PC,duct_burner,39.0,lb,ton,1 +CC,PC,fluidized_bed_firing,3.9,lb,ton,1 +CC,PC,none,39.0,lb,ton,1 +CC,PC,other,39.0,lb,ton,1 +CC,PC,stoker,39.0,lb,ton,1 +CC,PC,tangential_firing,39.0,lb,ton,1 +CC,PC,vertical_firing,39.0,lb,ton,1 +CC,PC,wall_fired,39.0,lb,ton,1 +CE,PC,none,39.0,lb,ton,1 +CS,PC,cell_burner,39.0,lb,ton,1 +CS,PC,cyclone_firing,39.0,lb,ton,1 +CS,PC,duct_burner,39.0,lb,ton,1 +CS,PC,fluidized_bed_firing,3.9,lb,ton,1 +CS,PC,none,39.0,lb,ton,1 +CS,PC,other,39.0,lb,ton,1 +CS,PC,stoker,39.0,lb,ton,1 +CS,PC,tangential_firing,39.0,lb,ton,1 +CS,PC,vertical_firing,39.0,lb,ton,1 +CS,PC,wall_fired,39.0,lb,ton,1 +CT,PC,cell_burner,39.0,lb,ton,1 +CT,PC,cyclone_firing,39.0,lb,ton,1 +CT,PC,duct_burner,39.0,lb,ton,1 +CT,PC,fluidized_bed_firing,3.9,lb,ton,1 +CT,PC,none,39.0,lb,ton,1 +CT,PC,other,39.0,lb,ton,1 +CT,PC,stoker,39.0,lb,ton,1 +CT,PC,tangential_firing,39.0,lb,ton,1 +CT,PC,vertical_firing,39.0,lb,ton,1 +CT,PC,wall_fired,39.0,lb,ton,1 +GT,PC,cell_burner,39.0,lb,ton,1 +GT,PC,cyclone_firing,39.0,lb,ton,1 +GT,PC,duct_burner,39.0,lb,ton,1 +GT,PC,fluidized_bed_firing,3.9,lb,ton,1 +GT,PC,none,39.0,lb,ton,1 +GT,PC,other,39.0,lb,ton,1 +GT,PC,stoker,39.0,lb,ton,1 +GT,PC,tangential_firing,39.0,lb,ton,1 +GT,PC,vertical_firing,39.0,lb,ton,1 +GT,PC,wall_fired,39.0,lb,ton,1 +IC,PC,none,39.0,lb,ton,1 +OT,PC,cell_burner,39.0,lb,ton,1 +OT,PC,cyclone_firing,39.0,lb,ton,1 +OT,PC,duct_burner,39.0,lb,ton,1 +OT,PC,fluidized_bed_firing,3.9,lb,ton,1 +OT,PC,none,39.0,lb,ton,1 +OT,PC,other,39.0,lb,ton,1 +OT,PC,stoker,39.0,lb,ton,1 +OT,PC,tangential_firing,39.0,lb,ton,1 +OT,PC,vertical_firing,39.0,lb,ton,1 +OT,PC,wall_fired,39.0,lb,ton,1 +ST,PC,cell_burner,39.0,lb,ton,1 +ST,PC,cyclone_firing,39.0,lb,ton,1 +ST,PC,duct_burner,39.0,lb,ton,1 +ST,PC,fluidized_bed_firing,3.9,lb,ton,1 +ST,PC,none,39.0,lb,ton,1 +ST,PC,other,39.0,lb,ton,1 +ST,PC,stoker,39.0,lb,ton,1 +ST,PC,tangential_firing,39.0,lb,ton,1 +ST,PC,vertical_firing,39.0,lb,ton,1 +ST,PC,wall_fired,39.0,lb,ton,1 +CA,PG,cell_burner,0.0006,lb,mcf,0 +CA,PG,cyclone_firing,0.0006,lb,mcf,0 +CA,PG,duct_burner,0.0006,lb,mcf,0 +CA,PG,fluidized_bed_firing,6e-05,lb,mcf,0 +CA,PG,none,0.0006,lb,mcf,0 +CA,PG,other,0.0006,lb,mcf,0 +CA,PG,stoker,0.0006,lb,mcf,0 +CA,PG,tangential_firing,0.0006,lb,mcf,0 +CA,PG,vertical_firing,0.0006,lb,mcf,0 +CA,PG,wall_fired,0.0006,lb,mcf,0 +CC,PG,cell_burner,0.0006,lb,mcf,0 +CC,PG,cyclone_firing,0.0006,lb,mcf,0 +CC,PG,duct_burner,0.0006,lb,mcf,0 +CC,PG,fluidized_bed_firing,6e-05,lb,mcf,0 +CC,PG,none,0.0006,lb,mcf,0 +CC,PG,other,0.0006,lb,mcf,0 +CC,PG,stoker,0.0006,lb,mcf,0 +CC,PG,tangential_firing,0.0006,lb,mcf,0 +CC,PG,vertical_firing,0.0006,lb,mcf,0 +CC,PG,wall_fired,0.0006,lb,mcf,0 +CE,PG,none,0.0006,lb,mcf,0 +CS,PG,cell_burner,0.0006,lb,mcf,0 +CS,PG,cyclone_firing,0.0006,lb,mcf,0 +CS,PG,duct_burner,0.0006,lb,mcf,0 +CS,PG,fluidized_bed_firing,6e-05,lb,mcf,0 +CS,PG,none,0.0006,lb,mcf,0 +CS,PG,other,0.0006,lb,mcf,0 +CS,PG,stoker,0.0006,lb,mcf,0 +CS,PG,tangential_firing,0.0006,lb,mcf,0 +CS,PG,vertical_firing,0.0006,lb,mcf,0 +CS,PG,wall_fired,0.0006,lb,mcf,0 +CT,PG,cell_burner,0.0006,lb,mcf,0 +CT,PG,cyclone_firing,0.0006,lb,mcf,0 +CT,PG,duct_burner,0.0006,lb,mcf,0 +CT,PG,fluidized_bed_firing,6e-05,lb,mcf,0 +CT,PG,none,0.0006,lb,mcf,0 +CT,PG,other,0.0006,lb,mcf,0 +CT,PG,stoker,0.0006,lb,mcf,0 +CT,PG,tangential_firing,0.0006,lb,mcf,0 +CT,PG,vertical_firing,0.0006,lb,mcf,0 +CT,PG,wall_fired,0.0006,lb,mcf,0 +GT,PG,cell_burner,0.0006,lb,mcf,0 +GT,PG,cyclone_firing,0.0006,lb,mcf,0 +GT,PG,duct_burner,0.0006,lb,mcf,0 +GT,PG,fluidized_bed_firing,6e-05,lb,mcf,0 +GT,PG,none,0.0006,lb,mcf,0 +GT,PG,other,0.0006,lb,mcf,0 +GT,PG,stoker,0.0006,lb,mcf,0 +GT,PG,tangential_firing,0.0006,lb,mcf,0 +GT,PG,vertical_firing,0.0006,lb,mcf,0 +GT,PG,wall_fired,0.0006,lb,mcf,0 +IC,PG,none,0.0006,lb,mcf,0 +OT,PG,cell_burner,0.0006,lb,mcf,0 +OT,PG,cyclone_firing,0.0006,lb,mcf,0 +OT,PG,duct_burner,0.0006,lb,mcf,0 +OT,PG,fluidized_bed_firing,6e-05,lb,mcf,0 +OT,PG,none,0.0006,lb,mcf,0 +OT,PG,other,0.0006,lb,mcf,0 +OT,PG,stoker,0.0006,lb,mcf,0 +OT,PG,tangential_firing,0.0006,lb,mcf,0 +OT,PG,vertical_firing,0.0006,lb,mcf,0 +OT,PG,wall_fired,0.0006,lb,mcf,0 +ST,PG,cell_burner,0.0006,lb,mcf,0 +ST,PG,cyclone_firing,0.0006,lb,mcf,0 +ST,PG,duct_burner,0.0006,lb,mcf,0 +ST,PG,fluidized_bed_firing,6e-05,lb,mcf,0 +ST,PG,none,0.0006,lb,mcf,0 +ST,PG,other,0.0006,lb,mcf,0 +ST,PG,stoker,0.0006,lb,mcf,0 +ST,PG,tangential_firing,0.0006,lb,mcf,0 +ST,PG,vertical_firing,0.0006,lb,mcf,0 +ST,PG,wall_fired,0.0006,lb,mcf,0 +CA,RC,cell_burner,38.0,lb,ton,1 +CA,RC,cyclone_firing,38.0,lb,ton,1 +CA,RC,duct_burner,38.0,lb,ton,1 +CA,RC,fluidized_bed_firing,3.8,lb,ton,1 +CA,RC,none,38.0,lb,ton,1 +CA,RC,other,38.0,lb,ton,1 +CA,RC,stoker,38.0,lb,ton,1 +CA,RC,tangential_firing,38.0,lb,ton,1 +CA,RC,vertical_firing,38.0,lb,ton,1 +CA,RC,wall_fired,38.0,lb,ton,1 +CC,RC,cell_burner,38.0,lb,ton,1 +CC,RC,cyclone_firing,38.0,lb,ton,1 +CC,RC,duct_burner,38.0,lb,ton,1 +CC,RC,fluidized_bed_firing,3.8,lb,ton,1 +CC,RC,none,38.0,lb,ton,1 +CC,RC,other,38.0,lb,ton,1 +CC,RC,stoker,38.0,lb,ton,1 +CC,RC,tangential_firing,38.0,lb,ton,1 +CC,RC,vertical_firing,38.0,lb,ton,1 +CC,RC,wall_fired,38.0,lb,ton,1 +CE,RC,none,38.0,lb,ton,1 +CS,RC,cell_burner,38.0,lb,ton,1 +CS,RC,cyclone_firing,38.0,lb,ton,1 +CS,RC,duct_burner,38.0,lb,ton,1 +CS,RC,fluidized_bed_firing,3.8,lb,ton,1 +CS,RC,none,38.0,lb,ton,1 +CS,RC,other,38.0,lb,ton,1 +CS,RC,stoker,38.0,lb,ton,1 +CS,RC,tangential_firing,38.0,lb,ton,1 +CS,RC,vertical_firing,38.0,lb,ton,1 +CS,RC,wall_fired,38.0,lb,ton,1 +CT,RC,cell_burner,38.0,lb,ton,1 +CT,RC,cyclone_firing,38.0,lb,ton,1 +CT,RC,duct_burner,38.0,lb,ton,1 +CT,RC,fluidized_bed_firing,3.8,lb,ton,1 +CT,RC,none,38.0,lb,ton,1 +CT,RC,other,38.0,lb,ton,1 +CT,RC,stoker,38.0,lb,ton,1 +CT,RC,tangential_firing,38.0,lb,ton,1 +CT,RC,vertical_firing,38.0,lb,ton,1 +CT,RC,wall_fired,38.0,lb,ton,1 +GT,RC,cell_burner,38.0,lb,ton,1 +GT,RC,cyclone_firing,38.0,lb,ton,1 +GT,RC,duct_burner,38.0,lb,ton,1 +GT,RC,fluidized_bed_firing,3.8,lb,ton,1 +GT,RC,none,38.0,lb,ton,1 +GT,RC,other,38.0,lb,ton,1 +GT,RC,stoker,38.0,lb,ton,1 +GT,RC,tangential_firing,38.0,lb,ton,1 +GT,RC,vertical_firing,38.0,lb,ton,1 +GT,RC,wall_fired,38.0,lb,ton,1 +IC,RC,none,38.0,lb,ton,1 +OT,RC,cell_burner,38.0,lb,ton,1 +OT,RC,cyclone_firing,38.0,lb,ton,1 +OT,RC,duct_burner,38.0,lb,ton,1 +OT,RC,fluidized_bed_firing,3.8,lb,ton,1 +OT,RC,none,38.0,lb,ton,1 +OT,RC,other,38.0,lb,ton,1 +OT,RC,stoker,38.0,lb,ton,1 +OT,RC,tangential_firing,38.0,lb,ton,1 +OT,RC,vertical_firing,38.0,lb,ton,1 +OT,RC,wall_fired,38.0,lb,ton,1 +ST,RC,cell_burner,38.0,lb,ton,1 +ST,RC,cyclone_firing,38.0,lb,ton,1 +ST,RC,duct_burner,38.0,lb,ton,1 +ST,RC,fluidized_bed_firing,3.8,lb,ton,1 +ST,RC,none,38.0,lb,ton,1 +ST,RC,other,38.0,lb,ton,1 +ST,RC,stoker,38.0,lb,ton,1 +ST,RC,tangential_firing,38.0,lb,ton,1 +ST,RC,vertical_firing,38.0,lb,ton,1 +ST,RC,wall_fired,38.0,lb,ton,1 +CA,RFO,cell_burner,6.59401,lb,barrel,1 +CA,RFO,cyclone_firing,6.59401,lb,barrel,1 +CA,RFO,duct_burner,6.59401,lb,barrel,1 +CA,RFO,fluidized_bed_firing,0.6594,lb,barrel,1 +CA,RFO,none,5.88001,lb,barrel,1 +CA,RFO,other,6.59401,lb,barrel,1 +CA,RFO,stoker,6.59401,lb,barrel,1 +CA,RFO,tangential_firing,6.59401,lb,barrel,1 +CA,RFO,vertical_firing,6.59401,lb,barrel,1 +CA,RFO,wall_fired,6.59401,lb,barrel,1 +CC,RFO,cell_burner,6.59401,lb,barrel,1 +CC,RFO,cyclone_firing,6.59401,lb,barrel,1 +CC,RFO,duct_burner,6.59401,lb,barrel,1 +CC,RFO,fluidized_bed_firing,0.6594,lb,barrel,1 +CC,RFO,none,5.88001,lb,barrel,1 +CC,RFO,other,6.59401,lb,barrel,1 +CC,RFO,stoker,6.59401,lb,barrel,1 +CC,RFO,tangential_firing,6.59401,lb,barrel,1 +CC,RFO,vertical_firing,6.59401,lb,barrel,1 +CC,RFO,wall_fired,6.59401,lb,barrel,1 +CE,RFO,none,5.88001,lb,barrel,1 +CS,RFO,cell_burner,6.59401,lb,barrel,1 +CS,RFO,cyclone_firing,6.59401,lb,barrel,1 +CS,RFO,duct_burner,6.59401,lb,barrel,1 +CS,RFO,fluidized_bed_firing,0.6594,lb,barrel,1 +CS,RFO,none,5.88001,lb,barrel,1 +CS,RFO,other,6.59401,lb,barrel,1 +CS,RFO,stoker,6.59401,lb,barrel,1 +CS,RFO,tangential_firing,6.59401,lb,barrel,1 +CS,RFO,vertical_firing,6.59401,lb,barrel,1 +CS,RFO,wall_fired,6.59401,lb,barrel,1 +CT,RFO,cell_burner,6.59401,lb,barrel,1 +CT,RFO,cyclone_firing,6.59401,lb,barrel,1 +CT,RFO,duct_burner,6.59401,lb,barrel,1 +CT,RFO,fluidized_bed_firing,0.6594,lb,barrel,1 +CT,RFO,none,5.88001,lb,barrel,1 +CT,RFO,other,6.59401,lb,barrel,1 +CT,RFO,stoker,6.59401,lb,barrel,1 +CT,RFO,tangential_firing,6.59401,lb,barrel,1 +CT,RFO,vertical_firing,6.59401,lb,barrel,1 +CT,RFO,wall_fired,6.59401,lb,barrel,1 +GT,RFO,cell_burner,6.59401,lb,barrel,1 +GT,RFO,cyclone_firing,6.59401,lb,barrel,1 +GT,RFO,duct_burner,6.59401,lb,barrel,1 +GT,RFO,fluidized_bed_firing,0.6594,lb,barrel,1 +GT,RFO,none,5.88001,lb,barrel,1 +GT,RFO,other,6.59401,lb,barrel,1 +GT,RFO,stoker,6.59401,lb,barrel,1 +GT,RFO,tangential_firing,6.59401,lb,barrel,1 +GT,RFO,vertical_firing,6.59401,lb,barrel,1 +GT,RFO,wall_fired,6.59401,lb,barrel,1 +IC,RFO,none,5.88001,lb,barrel,1 +OT,RFO,cell_burner,6.59401,lb,barrel,1 +OT,RFO,cyclone_firing,6.59401,lb,barrel,1 +OT,RFO,duct_burner,6.59401,lb,barrel,1 +OT,RFO,fluidized_bed_firing,0.6594,lb,barrel,1 +OT,RFO,none,6.59401,lb,barrel,1 +OT,RFO,other,6.59401,lb,barrel,1 +OT,RFO,stoker,6.59401,lb,barrel,1 +OT,RFO,tangential_firing,6.59401,lb,barrel,1 +OT,RFO,vertical_firing,6.59401,lb,barrel,1 +OT,RFO,wall_fired,6.59401,lb,barrel,1 +ST,RFO,cell_burner,6.59401,lb,barrel,1 +ST,RFO,cyclone_firing,6.59401,lb,barrel,1 +ST,RFO,duct_burner,6.59401,lb,barrel,1 +ST,RFO,fluidized_bed_firing,0.6594,lb,barrel,1 +ST,RFO,none,6.59401,lb,barrel,1 +ST,RFO,other,6.59401,lb,barrel,1 +ST,RFO,stoker,6.59401,lb,barrel,1 +ST,RFO,tangential_firing,6.59401,lb,barrel,1 +ST,RFO,vertical_firing,6.59401,lb,barrel,1 +ST,RFO,wall_fired,6.59401,lb,barrel,1 +CA,SC,cell_burner,38.0,lb,ton,1 +CA,SC,cyclone_firing,38.0,lb,ton,1 +CA,SC,duct_burner,38.0,lb,ton,1 +CA,SC,fluidized_bed_firing,3.8,lb,ton,1 +CA,SC,none,38.0,lb,ton,1 +CA,SC,other,38.0,lb,ton,1 +CA,SC,stoker,38.0,lb,ton,1 +CA,SC,tangential_firing,38.0,lb,ton,1 +CA,SC,vertical_firing,38.0,lb,ton,1 +CA,SC,wall_fired,38.0,lb,ton,1 +CC,SC,cell_burner,38.0,lb,ton,1 +CC,SC,cyclone_firing,38.0,lb,ton,1 +CC,SC,duct_burner,38.0,lb,ton,1 +CC,SC,fluidized_bed_firing,3.8,lb,ton,1 +CC,SC,none,38.0,lb,ton,1 +CC,SC,other,38.0,lb,ton,1 +CC,SC,stoker,38.0,lb,ton,1 +CC,SC,tangential_firing,38.0,lb,ton,1 +CC,SC,vertical_firing,38.0,lb,ton,1 +CC,SC,wall_fired,38.0,lb,ton,1 +CE,SC,none,38.0,lb,ton,1 +CS,SC,cell_burner,38.0,lb,ton,1 +CS,SC,cyclone_firing,38.0,lb,ton,1 +CS,SC,duct_burner,38.0,lb,ton,1 +CS,SC,fluidized_bed_firing,3.8,lb,ton,1 +CS,SC,none,38.0,lb,ton,1 +CS,SC,other,38.0,lb,ton,1 +CS,SC,stoker,38.0,lb,ton,1 +CS,SC,tangential_firing,38.0,lb,ton,1 +CS,SC,vertical_firing,38.0,lb,ton,1 +CS,SC,wall_fired,38.0,lb,ton,1 +CT,SC,cell_burner,38.0,lb,ton,1 +CT,SC,cyclone_firing,38.0,lb,ton,1 +CT,SC,duct_burner,38.0,lb,ton,1 +CT,SC,fluidized_bed_firing,3.8,lb,ton,1 +CT,SC,none,38.0,lb,ton,1 +CT,SC,other,38.0,lb,ton,1 +CT,SC,stoker,38.0,lb,ton,1 +CT,SC,tangential_firing,38.0,lb,ton,1 +CT,SC,vertical_firing,38.0,lb,ton,1 +CT,SC,wall_fired,38.0,lb,ton,1 +GT,SC,cell_burner,38.0,lb,ton,1 +GT,SC,cyclone_firing,38.0,lb,ton,1 +GT,SC,duct_burner,38.0,lb,ton,1 +GT,SC,fluidized_bed_firing,3.8,lb,ton,1 +GT,SC,none,38.0,lb,ton,1 +GT,SC,other,38.0,lb,ton,1 +GT,SC,stoker,38.0,lb,ton,1 +GT,SC,tangential_firing,38.0,lb,ton,1 +GT,SC,vertical_firing,38.0,lb,ton,1 +GT,SC,wall_fired,38.0,lb,ton,1 +IC,SC,none,38.0,lb,ton,1 +OT,SC,cell_burner,38.0,lb,ton,1 +OT,SC,cyclone_firing,38.0,lb,ton,1 +OT,SC,duct_burner,38.0,lb,ton,1 +OT,SC,fluidized_bed_firing,3.8,lb,ton,1 +OT,SC,none,38.0,lb,ton,1 +OT,SC,other,38.0,lb,ton,1 +OT,SC,stoker,38.0,lb,ton,1 +OT,SC,tangential_firing,38.0,lb,ton,1 +OT,SC,vertical_firing,38.0,lb,ton,1 +OT,SC,wall_fired,38.0,lb,ton,1 +ST,SC,cell_burner,38.0,lb,ton,1 +ST,SC,cyclone_firing,38.0,lb,ton,1 +ST,SC,duct_burner,38.0,lb,ton,1 +ST,SC,fluidized_bed_firing,3.8,lb,ton,1 +ST,SC,none,38.0,lb,ton,1 +ST,SC,other,38.0,lb,ton,1 +ST,SC,stoker,38.0,lb,ton,1 +ST,SC,tangential_firing,38.0,lb,ton,1 +ST,SC,vertical_firing,38.0,lb,ton,1 +ST,SC,wall_fired,38.0,lb,ton,1 +CA,SGC,cell_burner,0.0006,lb,mcf,0 +CA,SGC,cyclone_firing,0.0006,lb,mcf,0 +CA,SGC,duct_burner,0.0006,lb,mcf,0 +CA,SGC,fluidized_bed_firing,6e-05,lb,mcf,0 +CA,SGC,none,0.0006,lb,mcf,0 +CA,SGC,other,0.0006,lb,mcf,0 +CA,SGC,stoker,0.0006,lb,mcf,0 +CA,SGC,tangential_firing,0.0006,lb,mcf,0 +CA,SGC,vertical_firing,0.0006,lb,mcf,0 +CA,SGC,wall_fired,0.0006,lb,mcf,0 +CC,SGC,cell_burner,0.0006,lb,mcf,0 +CC,SGC,cyclone_firing,0.0006,lb,mcf,0 +CC,SGC,duct_burner,0.0006,lb,mcf,0 +CC,SGC,fluidized_bed_firing,6e-05,lb,mcf,0 +CC,SGC,none,0.0006,lb,mcf,0 +CC,SGC,other,0.0006,lb,mcf,0 +CC,SGC,stoker,0.0006,lb,mcf,0 +CC,SGC,tangential_firing,0.0006,lb,mcf,0 +CC,SGC,vertical_firing,0.0006,lb,mcf,0 +CC,SGC,wall_fired,0.0006,lb,mcf,0 +CE,SGC,none,0.0006,lb,mcf,0 +CS,SGC,cell_burner,0.0006,lb,mcf,0 +CS,SGC,cyclone_firing,0.0006,lb,mcf,0 +CS,SGC,duct_burner,0.0006,lb,mcf,0 +CS,SGC,fluidized_bed_firing,6e-05,lb,mcf,0 +CS,SGC,none,0.0006,lb,mcf,0 +CS,SGC,other,0.0006,lb,mcf,0 +CS,SGC,stoker,0.0006,lb,mcf,0 +CS,SGC,tangential_firing,0.0006,lb,mcf,0 +CS,SGC,vertical_firing,0.0006,lb,mcf,0 +CS,SGC,wall_fired,0.0006,lb,mcf,0 +CT,SGC,cell_burner,0.0006,lb,mcf,0 +CT,SGC,cyclone_firing,0.0006,lb,mcf,0 +CT,SGC,duct_burner,0.0006,lb,mcf,0 +CT,SGC,fluidized_bed_firing,6e-05,lb,mcf,0 +CT,SGC,none,0.0006,lb,mcf,0 +CT,SGC,other,0.0006,lb,mcf,0 +CT,SGC,stoker,0.0006,lb,mcf,0 +CT,SGC,tangential_firing,0.0006,lb,mcf,0 +CT,SGC,vertical_firing,0.0006,lb,mcf,0 +CT,SGC,wall_fired,0.0006,lb,mcf,0 +GT,SGC,cell_burner,0.0006,lb,mcf,0 +GT,SGC,cyclone_firing,0.0006,lb,mcf,0 +GT,SGC,duct_burner,0.0006,lb,mcf,0 +GT,SGC,fluidized_bed_firing,6e-05,lb,mcf,0 +GT,SGC,none,0.0006,lb,mcf,0 +GT,SGC,other,0.0006,lb,mcf,0 +GT,SGC,stoker,0.0006,lb,mcf,0 +GT,SGC,tangential_firing,0.0006,lb,mcf,0 +GT,SGC,vertical_firing,0.0006,lb,mcf,0 +GT,SGC,wall_fired,0.0006,lb,mcf,0 +IC,SGC,none,0.0006,lb,mcf,0 +OT,SGC,cell_burner,0.0006,lb,mcf,0 +OT,SGC,cyclone_firing,0.0006,lb,mcf,0 +OT,SGC,duct_burner,0.0006,lb,mcf,0 +OT,SGC,fluidized_bed_firing,6e-05,lb,mcf,0 +OT,SGC,none,0.0006,lb,mcf,0 +OT,SGC,other,0.0006,lb,mcf,0 +OT,SGC,stoker,0.0006,lb,mcf,0 +OT,SGC,tangential_firing,0.0006,lb,mcf,0 +OT,SGC,vertical_firing,0.0006,lb,mcf,0 +OT,SGC,wall_fired,0.0006,lb,mcf,0 +ST,SGC,cell_burner,0.0006,lb,mcf,0 +ST,SGC,cyclone_firing,0.0006,lb,mcf,0 +ST,SGC,duct_burner,0.0006,lb,mcf,0 +ST,SGC,fluidized_bed_firing,6e-05,lb,mcf,0 +ST,SGC,none,0.0006,lb,mcf,0 +ST,SGC,other,0.0006,lb,mcf,0 +ST,SGC,stoker,0.0006,lb,mcf,0 +ST,SGC,tangential_firing,0.0006,lb,mcf,0 +ST,SGC,vertical_firing,0.0006,lb,mcf,0 +ST,SGC,wall_fired,0.0006,lb,mcf,0 +CA,SGP,cell_burner,0.0006,lb,mcf,0 +CA,SGP,cyclone_firing,0.0006,lb,mcf,0 +CA,SGP,duct_burner,0.0006,lb,mcf,0 +CA,SGP,fluidized_bed_firing,6e-05,lb,mcf,0 +CA,SGP,none,0.0006,lb,mcf,0 +CA,SGP,other,0.0006,lb,mcf,0 +CA,SGP,stoker,0.0006,lb,mcf,0 +CA,SGP,tangential_firing,0.0006,lb,mcf,0 +CA,SGP,vertical_firing,0.0006,lb,mcf,0 +CA,SGP,wall_fired,0.0006,lb,mcf,0 +CC,SGP,cell_burner,0.0006,lb,mcf,0 +CC,SGP,cyclone_firing,0.0006,lb,mcf,0 +CC,SGP,duct_burner,0.0006,lb,mcf,0 +CC,SGP,fluidized_bed_firing,6e-05,lb,mcf,0 +CC,SGP,none,0.0006,lb,mcf,0 +CC,SGP,other,0.0006,lb,mcf,0 +CC,SGP,stoker,0.0006,lb,mcf,0 +CC,SGP,tangential_firing,0.0006,lb,mcf,0 +CC,SGP,vertical_firing,0.0006,lb,mcf,0 +CC,SGP,wall_fired,0.0006,lb,mcf,0 +CE,SGP,none,0.0006,lb,mcf,0 +CS,SGP,cell_burner,0.0006,lb,mcf,0 +CS,SGP,cyclone_firing,0.0006,lb,mcf,0 +CS,SGP,duct_burner,0.0006,lb,mcf,0 +CS,SGP,fluidized_bed_firing,6e-05,lb,mcf,0 +CS,SGP,none,0.0006,lb,mcf,0 +CS,SGP,other,0.0006,lb,mcf,0 +CS,SGP,stoker,0.0006,lb,mcf,0 +CS,SGP,tangential_firing,0.0006,lb,mcf,0 +CS,SGP,vertical_firing,0.0006,lb,mcf,0 +CS,SGP,wall_fired,0.0006,lb,mcf,0 +CT,SGP,cell_burner,0.0006,lb,mcf,0 +CT,SGP,cyclone_firing,0.0006,lb,mcf,0 +CT,SGP,duct_burner,0.0006,lb,mcf,0 +CT,SGP,fluidized_bed_firing,6e-05,lb,mcf,0 +CT,SGP,none,0.0006,lb,mcf,0 +CT,SGP,other,0.0006,lb,mcf,0 +CT,SGP,stoker,0.0006,lb,mcf,0 +CT,SGP,tangential_firing,0.0006,lb,mcf,0 +CT,SGP,vertical_firing,0.0006,lb,mcf,0 +CT,SGP,wall_fired,0.0006,lb,mcf,0 +GT,SGP,cell_burner,0.0006,lb,mcf,0 +GT,SGP,cyclone_firing,0.0006,lb,mcf,0 +GT,SGP,duct_burner,0.0006,lb,mcf,0 +GT,SGP,fluidized_bed_firing,6e-05,lb,mcf,0 +GT,SGP,none,0.0006,lb,mcf,0 +GT,SGP,other,0.0006,lb,mcf,0 +GT,SGP,stoker,0.0006,lb,mcf,0 +GT,SGP,tangential_firing,0.0006,lb,mcf,0 +GT,SGP,vertical_firing,0.0006,lb,mcf,0 +GT,SGP,wall_fired,0.0006,lb,mcf,0 +IC,SGP,none,0.0006,lb,mcf,0 +OT,SGP,cell_burner,0.0006,lb,mcf,0 +OT,SGP,cyclone_firing,0.0006,lb,mcf,0 +OT,SGP,duct_burner,0.0006,lb,mcf,0 +OT,SGP,fluidized_bed_firing,6e-05,lb,mcf,0 +OT,SGP,none,0.0006,lb,mcf,0 +OT,SGP,other,0.0006,lb,mcf,0 +OT,SGP,stoker,0.0006,lb,mcf,0 +OT,SGP,tangential_firing,0.0006,lb,mcf,0 +OT,SGP,vertical_firing,0.0006,lb,mcf,0 +OT,SGP,wall_fired,0.0006,lb,mcf,0 +ST,SGP,cell_burner,0.0006,lb,mcf,0 +ST,SGP,cyclone_firing,0.0006,lb,mcf,0 +ST,SGP,duct_burner,0.0006,lb,mcf,0 +ST,SGP,fluidized_bed_firing,6e-05,lb,mcf,0 +ST,SGP,none,0.0006,lb,mcf,0 +ST,SGP,other,0.0006,lb,mcf,0 +ST,SGP,stoker,0.0006,lb,mcf,0 +ST,SGP,tangential_firing,0.0006,lb,mcf,0 +ST,SGP,vertical_firing,0.0006,lb,mcf,0 +ST,SGP,wall_fired,0.0006,lb,mcf,0 +CA,SLW,cell_burner,2.8,lb,ton,0 +CA,SLW,cyclone_firing,2.8,lb,ton,0 +CA,SLW,duct_burner,2.8,lb,ton,0 +CA,SLW,fluidized_bed_firing,0.28,lb,ton,0 +CA,SLW,none,2.8,lb,ton,0 +CA,SLW,other,2.8,lb,ton,0 +CA,SLW,stoker,2.8,lb,ton,0 +CA,SLW,tangential_firing,2.8,lb,ton,0 +CA,SLW,vertical_firing,2.8,lb,ton,0 +CA,SLW,wall_fired,2.8,lb,ton,0 +CC,SLW,cell_burner,2.8,lb,ton,0 +CC,SLW,cyclone_firing,2.8,lb,ton,0 +CC,SLW,duct_burner,2.8,lb,ton,0 +CC,SLW,fluidized_bed_firing,0.28,lb,ton,0 +CC,SLW,none,2.8,lb,ton,0 +CC,SLW,other,2.8,lb,ton,0 +CC,SLW,stoker,2.8,lb,ton,0 +CC,SLW,tangential_firing,2.8,lb,ton,0 +CC,SLW,vertical_firing,2.8,lb,ton,0 +CC,SLW,wall_fired,2.8,lb,ton,0 +CE,SLW,none,2.8,lb,ton,0 +CS,SLW,cell_burner,2.8,lb,ton,0 +CS,SLW,cyclone_firing,2.8,lb,ton,0 +CS,SLW,duct_burner,2.8,lb,ton,0 +CS,SLW,fluidized_bed_firing,0.28,lb,ton,0 +CS,SLW,none,2.8,lb,ton,0 +CS,SLW,other,2.8,lb,ton,0 +CS,SLW,stoker,2.8,lb,ton,0 +CS,SLW,tangential_firing,2.8,lb,ton,0 +CS,SLW,vertical_firing,2.8,lb,ton,0 +CS,SLW,wall_fired,2.8,lb,ton,0 +CT,SLW,cell_burner,2.8,lb,ton,0 +CT,SLW,cyclone_firing,2.8,lb,ton,0 +CT,SLW,duct_burner,2.8,lb,ton,0 +CT,SLW,fluidized_bed_firing,0.28,lb,ton,0 +CT,SLW,none,2.8,lb,ton,0 +CT,SLW,other,2.8,lb,ton,0 +CT,SLW,stoker,2.8,lb,ton,0 +CT,SLW,tangential_firing,2.8,lb,ton,0 +CT,SLW,vertical_firing,2.8,lb,ton,0 +CT,SLW,wall_fired,2.8,lb,ton,0 +GT,SLW,cell_burner,2.8,lb,ton,0 +GT,SLW,cyclone_firing,2.8,lb,ton,0 +GT,SLW,duct_burner,2.8,lb,ton,0 +GT,SLW,fluidized_bed_firing,0.28,lb,ton,0 +GT,SLW,none,2.8,lb,ton,0 +GT,SLW,other,2.8,lb,ton,0 +GT,SLW,stoker,2.8,lb,ton,0 +GT,SLW,tangential_firing,2.8,lb,ton,0 +GT,SLW,vertical_firing,2.8,lb,ton,0 +GT,SLW,wall_fired,2.8,lb,ton,0 +IC,SLW,none,2.8,lb,ton,0 +OT,SLW,cell_burner,2.8,lb,ton,0 +OT,SLW,cyclone_firing,2.8,lb,ton,0 +OT,SLW,duct_burner,2.8,lb,ton,0 +OT,SLW,fluidized_bed_firing,0.28,lb,ton,0 +OT,SLW,none,2.8,lb,ton,0 +OT,SLW,other,2.8,lb,ton,0 +OT,SLW,stoker,2.8,lb,ton,0 +OT,SLW,tangential_firing,2.8,lb,ton,0 +OT,SLW,vertical_firing,2.8,lb,ton,0 +OT,SLW,wall_fired,2.8,lb,ton,0 +ST,SLW,cell_burner,2.8,lb,ton,0 +ST,SLW,cyclone_firing,2.8,lb,ton,0 +ST,SLW,duct_burner,2.8,lb,ton,0 +ST,SLW,fluidized_bed_firing,0.28,lb,ton,0 +ST,SLW,none,2.8,lb,ton,0 +ST,SLW,other,2.8,lb,ton,0 +ST,SLW,stoker,2.8,lb,ton,0 +ST,SLW,tangential_firing,2.8,lb,ton,0 +ST,SLW,vertical_firing,2.8,lb,ton,0 +ST,SLW,wall_fired,2.8,lb,ton,0 +CA,SUB,cell_burner,35.0,lb,ton,1 +CA,SUB,cyclone_firing,35.0,lb,ton,1 +CA,SUB,duct_burner,35.0,lb,ton,1 +CA,SUB,fluidized_bed_firing,3.5,lb,ton,1 +CA,SUB,none,35.0,lb,ton,1 +CA,SUB,other,35.0,lb,ton,1 +CA,SUB,stoker,35.0,lb,ton,1 +CA,SUB,tangential_firing,35.0,lb,ton,1 +CA,SUB,vertical_firing,35.0,lb,ton,1 +CA,SUB,wall_fired,35.0,lb,ton,1 +CC,SUB,cell_burner,35.0,lb,ton,1 +CC,SUB,cyclone_firing,35.0,lb,ton,1 +CC,SUB,duct_burner,35.0,lb,ton,1 +CC,SUB,fluidized_bed_firing,3.5,lb,ton,1 +CC,SUB,none,35.0,lb,ton,1 +CC,SUB,other,35.0,lb,ton,1 +CC,SUB,stoker,35.0,lb,ton,1 +CC,SUB,tangential_firing,35.0,lb,ton,1 +CC,SUB,vertical_firing,35.0,lb,ton,1 +CC,SUB,wall_fired,35.0,lb,ton,1 +CE,SUB,none,35.0,lb,ton,1 +CS,SUB,cell_burner,35.0,lb,ton,1 +CS,SUB,cyclone_firing,35.0,lb,ton,1 +CS,SUB,duct_burner,35.0,lb,ton,1 +CS,SUB,fluidized_bed_firing,3.5,lb,ton,1 +CS,SUB,none,35.0,lb,ton,1 +CS,SUB,other,35.0,lb,ton,1 +CS,SUB,stoker,35.0,lb,ton,1 +CS,SUB,tangential_firing,35.0,lb,ton,1 +CS,SUB,vertical_firing,35.0,lb,ton,1 +CS,SUB,wall_fired,35.0,lb,ton,1 +CT,SUB,cell_burner,35.0,lb,ton,1 +CT,SUB,cyclone_firing,35.0,lb,ton,1 +CT,SUB,duct_burner,35.0,lb,ton,1 +CT,SUB,fluidized_bed_firing,3.5,lb,ton,1 +CT,SUB,none,35.0,lb,ton,1 +CT,SUB,other,35.0,lb,ton,1 +CT,SUB,stoker,35.0,lb,ton,1 +CT,SUB,tangential_firing,35.0,lb,ton,1 +CT,SUB,vertical_firing,35.0,lb,ton,1 +CT,SUB,wall_fired,35.0,lb,ton,1 +GT,SUB,cell_burner,35.0,lb,ton,1 +GT,SUB,cyclone_firing,35.0,lb,ton,1 +GT,SUB,duct_burner,35.0,lb,ton,1 +GT,SUB,fluidized_bed_firing,3.5,lb,ton,1 +GT,SUB,none,35.0,lb,ton,1 +GT,SUB,other,35.0,lb,ton,1 +GT,SUB,stoker,35.0,lb,ton,1 +GT,SUB,tangential_firing,35.0,lb,ton,1 +GT,SUB,vertical_firing,35.0,lb,ton,1 +GT,SUB,wall_fired,35.0,lb,ton,1 +IC,SUB,none,35.0,lb,ton,1 +OT,SUB,cell_burner,35.0,lb,ton,1 +OT,SUB,cyclone_firing,35.0,lb,ton,1 +OT,SUB,duct_burner,35.0,lb,ton,1 +OT,SUB,fluidized_bed_firing,3.5,lb,ton,1 +OT,SUB,none,35.0,lb,ton,1 +OT,SUB,other,35.0,lb,ton,1 +OT,SUB,stoker,35.0,lb,ton,1 +OT,SUB,tangential_firing,35.0,lb,ton,1 +OT,SUB,vertical_firing,35.0,lb,ton,1 +OT,SUB,wall_fired,35.0,lb,ton,1 +ST,SUB,cell_burner,35.0,lb,ton,1 +ST,SUB,cyclone_firing,35.0,lb,ton,1 +ST,SUB,duct_burner,35.0,lb,ton,1 +ST,SUB,fluidized_bed_firing,3.5,lb,ton,1 +ST,SUB,none,35.0,lb,ton,1 +ST,SUB,other,35.0,lb,ton,1 +ST,SUB,stoker,35.0,lb,ton,1 +ST,SUB,tangential_firing,35.0,lb,ton,1 +ST,SUB,vertical_firing,35.0,lb,ton,1 +ST,SUB,wall_fired,35.0,lb,ton,1 +CA,TDF,cell_burner,38.0,lb,ton,1 +CA,TDF,cyclone_firing,38.0,lb,ton,1 +CA,TDF,duct_burner,38.0,lb,ton,1 +CA,TDF,fluidized_bed_firing,3.8,lb,ton,1 +CA,TDF,none,38.0,lb,ton,1 +CA,TDF,other,38.0,lb,ton,1 +CA,TDF,stoker,38.0,lb,ton,1 +CA,TDF,tangential_firing,38.0,lb,ton,1 +CA,TDF,vertical_firing,38.0,lb,ton,1 +CA,TDF,wall_fired,38.0,lb,ton,1 +CC,TDF,cell_burner,38.0,lb,ton,1 +CC,TDF,cyclone_firing,38.0,lb,ton,1 +CC,TDF,duct_burner,38.0,lb,ton,1 +CC,TDF,fluidized_bed_firing,3.8,lb,ton,1 +CC,TDF,none,38.0,lb,ton,1 +CC,TDF,other,38.0,lb,ton,1 +CC,TDF,stoker,38.0,lb,ton,1 +CC,TDF,tangential_firing,38.0,lb,ton,1 +CC,TDF,vertical_firing,38.0,lb,ton,1 +CC,TDF,wall_fired,38.0,lb,ton,1 +CE,TDF,none,38.0,lb,ton,1 +CS,TDF,cell_burner,38.0,lb,ton,1 +CS,TDF,cyclone_firing,38.0,lb,ton,1 +CS,TDF,duct_burner,38.0,lb,ton,1 +CS,TDF,fluidized_bed_firing,3.8,lb,ton,1 +CS,TDF,none,38.0,lb,ton,1 +CS,TDF,other,38.0,lb,ton,1 +CS,TDF,stoker,38.0,lb,ton,1 +CS,TDF,tangential_firing,38.0,lb,ton,1 +CS,TDF,vertical_firing,38.0,lb,ton,1 +CS,TDF,wall_fired,38.0,lb,ton,1 +CT,TDF,cell_burner,38.0,lb,ton,1 +CT,TDF,cyclone_firing,38.0,lb,ton,1 +CT,TDF,duct_burner,38.0,lb,ton,1 +CT,TDF,fluidized_bed_firing,3.8,lb,ton,1 +CT,TDF,none,38.0,lb,ton,1 +CT,TDF,other,38.0,lb,ton,1 +CT,TDF,stoker,38.0,lb,ton,1 +CT,TDF,tangential_firing,38.0,lb,ton,1 +CT,TDF,vertical_firing,38.0,lb,ton,1 +CT,TDF,wall_fired,38.0,lb,ton,1 +GT,TDF,cell_burner,38.0,lb,ton,1 +GT,TDF,cyclone_firing,38.0,lb,ton,1 +GT,TDF,duct_burner,38.0,lb,ton,1 +GT,TDF,fluidized_bed_firing,3.8,lb,ton,1 +GT,TDF,none,38.0,lb,ton,1 +GT,TDF,other,38.0,lb,ton,1 +GT,TDF,stoker,38.0,lb,ton,1 +GT,TDF,tangential_firing,38.0,lb,ton,1 +GT,TDF,vertical_firing,38.0,lb,ton,1 +GT,TDF,wall_fired,38.0,lb,ton,1 +IC,TDF,none,38.0,lb,ton,1 +OT,TDF,cell_burner,38.0,lb,ton,1 +OT,TDF,cyclone_firing,38.0,lb,ton,1 +OT,TDF,duct_burner,38.0,lb,ton,1 +OT,TDF,fluidized_bed_firing,3.8,lb,ton,1 +OT,TDF,none,38.0,lb,ton,1 +OT,TDF,other,38.0,lb,ton,1 +OT,TDF,stoker,38.0,lb,ton,1 +OT,TDF,tangential_firing,38.0,lb,ton,1 +OT,TDF,vertical_firing,38.0,lb,ton,1 +OT,TDF,wall_fired,38.0,lb,ton,1 +ST,TDF,cell_burner,38.0,lb,ton,1 +ST,TDF,cyclone_firing,38.0,lb,ton,1 +ST,TDF,duct_burner,38.0,lb,ton,1 +ST,TDF,fluidized_bed_firing,3.8,lb,ton,1 +ST,TDF,none,38.0,lb,ton,1 +ST,TDF,other,38.0,lb,ton,1 +ST,TDF,stoker,38.0,lb,ton,1 +ST,TDF,tangential_firing,38.0,lb,ton,1 +ST,TDF,vertical_firing,38.0,lb,ton,1 +ST,TDF,wall_fired,38.0,lb,ton,1 +CA,WC,cell_burner,30.0,lb,ton,1 +CA,WC,cyclone_firing,30.0,lb,ton,1 +CA,WC,duct_burner,30.0,lb,ton,1 +CA,WC,fluidized_bed_firing,3.0,lb,ton,1 +CA,WC,none,30.0,lb,ton,1 +CA,WC,other,30.0,lb,ton,1 +CA,WC,stoker,30.0,lb,ton,1 +CA,WC,tangential_firing,30.0,lb,ton,1 +CA,WC,vertical_firing,30.0,lb,ton,1 +CA,WC,wall_fired,30.0,lb,ton,1 +CC,WC,cell_burner,30.0,lb,ton,1 +CC,WC,cyclone_firing,30.0,lb,ton,1 +CC,WC,duct_burner,30.0,lb,ton,1 +CC,WC,fluidized_bed_firing,3.0,lb,ton,1 +CC,WC,none,30.0,lb,ton,1 +CC,WC,other,30.0,lb,ton,1 +CC,WC,stoker,30.0,lb,ton,1 +CC,WC,tangential_firing,30.0,lb,ton,1 +CC,WC,vertical_firing,30.0,lb,ton,1 +CC,WC,wall_fired,30.0,lb,ton,1 +CE,WC,none,30.0,lb,ton,1 +CS,WC,cell_burner,30.0,lb,ton,1 +CS,WC,cyclone_firing,30.0,lb,ton,1 +CS,WC,duct_burner,30.0,lb,ton,1 +CS,WC,fluidized_bed_firing,3.0,lb,ton,1 +CS,WC,none,30.0,lb,ton,1 +CS,WC,other,30.0,lb,ton,1 +CS,WC,stoker,30.0,lb,ton,1 +CS,WC,tangential_firing,30.0,lb,ton,1 +CS,WC,vertical_firing,30.0,lb,ton,1 +CS,WC,wall_fired,30.0,lb,ton,1 +CT,WC,cell_burner,30.0,lb,ton,1 +CT,WC,cyclone_firing,30.0,lb,ton,1 +CT,WC,duct_burner,30.0,lb,ton,1 +CT,WC,fluidized_bed_firing,3.0,lb,ton,1 +CT,WC,none,30.0,lb,ton,1 +CT,WC,other,30.0,lb,ton,1 +CT,WC,stoker,30.0,lb,ton,1 +CT,WC,tangential_firing,30.0,lb,ton,1 +CT,WC,vertical_firing,30.0,lb,ton,1 +CT,WC,wall_fired,30.0,lb,ton,1 +GT,WC,cell_burner,30.0,lb,ton,1 +GT,WC,cyclone_firing,30.0,lb,ton,1 +GT,WC,duct_burner,30.0,lb,ton,1 +GT,WC,fluidized_bed_firing,3.0,lb,ton,1 +GT,WC,none,30.0,lb,ton,1 +GT,WC,other,30.0,lb,ton,1 +GT,WC,stoker,30.0,lb,ton,1 +GT,WC,tangential_firing,30.0,lb,ton,1 +GT,WC,vertical_firing,30.0,lb,ton,1 +GT,WC,wall_fired,30.0,lb,ton,1 +IC,WC,none,30.0,lb,ton,1 +OT,WC,cell_burner,30.0,lb,ton,1 +OT,WC,cyclone_firing,30.0,lb,ton,1 +OT,WC,duct_burner,30.0,lb,ton,1 +OT,WC,fluidized_bed_firing,3.0,lb,ton,1 +OT,WC,none,30.0,lb,ton,1 +OT,WC,other,30.0,lb,ton,1 +OT,WC,stoker,30.0,lb,ton,1 +OT,WC,tangential_firing,30.0,lb,ton,1 +OT,WC,vertical_firing,30.0,lb,ton,1 +OT,WC,wall_fired,30.0,lb,ton,1 +ST,WC,cell_burner,30.0,lb,ton,1 +ST,WC,cyclone_firing,30.0,lb,ton,1 +ST,WC,duct_burner,30.0,lb,ton,1 +ST,WC,fluidized_bed_firing,3.0,lb,ton,1 +ST,WC,none,30.0,lb,ton,1 +ST,WC,other,30.0,lb,ton,1 +ST,WC,stoker,30.0,lb,ton,1 +ST,WC,tangential_firing,30.0,lb,ton,1 +ST,WC,vertical_firing,30.0,lb,ton,1 +ST,WC,wall_fired,30.0,lb,ton,1 +CA,WDL,cell_burner,5.96401,lb,barrel,1 +CA,WDL,cyclone_firing,5.96401,lb,barrel,1 +CA,WDL,duct_burner,5.96401,lb,barrel,1 +CA,WDL,fluidized_bed_firing,0.5964,lb,barrel,1 +CA,WDL,none,5.88001,lb,barrel,1 +CA,WDL,other,5.96401,lb,barrel,1 +CA,WDL,stoker,5.96401,lb,barrel,1 +CA,WDL,tangential_firing,5.96401,lb,barrel,1 +CA,WDL,vertical_firing,5.96401,lb,barrel,1 +CA,WDL,wall_fired,5.96401,lb,barrel,1 +CC,WDL,cell_burner,5.96401,lb,barrel,1 +CC,WDL,cyclone_firing,5.96401,lb,barrel,1 +CC,WDL,duct_burner,5.96401,lb,barrel,1 +CC,WDL,fluidized_bed_firing,0.5964,lb,barrel,1 +CC,WDL,none,5.88001,lb,barrel,1 +CC,WDL,other,5.96401,lb,barrel,1 +CC,WDL,stoker,5.96401,lb,barrel,1 +CC,WDL,tangential_firing,5.96401,lb,barrel,1 +CC,WDL,vertical_firing,5.96401,lb,barrel,1 +CC,WDL,wall_fired,5.96401,lb,barrel,1 +CE,WDL,none,5.88001,lb,barrel,1 +CS,WDL,cell_burner,5.96401,lb,barrel,1 +CS,WDL,cyclone_firing,5.96401,lb,barrel,1 +CS,WDL,duct_burner,5.96401,lb,barrel,1 +CS,WDL,fluidized_bed_firing,0.5964,lb,barrel,1 +CS,WDL,none,5.88001,lb,barrel,1 +CS,WDL,other,5.96401,lb,barrel,1 +CS,WDL,stoker,5.96401,lb,barrel,1 +CS,WDL,tangential_firing,5.96401,lb,barrel,1 +CS,WDL,vertical_firing,5.96401,lb,barrel,1 +CS,WDL,wall_fired,5.96401,lb,barrel,1 +CT,WDL,cell_burner,5.96401,lb,barrel,1 +CT,WDL,cyclone_firing,5.96401,lb,barrel,1 +CT,WDL,duct_burner,5.96401,lb,barrel,1 +CT,WDL,fluidized_bed_firing,0.5964,lb,barrel,1 +CT,WDL,none,5.88001,lb,barrel,1 +CT,WDL,other,5.96401,lb,barrel,1 +CT,WDL,stoker,5.96401,lb,barrel,1 +CT,WDL,tangential_firing,5.96401,lb,barrel,1 +CT,WDL,vertical_firing,5.96401,lb,barrel,1 +CT,WDL,wall_fired,5.96401,lb,barrel,1 +GT,WDL,cell_burner,5.96401,lb,barrel,1 +GT,WDL,cyclone_firing,5.96401,lb,barrel,1 +GT,WDL,duct_burner,5.96401,lb,barrel,1 +GT,WDL,fluidized_bed_firing,0.5964,lb,barrel,1 +GT,WDL,none,5.88001,lb,barrel,1 +GT,WDL,other,5.96401,lb,barrel,1 +GT,WDL,stoker,5.96401,lb,barrel,1 +GT,WDL,tangential_firing,5.96401,lb,barrel,1 +GT,WDL,vertical_firing,5.96401,lb,barrel,1 +GT,WDL,wall_fired,5.96401,lb,barrel,1 +IC,WDL,none,5.88001,lb,barrel,1 +OT,WDL,cell_burner,5.96401,lb,barrel,1 +OT,WDL,cyclone_firing,5.96401,lb,barrel,1 +OT,WDL,duct_burner,5.96401,lb,barrel,1 +OT,WDL,fluidized_bed_firing,0.5964,lb,barrel,1 +OT,WDL,none,5.96401,lb,barrel,1 +OT,WDL,other,5.96401,lb,barrel,1 +OT,WDL,stoker,5.96401,lb,barrel,1 +OT,WDL,tangential_firing,5.96401,lb,barrel,1 +OT,WDL,vertical_firing,5.96401,lb,barrel,1 +OT,WDL,wall_fired,5.96401,lb,barrel,1 +ST,WDL,cell_burner,5.96401,lb,barrel,1 +ST,WDL,cyclone_firing,5.96401,lb,barrel,1 +ST,WDL,duct_burner,5.96401,lb,barrel,1 +ST,WDL,fluidized_bed_firing,0.5964,lb,barrel,1 +ST,WDL,none,5.96401,lb,barrel,1 +ST,WDL,other,5.96401,lb,barrel,1 +ST,WDL,stoker,5.96401,lb,barrel,1 +ST,WDL,tangential_firing,5.96401,lb,barrel,1 +ST,WDL,vertical_firing,5.96401,lb,barrel,1 +ST,WDL,wall_fired,5.96401,lb,barrel,1 +CA,WDS,cell_burner,0.29,lb,ton,0 +CA,WDS,cyclone_firing,0.29,lb,ton,0 +CA,WDS,duct_burner,0.29,lb,ton,0 +CA,WDS,fluidized_bed_firing,0.08,lb,ton,0 +CA,WDS,none,0.29,lb,ton,0 +CA,WDS,other,0.29,lb,ton,0 +CA,WDS,stoker,0.08,lb,ton,0 +CA,WDS,tangential_firing,0.29,lb,ton,0 +CA,WDS,vertical_firing,0.29,lb,ton,0 +CA,WDS,wall_fired,0.29,lb,ton,0 +CC,WDS,cell_burner,0.29,lb,ton,0 +CC,WDS,cyclone_firing,0.29,lb,ton,0 +CC,WDS,duct_burner,0.29,lb,ton,0 +CC,WDS,fluidized_bed_firing,0.08,lb,ton,0 +CC,WDS,none,0.29,lb,ton,0 +CC,WDS,other,0.29,lb,ton,0 +CC,WDS,stoker,0.08,lb,ton,0 +CC,WDS,tangential_firing,0.29,lb,ton,0 +CC,WDS,vertical_firing,0.29,lb,ton,0 +CC,WDS,wall_fired,0.29,lb,ton,0 +CE,WDS,none,0.29,lb,ton,0 +CS,WDS,cell_burner,0.29,lb,ton,0 +CS,WDS,cyclone_firing,0.29,lb,ton,0 +CS,WDS,duct_burner,0.29,lb,ton,0 +CS,WDS,fluidized_bed_firing,0.08,lb,ton,0 +CS,WDS,none,0.29,lb,ton,0 +CS,WDS,other,0.29,lb,ton,0 +CS,WDS,stoker,0.08,lb,ton,0 +CS,WDS,tangential_firing,0.29,lb,ton,0 +CS,WDS,vertical_firing,0.29,lb,ton,0 +CS,WDS,wall_fired,0.29,lb,ton,0 +CT,WDS,cell_burner,0.29,lb,ton,0 +CT,WDS,cyclone_firing,0.29,lb,ton,0 +CT,WDS,duct_burner,0.29,lb,ton,0 +CT,WDS,fluidized_bed_firing,0.08,lb,ton,0 +CT,WDS,none,0.29,lb,ton,0 +CT,WDS,other,0.29,lb,ton,0 +CT,WDS,stoker,0.08,lb,ton,0 +CT,WDS,tangential_firing,0.29,lb,ton,0 +CT,WDS,vertical_firing,0.29,lb,ton,0 +CT,WDS,wall_fired,0.29,lb,ton,0 +GT,WDS,cell_burner,0.29,lb,ton,0 +GT,WDS,cyclone_firing,0.29,lb,ton,0 +GT,WDS,duct_burner,0.29,lb,ton,0 +GT,WDS,fluidized_bed_firing,0.08,lb,ton,0 +GT,WDS,none,0.29,lb,ton,0 +GT,WDS,other,0.29,lb,ton,0 +GT,WDS,stoker,0.08,lb,ton,0 +GT,WDS,tangential_firing,0.29,lb,ton,0 +GT,WDS,vertical_firing,0.29,lb,ton,0 +GT,WDS,wall_fired,0.29,lb,ton,0 +IC,WDS,none,0.29,lb,ton,0 +OT,WDS,cell_burner,0.29,lb,ton,0 +OT,WDS,cyclone_firing,0.29,lb,ton,0 +OT,WDS,duct_burner,0.29,lb,ton,0 +OT,WDS,fluidized_bed_firing,0.08,lb,ton,0 +OT,WDS,none,0.29,lb,ton,0 +OT,WDS,other,0.29,lb,ton,0 +OT,WDS,stoker,0.08,lb,ton,0 +OT,WDS,tangential_firing,0.29,lb,ton,0 +OT,WDS,vertical_firing,0.29,lb,ton,0 +OT,WDS,wall_fired,0.29,lb,ton,0 +ST,WDS,cell_burner,0.29,lb,ton,0 +ST,WDS,cyclone_firing,0.29,lb,ton,0 +ST,WDS,duct_burner,0.29,lb,ton,0 +ST,WDS,fluidized_bed_firing,0.08,lb,ton,0 +ST,WDS,none,0.29,lb,ton,0 +ST,WDS,other,0.29,lb,ton,0 +ST,WDS,stoker,0.08,lb,ton,0 +ST,WDS,tangential_firing,0.29,lb,ton,0 +ST,WDS,vertical_firing,0.29,lb,ton,0 +ST,WDS,wall_fired,0.29,lb,ton,0 +CA,WO,cell_burner,6.17401,lb,barrel,1 +CA,WO,cyclone_firing,6.17401,lb,barrel,1 +CA,WO,duct_burner,6.17401,lb,barrel,1 +CA,WO,fluidized_bed_firing,0.6174,lb,barrel,1 +CA,WO,none,5.88001,lb,barrel,1 +CA,WO,other,6.17401,lb,barrel,1 +CA,WO,stoker,6.17401,lb,barrel,1 +CA,WO,tangential_firing,6.17401,lb,barrel,1 +CA,WO,vertical_firing,6.17401,lb,barrel,1 +CA,WO,wall_fired,6.17401,lb,barrel,1 +CC,WO,cell_burner,6.17401,lb,barrel,1 +CC,WO,cyclone_firing,6.17401,lb,barrel,1 +CC,WO,duct_burner,6.17401,lb,barrel,1 +CC,WO,fluidized_bed_firing,0.6174,lb,barrel,1 +CC,WO,none,5.88001,lb,barrel,1 +CC,WO,other,6.17401,lb,barrel,1 +CC,WO,stoker,6.17401,lb,barrel,1 +CC,WO,tangential_firing,6.17401,lb,barrel,1 +CC,WO,vertical_firing,6.17401,lb,barrel,1 +CC,WO,wall_fired,6.17401,lb,barrel,1 +CE,WO,none,5.88001,lb,barrel,1 +CS,WO,cell_burner,6.17401,lb,barrel,1 +CS,WO,cyclone_firing,6.17401,lb,barrel,1 +CS,WO,duct_burner,6.17401,lb,barrel,1 +CS,WO,fluidized_bed_firing,0.6174,lb,barrel,1 +CS,WO,none,5.88001,lb,barrel,1 +CS,WO,other,6.17401,lb,barrel,1 +CS,WO,stoker,6.17401,lb,barrel,1 +CS,WO,tangential_firing,6.17401,lb,barrel,1 +CS,WO,vertical_firing,6.17401,lb,barrel,1 +CS,WO,wall_fired,6.17401,lb,barrel,1 +CT,WO,cell_burner,6.17401,lb,barrel,1 +CT,WO,cyclone_firing,6.17401,lb,barrel,1 +CT,WO,duct_burner,6.17401,lb,barrel,1 +CT,WO,fluidized_bed_firing,0.6174,lb,barrel,1 +CT,WO,none,5.88001,lb,barrel,1 +CT,WO,other,6.17401,lb,barrel,1 +CT,WO,stoker,6.17401,lb,barrel,1 +CT,WO,tangential_firing,6.17401,lb,barrel,1 +CT,WO,vertical_firing,6.17401,lb,barrel,1 +CT,WO,wall_fired,6.17401,lb,barrel,1 +GT,WO,cell_burner,6.17401,lb,barrel,1 +GT,WO,cyclone_firing,6.17401,lb,barrel,1 +GT,WO,duct_burner,6.17401,lb,barrel,1 +GT,WO,fluidized_bed_firing,0.6174,lb,barrel,1 +GT,WO,none,5.88001,lb,barrel,1 +GT,WO,other,6.17401,lb,barrel,1 +GT,WO,stoker,6.17401,lb,barrel,1 +GT,WO,tangential_firing,6.17401,lb,barrel,1 +GT,WO,vertical_firing,6.17401,lb,barrel,1 +GT,WO,wall_fired,6.17401,lb,barrel,1 +IC,WO,none,5.88001,lb,barrel,1 +OT,WO,cell_burner,6.17401,lb,barrel,1 +OT,WO,cyclone_firing,6.17401,lb,barrel,1 +OT,WO,duct_burner,6.17401,lb,barrel,1 +OT,WO,fluidized_bed_firing,0.6174,lb,barrel,1 +OT,WO,none,6.17401,lb,barrel,1 +OT,WO,other,6.17401,lb,barrel,1 +OT,WO,stoker,6.17401,lb,barrel,1 +OT,WO,tangential_firing,6.17401,lb,barrel,1 +OT,WO,vertical_firing,6.17401,lb,barrel,1 +OT,WO,wall_fired,6.17401,lb,barrel,1 +ST,WO,cell_burner,6.17401,lb,barrel,1 +ST,WO,cyclone_firing,6.17401,lb,barrel,1 +ST,WO,duct_burner,6.17401,lb,barrel,1 +ST,WO,fluidized_bed_firing,0.6174,lb,barrel,1 +ST,WO,none,6.17401,lb,barrel,1 +ST,WO,other,6.17401,lb,barrel,1 +ST,WO,stoker,6.17401,lb,barrel,1 +ST,WO,tangential_firing,6.17401,lb,barrel,1 +ST,WO,vertical_firing,6.17401,lb,barrel,1 +ST,WO,wall_fired,6.17401,lb,barrel,1