-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standardize fuel types and remove hidden synonyms #5941
Comments
If this is a standardization effort should we get rid of '#' characters? |
@macumber We could. I think it started that way because fuel oils are commonly referred to as No. 1 Fuel Oil and No. 2 Fuel Oil. But I don't have a strong opinion on this. Does look a bit strange to have # in those keys and not in OtherFuel1/2. |
I'd prefer using just "Propane" instead of "PropaneGas". |
No, just a start. This one addresses #4851 (which I just added to the description at the top). |
Prompted by comments from @hongtz68 on today's iteration call, consulted https://bedes.lbl.gov/bedes-online/resource. The list of resources there includes "Natural Gas", "Propane", "Fuel Oil No 1", "Fuel Oil No 2".
Preferences on the fuel oil? Other comments? @rraustad @Myoldmopar @shorowit @hongtz68 @JasonGlazer @jasondegraw |
I'm for using the BEDES terminology as much as possible, so my first preference is to change to "Fuel Oil No 1", etc. |
@mjwitte Thanks for cleaning all of this up! I have no strong opinion on naming convention. We use a lot of different fuel types in our residential models, and the one thing that has always bothered me is that the End Uses (and similar) output tables lump a bunch of different fuels (fuel oil, propane, otherfuel1, otherfuel2) into "Additional Fuel". This means I often have to do more work to add a bunch of output vars to get out the information I want. Is there any possibility of separating all of the different fuels in these tables? (If we're worried about too many columns, maybe columns that have all zeroes could be automatically hidden?) |
@shorowit Understood on the "Additional Fuel" column. Please post a new issue for that. And, I probably shouldn't ask this. Are there any resource/fuel types that should be added? |
Ok, I created a separate issue for the "Additional Fuel" column: #7591 Missing fuel types that we've come across are 1) cord wood, 2) wood pellets, and 3) kerosene. It would certainly be nice to allow these, we currently have to resort to OtherFuel1 and OtherFuel2. |
Issue overview
Prompted by the discussion of Propane vs PropaneGas as a fuel type in #5940, searches of the code and IDD show that there are some variations in the list of valid fuel types/resource types in the IDD, input processing functions and the documentation. This should be cleaned up to a single standard list.
The following are adressed in #7523.
These will be done separately after #7523. See #7621 and #7622.
Proposed standard list
Electricity
NaturalGas
Propane (preferred over PropaneGas per discussions in #5940
Diesel
Gasoline
FuelOil#1 (or FuelOil1)
FuelOil#2 (or FuelOil2)
Coal
OtherFuel1
OtherFuel2
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: