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.
- Loading branch information
David P. Chassin
authored
Apr 24, 2024
1 parent
371b20b
commit cb3c54d
Showing
8 changed files
with
543,623 additions
and
8,791 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
525,889 changes: 525,889 additions & 0 deletions
525,889
module/pypower/autotest/test_case14_sensitivity.csv
Large diffs are not rendered by default.
Oops, something went wrong.
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,40 @@ | ||
#define CASE=14 | ||
#ifexists "../case.glm" | ||
#define DIR=.. | ||
#endif | ||
#include "${DIR:-.}/case.glm" | ||
|
||
module pypower | ||
{ | ||
solver_method NR; | ||
} | ||
|
||
modify pp_bus_1.weather_file ${DIR:-.}/test_case14_sensitivity.csv; | ||
modify pp_bus_1.weather_variables Sh,Sn,Sg,Wd,Ws,Td,Tw,RH,PW; | ||
modify pp_bus_1.weather_sensitivity "S.real:Td<10,-0.1;S.real:Td<50,-0.1;S.imag:Td>80,+0.1;S.real:Sh,-0.01"; | ||
|
||
module tape | ||
{ | ||
csv_header_type NAME; | ||
} | ||
|
||
object recorder | ||
{ | ||
parent pp_bus_1; | ||
property S,Sh,Sn,Sg,Wd,Ws,Td,Tw,RH,PW; | ||
file "test_case14_sensitivity_pp_bus_1_record.csv"; | ||
interval 3600; | ||
} | ||
|
||
#set suppress_repeat_messages=FALSE | ||
|
||
clock | ||
{ | ||
timezone "PST+8PDT"; | ||
starttime "2020-01-01 00:00:00 PST"; | ||
stoptime "2021-01-01 00:00:00 PST"; | ||
} | ||
|
||
#ifexists ../case.glm | ||
#on_exit 0 diff ../test_case14_sensitivity_pp_bus_1_record.csv test_case14_sensitivity_pp_bus_1_record.csv > gridlabd.diff | ||
#endif |
8,785 changes: 8,785 additions & 0 deletions
8,785
module/pypower/autotest/test_case14_sensitivity_pp_bus_1_record.csv
Large diffs are not rendered by default.
Oops, something went wrong.
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
17,570 changes: 8,785 additions & 8,785 deletions
17,570
module/pypower/autotest/test_case14_weather_pp_bus_1_record.csv
Large diffs are not rendered by default.
Oops, something went wrong.
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