This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create mdb-ami2glm-load.py * Add sump pump to enduse loads * Add sump state implementation * Add sump enduse loadshape * Revert "Add sump enduse loadshape" This reverts commit 404995f. * Create test_sump.glm * Add sump to enduse schedules * Add curtailable enduses global variable * Add curtailment control global * Add loadshape output command * Add --loadshape command line option * Add test_sump.glm * Fix python setup * Fix curtailment * Fix linux build warnings * Update cmdarg.cpp * Disable dishwasher validation test because it doesn't work * Fix enduse loadshape validation tests * Update house model sump implementation * Update billing.csv * Update curtailment and sump docs and tests * Create mdb-ami2glm-load.py * Add general MDB converters * Create mdb_info.py * Update Makefile.mk * Update mdb_info.py * Create rbsa_single_family_2011.mdb * Update Makefile.mk * Update requirements.txt * Update requirements.txt * Update mdb_info.py * MDB2GLM work progress * Finish mdb-table to glm-object converter * Update mdb-table2csv-player.py * Add covered conductor * Update load.cpp * Work in progress * Delete ami_data.mdb.gz * Fix access to test data * Update player.cpp * Update load.cpp * Update .gitignore * Update load.cpp * Update mdb-table2glm-player.py * Create IEEE-13-cyme.glm * Update test_mdbtable2glmobject.glm * Create test_mdbtable2glmplayer.csv * Update test_mdbtable2glmplayer.glm * Update .gitignore * Delete ami_data.glm * Update IEEE-13-cyme.glm * Update test_mdbtable2glmobject.glm * Fix resolver * Fix object name resolution * Update test_create_poles.glm * Fix requirements * Update metrics.cpp * Fix mdbtools usage in converters * Update test_mdbtable2glmobject.glm
- Loading branch information
Showing
74 changed files
with
24,844 additions
and
803 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ami_data.* | ||
AMI_*.csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
// generated by '/usr/local/opt/gridlabd/4.2.31-220317-develop_add_mdbami2gldload_converter/share/gridlabd/mdb2glm.py -i ./IEEE-13-cyme.mdb -o IEEE-13-cyme.glm -o IEEE-13-cyme.glm -t table -f object -p table=CYMLOAD -p class=test -p modules=powerflow,residential -p columns=DeviceNumber:name -p dtypes=NetworkId:int32' | ||
module powerflow; | ||
module residential; | ||
class test { | ||
int64 DeviceType; | ||
int32 NetworkId; | ||
int64 ConnectionConfiguration; | ||
int64 SymbolSize; | ||
} | ||
object test { | ||
name "L632_671-1"; | ||
DeviceType "21"; | ||
NetworkId "650"; | ||
ConnectionConfiguration "0"; | ||
SymbolSize "0"; | ||
} | ||
object test { | ||
name "LOAD611"; | ||
DeviceType "20"; | ||
NetworkId "650"; | ||
ConnectionConfiguration "0"; | ||
SymbolSize "0"; | ||
} | ||
object test { | ||
name "LOAD634"; | ||
DeviceType "20"; | ||
NetworkId "650"; | ||
ConnectionConfiguration "0"; | ||
SymbolSize "0"; | ||
} | ||
object test { | ||
name "LOAD645"; | ||
DeviceType "20"; | ||
NetworkId "650"; | ||
ConnectionConfiguration "0"; | ||
SymbolSize "0"; | ||
} | ||
object test { | ||
name "LOAD646"; | ||
DeviceType "20"; | ||
NetworkId "650"; | ||
ConnectionConfiguration "2"; | ||
SymbolSize "0"; | ||
} | ||
object test { | ||
name "LOAD652"; | ||
DeviceType "20"; | ||
NetworkId "650"; | ||
ConnectionConfiguration "0"; | ||
SymbolSize "0"; | ||
} | ||
object test { | ||
name "LOAD671"; | ||
DeviceType "20"; | ||
NetworkId "650"; | ||
ConnectionConfiguration "2"; | ||
SymbolSize "0"; | ||
} | ||
object test { | ||
name "LOAD675"; | ||
DeviceType "20"; | ||
NetworkId "650"; | ||
ConnectionConfiguration "0"; | ||
SymbolSize "0"; | ||
} | ||
object test { | ||
name "LOAD692"; | ||
DeviceType "20"; | ||
NetworkId "650"; | ||
ConnectionConfiguration "2"; | ||
SymbolSize "0"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#ifmissing /usr/local/bin/mdb-schema | ||
|
||
#warning mdbtools is not available | ||
|
||
#else // found /usr/local/bin/mdb-schema | ||
|
||
#ifexist ../IEEE-13-cyme.mdb | ||
#define DIR=.. | ||
#endif // exist ../IEEE-13-cyme.mdb | ||
|
||
#input "${DIR:-.}/IEEE-13-cyme.mdb" -o IEEE-13-cyme.glm -t table -f object -p table=CYMLOAD -p class=test -p modules=powerflow,residential -p columns=DeviceNumber:name -p dtypes=NetworkId:int32 | ||
|
||
#ifexist ../IEEE-13-cyme.glm | ||
#on_exit 0 diff -I '^[#/]' ../IEEE-13-cyme.glm IEEE-13-cyme.glm > gridlabd.diff | ||
#endif // exist ../IEEE-13-cyme.glm | ||
|
||
#endif // missing /usr/local/bin/mdb-schema |
Oops, something went wrong.