Skip to content

Commit

Permalink
Submodule updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GillisHommen committed Dec 4, 2024
1 parent 4465df3 commit 40326d1
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 37 deletions.
2 changes: 1 addition & 1 deletion anylogic/zero_engine
Submodule zero_engine updated 1 files
+102 −30 Zero_engine.alp
30 changes: 0 additions & 30 deletions anylogic/zero_local4local/Zero_L4L.alp
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@ public void f_addEnergyProduction(GridConnection parentGC, OL_EnergyAssetType as
<Parameter>
<Name><![CDATA[user]]></Name>
</Parameter>
<Parameter>
<Name><![CDATA[p_local4localBackendUrl]]></Name>
</Parameter>
<Parameter>
<Name><![CDATA[p_local4localSession]]></Name>
</Parameter>
</Parameters>
<Generic>false</Generic>
<GenericParameter>
Expand Down Expand Up @@ -1703,21 +1697,6 @@ import java.io.PrintStream;]]></Import>
<Parameter>
<Name><![CDATA[map_scale]]></Name>
</Parameter>
<Parameter>
<Name><![CDATA[t_scenario_current]]></Name>
</Parameter>
<Parameter>
<Name><![CDATA[t_scenario_2]]></Name>
</Parameter>
<Parameter>
<Name><![CDATA[t_scenario_3]]></Name>
</Parameter>
<Parameter>
<Name><![CDATA[t_scenario_XXX]]></Name>
</Parameter>
<Parameter>
<Name><![CDATA[t_scenario_custom]]></Name>
</Parameter>
</Parameters>
<Generic>false</Generic>
<GenericParameter>
Expand Down Expand Up @@ -6453,15 +6432,6 @@ public void f_calculateKPIs(){
<Parameter>
<Name><![CDATA[p_actorSubgroup]]></Name>
</Parameter>
<Parameter>
<Name><![CDATA[p_bufferPrice_eurpMWh]]></Name>
</Parameter>
<Parameter>
<Name><![CDATA[p_feedinCompensation_eurpMWh]]></Name>
</Parameter>
<Parameter>
<Name><![CDATA[p_onbalansMarkup_r]]></Name>
</Parameter>
</Parameters>
<Generic>false</Generic>
<GenericParameter>
Expand Down
Binary file added anylogic/zero_local4local/database/db.lck
Binary file not shown.
2 changes: 2 additions & 0 deletions anylogic/zero_local4local/database/db.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/*C2*/SET SCHEMA PUBLIC
DISCONNECT
6 changes: 3 additions & 3 deletions anylogic/zero_local4local/database/db.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#HSQL Database Engine 2.7.1
#Mon Dec 02 17:20:58 CET 2024
tx_timestamp=147065221
modified=no
#Wed Dec 04 13:52:26 CET 2024
tx_timestamp=147066459
modified=yes
version=2.7.1
2 changes: 1 addition & 1 deletion anylogic/zero_local4local/database/db.script
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SET FILES NIO TRUE
SET FILES NIO SIZE 256
SET FILES LOG TRUE
SET FILES LOG SIZE 50
SET FILES CHECK 147065221
SET FILES CHECK 147066459
SET DATABASE COLLATION "SQL_TEXT" PAD SPACE
CREATE USER SA PASSWORD DIGEST 'd41d8cd98f00b204e9800998ecf8427e'
ALTER USER SA SET LOCAL TRUE
Expand Down
2 changes: 1 addition & 1 deletion anylogic/zero_results_UI
Submodule zero_results_UI updated 1 files
+2,034 −4,726 results_UI.alp

0 comments on commit 40326d1

Please sign in to comment.