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
2 changes: 2 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

### Minor Changes and Bug Fixes

* [Add NodeName and LineName to UCBlock, name to UnitBlocks PR #81](https://github.com/SPSUnipi/pySMSpp/pull/81)
* [Add show_all to print_tree commit a8127da](https://github.com/SPSUnipi/pySMSpp/commit/a8127da0e056c0a58c872b0f66b2fc4116747530)
* [Improve print_tree: add counts and drop brackets when block_type is missing PR #45](https://github.com/SPSUnipi/pySMSpp/pull/45)
* [Improve docstrings and package-level documentation PR #47](https://github.com/SPSUnipi/pySMSpp/pull/47)
* [Clean smspp tools options PR #48](https://github.com/SPSUnipi/pySMSpp/pull/48)
Expand Down
1 change: 1 addition & 0 deletions pysmspp/data/blocks/BatteryUnitBlock.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
block_name,attribute,smspp_object,netcdf_component,netcdf_base_type,dimension,unit,default,status,description
BatteryUnitBlock,block_type,Attribute,Attribute,str,-,-,,required,Type of the block
BatteryUnitBlock,id,Attribute,Attribute,str,-,-,,optional,Id of the block
BatteryUnitBlock,name,Attribute,Attribute,str,-,-,,optional,Name of the block
BatteryUnitBlock,MinPower,Variable,Variable,double,-|TimeHorizon,MW,,optional,Minimum power output of the unit
BatteryUnitBlock,MaxPower,Variable,Variable,double,-|TimeHorizon,MW,,optional,Maximum power output of the unit
BatteryUnitBlock,InitialPower,Variable,Variable,double,-,MW,,optional,Initial power output of the unit
Expand Down
1 change: 1 addition & 0 deletions pysmspp/data/blocks/HydroUnitBlock.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
block_name,attribute,smspp_object,netcdf_component,netcdf_base_type,dimension,unit,default,status,description
HydroUnitBlock,block_type,Attribute,Attribute,str,-,-,,required,Type of the block
HydroUnitBlock,id,Attribute,Attribute,str,-,-,,optional,Id of the block
HydroUnitBlock,name,Attribute,Attribute,str,-,-,,optional,Name of the block
HydroUnitBlock,NumberReservoirs,Dimension,Dimension,int,-,-,,required,Number of reservoirs
HydroUnitBlock,NumberArcs,Dimension,Dimension,int,-,-,,required,Number of arcs
HydroUnitBlock,TotalNumberPieces,Dimension,Dimension,int,-,-,,required,Total number of pieces
Expand Down
1 change: 1 addition & 0 deletions pysmspp/data/blocks/IntermittentUnitBlock.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
block_name,attribute,smspp_object,netcdf_component,netcdf_base_type,dimension,unit,default,status,description
IntermittentUnitBlock,block_type,Attribute,Attribute,str,-,-,,required,Type of the block
IntermittentUnitBlock,id,Attribute,Attribute,str,-,-,,optional,Id of the block
IntermittentUnitBlock,name,Attribute,Attribute,str,-,-,,optional,Name of the block
IntermittentUnitBlock,MinPower,Variable,Variable,double,-|TimeHorizon,MW,,optional,Minimum power output of the unit
IntermittentUnitBlock,MaxPower,Variable,Variable,double,-|TimeHorizon,MW,,optional,Maximum power output of the unit
IntermittentUnitBlock,ActivePowerCost,Variable,Variable,double,-|TimeHorizon,-,,required,Active power cost
Expand Down
1 change: 1 addition & 0 deletions pysmspp/data/blocks/SlackUnitBlock.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
block_name,attribute,smspp_object,netcdf_component,netcdf_base_type,dimension,unit,default,status,description
SlackUnitBlock,block_type,Attribute,Attribute,str,-,-,,required,Type of the block
SlackUnitBlock,id,Attribute,Attribute,str,-,-,,optional,Id of the block
SlackUnitBlock,name,Attribute,Attribute,str,-,-,,optional,Name of the block
SlackUnitBlock,MaxPower,Variable,Variable,double,-|TimeHorizon,MW,,optional,Maximum power output of the unit
SlackUnitBlock,MaxPrimaryPower,Variable,Variable,double,-|TimeHorizon,MW,,optional,Maximum primary power output of the unit
SlackUnitBlock,MaxSecondaryPower,Variable,Variable,double,-|TimeHorizon,MW,,optional,Maximum secondary power output of the unit
Expand Down
1 change: 1 addition & 0 deletions pysmspp/data/blocks/ThermalUnitBlock.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
block_name,attribute,smspp_object,netcdf_component,netcdf_base_type,dimension,unit,default,status,description
ThermalUnitBlock,block_type,Attribute,Attribute,str,-,-,,required,Type of the block
ThermalUnitBlock,id,Attribute,Attribute,str,-,-,,optional,Id of the block
ThermalUnitBlock,name,Attribute,Attribute,str,-,-,,optional,Name of the block
ThermalUnitBlock,MinPower,Variable,Variable,double,-|TimeHorizon,MW,,optional,Minimum power output of the unit
ThermalUnitBlock,MaxPower,Variable,Variable,double,-|TimeHorizon,MW,,optional,Maximum power output of the unit
ThermalUnitBlock,StartUpCost,Variable,Variable,double,-|TimeHorizon,USD,,optional,Start-up cost of the unit
Expand Down
2 changes: 2 additions & 0 deletions pysmspp/data/blocks/UCBlock.csv
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ UCBlock,NumberNetworks,Dimension,Dimension,int,-,-,,optional,"Number of networks
UCBlock,NumberArcs,Dimension,Dimension,int,-,-,,optional,Number of arcs
UCBlock,NumberReservoirs,Dimension,Dimension,int,-,-,,optional,Number of reservoirs
UCBlock,TotalNumberPieces,Dimension,Dimension,int,-,-,,optional,Number of pieces of the power flow function
UCBlock,NodeName,Variable,Variable,str,NumberNodes,str,,optional,Name of the nodes
UCBlock,LineName,Variable,Variable,str,NumberLines,str,,optional,Name of the lines
UCBlock,GeneratorNode,Variable,Variable,int,-|NumberElectricalGenerators,-,,optional,List of buses of connection by unit
UCBlock,StartLine,Variable,Variable,int,-|NumberLines|NumberBranches,-,,optional,Start buses of lines
UCBlock,EndLine,Variable,Variable,int,-|NumberLines|NumberBranches,-,,optional,End buses of lines
Expand Down
Loading