Skip to content

Commit

Permalink
Release 4.3.8 (#181)
Browse files Browse the repository at this point in the history
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
3 people authored Mar 20, 2024
1 parent e76faf6 commit aa35083
Show file tree
Hide file tree
Showing 33 changed files with 39,379 additions and 302 deletions.
3 changes: 3 additions & 0 deletions converters/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ dist_pkgdata_DATA += converters/omd2glm.py
# py->glm
dist_pkgdata_DATA += converters/py2glm.py

# raw -> glm
dist_pkgdata_DATA += converters/raw2glm.py

# tmy3 -> glm
dist_pkgdata_DATA += converters/tmy32glm.py

Expand Down
5 changes: 3 additions & 2 deletions converters/autotest/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ solver_nr_profile.csv
table2glm_input_noclass.glm
table2glm_input_noname.glm
table2glm_input.glm
pypower_casedata.py
pypower_results.py
*_casedata*.*
*_results*.*
*_failed*.*
22 changes: 22 additions & 0 deletions converters/autotest/test_wecc240.glm
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
Loading

0 comments on commit aa35083

Please sign in to comment.