Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions Zero_engine.alpx
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,30 @@
<Name><![CDATA[UNKNOWN]]></Name>
</Option>
</OptionList>
<OptionList>
<Id>1769684176467</Id>
<Name><![CDATA[OL_GridNodeProfileLoaderType]]></Name>
<Description><![CDATA[NO_PROFILE => No gridnode profile
NET_LOAD => Copy exact net load onto grid node (delivery and feedin exact but doesnt represent consumption and production accurately)
INCLUDE_PV => Use PV profile to preprocess gridnode profile to create a more accurate consumption profile and also create a production profile on the gridnode (delivery will be exact, consumption will be more accurate but feedin will not be exact).
EXCLUDE_PV => Use PV profile to preprocess gridnode profile to create a more accurate consumption profile but will not create a production profile on the gridnode itself -> it is necessary that the gridconnections get their own production assets (delivery will be exact, consumption will be more accurate but feedin will not be exact).]]></Description>
<Option>
<Id>1769684176468</Id>
<Name><![CDATA[NO_PROFILE]]></Name>
</Option>
<Option>
<Id>1769684176469</Id>
<Name><![CDATA[NET_LOAD]]></Name>
</Option>
<Option>
<Id>1769698085430</Id>
<Name><![CDATA[INCLUDE_PV]]></Name>
</Option>
<Option>
<Id>1769684176470</Id>
<Name><![CDATA[EXCLUDE_PV]]></Name>
</Option>
</OptionList>
</OptionLists>
<Folders>
<Folder>
Expand Down
2 changes: 1 addition & 1 deletion _alp/Agents/EnergyModel/EmbeddedObjects.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<Name><![CDATA[p_originalCapacity_kW]]></Name>
</Parameter>
<Parameter>
<Name><![CDATA[p_hasProfileData]]></Name>
<Name><![CDATA[p_profileType]]></Name>
</Parameter>
</Parameters>
<ReplicationFlag>true</ReplicationFlag>
Expand Down
8 changes: 4 additions & 4 deletions _alp/Agents/GridNode/Variables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@ geupdate vanuit
</Variable>
<Variable Class="Parameter">
<Id>1749630347422</Id>
<Name><![CDATA[p_hasProfileData]]></Name>
<Name><![CDATA[p_profileType]]></Name>
<X>50</X>
<Y>470</Y>
<Label>
Expand All @@ -1853,15 +1853,15 @@ geupdate vanuit
<PresentationFlag>true</PresentationFlag>
<ShowLabel>true</ShowLabel>
<Properties SaveInSnapshot="true" ModificatorType="STATIC">
<Type><![CDATA[boolean]]></Type>
<Type><![CDATA[OL_GridNodeProfileLoaderType]]></Type>
<UnitType>NONE</UnitType>
<SdArray>false</SdArray>
<DefaultValue Class="CodeValue">
<Code><![CDATA[false]]></Code>
<Code><![CDATA[OL_GridNodeProfileLoaderType.NO_PROFILE]]></Code>
</DefaultValue>
<ParameterEditor>
<Id>1749630347420</Id>
<EditorContolType>CHECK_BOX</EditorContolType>
<EditorContolType>TEXT_BOX</EditorContolType>
<MinSliderValue>0</MinSliderValue>
<MaxSliderValue>100</MaxSliderValue>
<DelimeterType>NO_DELIMETER</DelimeterType>
Expand Down