File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ pages = OrderedDict(
23
23
" ...get all the buses in a system" => " how_to/get_buses.md" ,
24
24
" ...get the available generators in a system" => " how_to/get_available_generators.md" ,
25
25
" ...add an Operating Cost" => " how_to/add_cost_curve.md" ,
26
+ " ...add a market bid" => " how_to/market_bid_cost.md" ,
26
27
" ...add additional data to a component" => " how_to/adding_additional_fields.md" ,
27
28
" ...add a new Type" => " how_to/add_new_types.md" ,
28
29
" ...improve performance with time series data" => " how_to/improve_ts_performance.md" ,
@@ -38,7 +39,6 @@ pages = OrderedDict(
38
39
" explanation/time_series.md" ,
39
40
" explanation/example_dynamic_data.md" ,
40
41
" explanation/cost_functions.md" ,
41
- " explanation/market_bid_cost.md"
42
42
],
43
43
" Model Library" => Any[],
44
44
" Reference" =>
Original file line number Diff line number Diff line change 1
- # PowerSystems [ ` MarketBidCost ` ] ( @ref )
1
+ # Add a Market Bid
2
2
3
- Is an ` OperationalCost ` data structure that allows the user to run a production
3
+ A [ ` MarketBidCost ` ] ( @ref ) is an ` OperationalCost ` data structure that allows the user to run a production
4
4
cost model that is very similar to most US electricity market auctions with bids for energy
5
5
and ancillary services jointly. This page showcases how to create data for this cost function.
6
6
You can’t perform that action at this time.
0 commit comments