File tree Expand file tree Collapse file tree
RTS_Data/FormattedData/MATPOWER Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -209,12 +209,12 @@ def l(string, string_list):
209209 for i , g in _generators .iterrows ():
210210 gen ['model' ] = 1
211211 gen ['startup' ] = (
212- (g ['Start Heat Cold MMBTU ' ] * g ['Fuel Price $/MMBTU' ]) + g ['Non Fuel Start Cost $' ]
213- if not np .isnan ((g ['Start Heat Cold MMBTU ' ] * g ['Fuel Price $/MMBTU' ]) + g ['Non Fuel Start Cost $' ]) else 0.0
212+ (g ['Start Heat Cold MBTU ' ] * g ['Fuel Price $/MMBTU' ]) + g ['Non Fuel Start Cost $' ]
213+ if not np .isnan ((g ['Start Heat Cold MBTU ' ] * g ['Fuel Price $/MMBTU' ]) + g ['Non Fuel Start Cost $' ]) else 0.0
214214 )
215215 gen ['shutdown' ] = (
216- g ['Start Heat Cold MMBTU ' ] * g ['Fuel Price $/MMBTU' ]
217- if not np .isnan (g ['Start Heat Cold MMBTU ' ] * g ['Fuel Price $/MMBTU' ]) else 0.0
216+ g ['Start Heat Cold MBTU ' ] * g ['Fuel Price $/MMBTU' ]
217+ if not np .isnan (g ['Start Heat Cold MBTU ' ] * g ['Fuel Price $/MMBTU' ]) else 0.0
218218 )
219219 gen ['cost' ] = list ()
220220 gen ['cost' ] = g ['io_cost' ]
You can’t perform that action at this time.
0 commit comments