pnwairfire / bluesky

BlueSky Framework rearchitected as a pipeable collection of standalone modules.
GNU General Public License v3.0
19 stars 11 forks source link

FCCS Fuel Type Id Meaning #258

Open zli867 opened 2 years ago

zli867 commented 2 years ago

Hi Joel, Does this BlueSKY package use the same fuel type id meaning as the online version (https://tools.airfire.org/playground/v3.5/emissionsinputs.php)?

If so, fccs map used in this package does not include all fuel types in the online version. I checked fccs2_fuelload.nc and it has 193 unique fuel types (including invalid fuel type: 0 and 900) while the online version has more. The online version even has some agricultural fuel types (eg: 1206 corn field). Also, do you know where to find the emission factors for these fuel types which are not included in current BlueSKY package?

Thanks, Zongrun

jdubowy commented 2 years ago

You are correct: the FCCS ids represented in fccsmap and thus bluesky are a subset of those listed in bluesky playground. Playground has extra fuelbeds which appear in the dropdown but won't be assigned when looking up by map location (since that look-up uses bluesky/fccsmap). When the emissions factors are looked up, in eflookup, at least some of the extra FCCS ids (such as the agricultural ones) get mapped to the same covertypes as FCCS ids in fccsmap, and are assigned the same EFs. e.g. 1290 through 1299 all get mapped to the same covertype as FCCS 79, 80, 81, and 83.