Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ITCPG.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julian Stuermer
ITCPG.jl
Commits
7fdd38c2
Commit
7fdd38c2
authored
4 years ago
by
Julian Stürmer
Browse files
Options
Downloads
Patches
Plain Diff
Export functions for storm impact modelling
parent
6298c17b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ITCPG.jl
+12
-1
12 additions, 1 deletion
src/ITCPG.jl
with
12 additions
and
1 deletion
src/ITCPG.jl
+
12
−
1
View file @
7fdd38c2
...
@@ -12,11 +12,15 @@ using PyPlot, PyCall
...
@@ -12,11 +12,15 @@ using PyPlot, PyCall
using
Colors
using
Colors
using
LaTeXStrings
using
LaTeXStrings
using
DataStructures
using
DataStructures
using
NetCDF
using
Statistics
#* Include other code files and export functions
#* Include other code files and export functions
include
(
"Data.jl"
)
include
(
"Data.jl"
)
export
add_locs!
,
add_tl_voltages!
,
get_bustypes
export
add_locs!
,
add_tl_lengths!
,
add_tl_voltages!
export
get_bustypes
,
get_underground_tl
,
get_MW_loads
export
disable_branches!
include
(
"PowerFlow.jl"
)
include
(
"PowerFlow.jl"
)
export
update_pf_data!
,
calc_init_op
export
update_pf_data!
,
calc_init_op
...
@@ -24,4 +28,11 @@ export update_pf_data!, calc_init_op
...
@@ -24,4 +28,11 @@ export update_pf_data!, calc_init_op
include
(
"PlotPG.jl"
)
include
(
"PlotPG.jl"
)
export
plot_pg_map
,
plot_pg
export
plot_pg_map
,
plot_pg
include
(
"Impact.jl"
)
export
sim_impact
export
calc_overhead_tl_windloads
,
get_windfield
,
calc_overhead_tl_segments
include
(
"PlotImpact.jl"
)
export
plothist_tl_failures
end
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment