Skip to content

Commit

Permalink
Merge branch 'develop' into me_cost_array_scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
mjprilliman committed Oct 17, 2023
2 parents dbfcd81 + ed0b465 commit 1a375ec
Show file tree
Hide file tree
Showing 14 changed files with 829 additions and 159 deletions.
1 change: 1 addition & 0 deletions deploy/runtime/defaults/Fuel Cell_Single Owner.json
Original file line number Diff line number Diff line change
Expand Up @@ -28960,6 +28960,7 @@
0.0
],
"fuelcell_dispatch_choice": 0.0,
"fuelcell_dispatch_choice_fom": 0.0,
"fuelcell_dispatch_excl": 0.0,
"fuelcell_dispatch_input": [
0.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2009,6 +2009,7 @@
0.0
],
"fuelcell_dispatch_choice": 0.0,
"fuelcell_dispatch_choice_fom": 0.0,
"fuelcell_dispatch_excl": 0.0,
"fuelcell_dispatch_input": [
0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1934,6 +1934,7 @@
0.0
],
"fuelcell_dispatch_choice": 0.0,
"fuelcell_dispatch_choice_fom": 0.0,
"fuelcell_dispatch_excl": 0.0,
"fuelcell_dispatch_input": [
0.0
Expand Down
41 changes: 15 additions & 26 deletions deploy/runtime/startup.lk

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions deploy/runtime/ui/Battery Dispatch Options BTM.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
},
"Items": {
"Type": 6.0,
"StringList": "Peak shaving|Input grid power targets|Input battery power targets|Manual dispatch|Price signal forecast|Self-consumption"
"StringList": "Peak shaving|Input grid power targets|Input battery power targets|Manual dispatch|Retail rate dispatch|Self-consumption"
},
"ShowCaptions": {
"Type": 2.0,
Expand Down Expand Up @@ -586,7 +586,7 @@
"Label": "Battery dispatch options BTM",
"Units": " ",
"Group": "Battery Dispatch",
"IndexLabels": "Peak shaving|Input grid power targets|Input battery power targets|Manual dispatch|Price signal forecast|Self-consumption",
"IndexLabels": "Peak shaving|Input grid power targets|Input battery power targets|Manual dispatch|Retail rate dispatch|Self-consumption",
"Flags": 3.0,
"DefaultValue": 0.0,
"UIObject": "RadioChoice",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Name": "Battery Dispatch Price Signal",
"Name": "Battery Dispatch Retail Rate",
"Width": 1052.0,
"Height": 520.0,
"FormObjects": {
Expand Down Expand Up @@ -848,7 +848,7 @@
},
"Caption": {
"Type": 5.0,
"String": "Price Signal Forecast"
"String": "Retail Rate Dispatch"
},
"Bold": {
"Type": 2.0,
Expand Down Expand Up @@ -885,7 +885,7 @@
},
"Caption": {
"Type": 5.0,
"String": "The price signal forecast option operates the battery to minimize the electricity bill based on an electricity price estimate that represents the cost to the system owner of purchasing electricity from the grid in each time step."
"String": "The retail rate dispatch option operates the battery to minimize the electricity bill based on an electricity price estimate that represents the cost to the system owner of purchasing electricity from the grid in each time step."
},
"TextColour": {
"Type": 4.0,
Expand Down Expand Up @@ -1048,7 +1048,7 @@
},
"Equations": [],
"Callbacks": [
"on_load{'Battery Dispatch Price Signal'}=define()",
"on_load{'Battery Dispatch Retail Rate'}=define()",
"{\t",
"\tvalue('batt_dispatch_choice', 4);",
"\ttoggle_forecast_standalone_psd();",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"Items": {
"Type": 6.0,
"StringList": "Peak shaving|Input grid power targets|Input battery power targets|Manual dispatch|Price signal forecast"
"StringList": "Peak shaving|Input grid power targets|Input battery power targets|Manual dispatch|Retail rate dispatch"
},
"ShowCaptions": {
"Type": 2.0,
Expand Down Expand Up @@ -267,7 +267,7 @@
"Label": "Battery dispatch choice",
"Units": " ",
"Group": "Battery Dispatch",
"IndexLabels": "Peak shaving| Input grid power targets| Input battery power targets| Manual dispatch| Price signal forecast",
"IndexLabels": "Peak shaving| Input grid power targets| Input battery power targets| Manual dispatch| Retail rate dispatch",
"Flags": 3.0,
"DefaultValue": 3.0,
"UIObject": "RadioChoice",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Name": "Fuel Cell Dispatch",
"Name": "Fuel Cell Dispatch BTM",
"Width": 1052.0,
"Height": 150.0,
"FormObjects": {
Expand Down Expand Up @@ -504,7 +504,7 @@
"};"
],
"Callbacks": [
"on_load{'Fuel Cell Dispatch'} = define() ",
"on_load{'Fuel Cell Dispatch BTM'} = define() ",
"{",
"\tenable_fc_dispatch_options();",
"};",
Expand Down
Loading

0 comments on commit 1a375ec

Please sign in to comment.