Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Remove deprecated variables (#1151)
Browse files Browse the repository at this point in the history
* Fix bad autotest timezones

* Fix generators module deprecated properties

* Update recorder.cpp

* Fix powerflow deprecations

* Fix market deprecations

* Fix autotests with deprecated usage

* Fix powerflow autotests

* Fix reliability autotests

* Fix source autotest

* Fix powerflow autotest failures

* Update triplex_node.cpp
  • Loading branch information
dchassin authored Apr 29, 2022
1 parent 03b3248 commit facbf47
Show file tree
Hide file tree
Showing 88 changed files with 45,257 additions and 45,299 deletions.
3,596 changes: 1,798 additions & 1,798 deletions autotest/autotest/test_R1-12.47-1.glm

Large diffs are not rendered by default.

3,596 changes: 1,798 additions & 1,798 deletions autotest/autotest/test_R1-12.47-1_NR.glm

Large diffs are not rendered by default.

1,514 changes: 757 additions & 757 deletions autotest/autotest/test_R1-12.47-2.glm

Large diffs are not rendered by default.

1,514 changes: 757 additions & 757 deletions autotest/autotest/test_R1-12.47-2_NR.glm

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions autotest/autotest/test_R1-12.47-3.glm
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// $Id: R1-12.47-3.glm
// 12.47 kV feeder
//*********************************************
// validates voltages with FBS at selected load, node, meter, triplex_node, and
// validates voltages with FBS at selected load, node, meter, triplex_load, and
// triplex_meter objects
// also validates power_in,power_out, and power_losses at overhead_line
// objects

// created by: alek332
clock{
timezone EST+8EDT;
timezone EST+5EDT;
timestamp '2000-01-01 0:00:00';
stoptime '2000-01-01 1:00:00';
}
Expand Down Expand Up @@ -2297,7 +2297,7 @@ object triplex_meter:109 {
}


object triplex_node:107 {
object triplex_load:107 {
name R1-12-47-3_tn_1;
phases BS;
voltage_1 -60-103.92j;
Expand All @@ -2322,11 +2322,11 @@ object triplex_node:107 {
};
}

object triplex_node:108 {
object triplex_load:108 {
name R1-12-47-3_tn_2;
phases BS;
parent R1-12-47-3_tm_1;
power_1 175181.0364+5512.8881j;
constant_power_1 175181.0364+5512.8881j;
voltage_1 -60-103.92j;
voltage_2 -60-103.92j;
voltage_N 0;
Expand Down
10 changes: 5 additions & 5 deletions autotest/autotest/test_R1-12.47-3_NR.glm
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// $Id: R1-12.47-3.glm
// 12.47 kV feeder
//*********************************************
// validates voltages with NR at selected load, node, meter, triplex_node, and
// validates voltages with NR at selected load, node, meter, triplex_load, and
// triplex_meter objects
// also validates power_in,power_out, and power_losses at overhead_line
// objects

// created by: alek332
clock{
timezone EST+8EDT;
timezone EST+5EDT;
timestamp '2000-01-01 0:00:00';
stoptime '2000-01-01 1:00:00';
}
Expand Down Expand Up @@ -2297,7 +2297,7 @@ object triplex_meter:109 {
}


object triplex_node:107 {
object triplex_load:107 {
name R1-12-47-3_tn_1;
phases BS;
voltage_1 -60-103.92j;
Expand All @@ -2322,11 +2322,11 @@ object triplex_node:107 {
};
}

object triplex_node:108 {
object triplex_load:108 {
name R1-12-47-3_tn_2;
phases BS;
parent R1-12-47-3_tm_1;
power_1 175181.0364+5512.8881j;
constant_power_1 175181.0364+5512.8881j;
voltage_1 -60-103.92j;
voltage_2 -60-103.92j;
voltage_N 0;
Expand Down
Loading

0 comments on commit facbf47

Please sign in to comment.