generated from arras-energy/gridlabd-old
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: David P. Chassin <dchassin@slac.stanford.edu> Signed-off-by: Alyona Teyber <Ivanova.alyona5@gmail.com> Signed-off-by: David P. Chassin <david.chassin@me.com> Co-authored-by: Alyona Teyber <Ivanova.alyona5@gmail.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io>
- Loading branch information
1 parent
e76faf6
commit aa35083
Showing
33 changed files
with
39,379 additions
and
302 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#ifexist ../wecc240.raw | ||
#system cp ../wecc240.raw wecc240.raw | ||
#endif | ||
|
||
module pypower | ||
{ | ||
maximum_iterations 50; | ||
maximum_timestep 3600; | ||
stop_on_failure TRUE; | ||
} | ||
|
||
clock { | ||
timezone PST+8PDT; | ||
starttime '2024-01-01 00:00:00 PST'; | ||
stoptime '2024-02-01 00:00:00 PST'; | ||
} | ||
|
||
#input "wecc240.raw" | ||
|
||
#ifexist ../wecc240.glm | ||
#on_exit 0 diff -I '^//' ../wecc240.glm wecc240.glm > gridlabd.diff | ||
#endif |
Oops, something went wrong.