Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
esm-tutorials
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esm-course
esm-tutorials
Commits
3d2cc2f6
Commit
3d2cc2f6
authored
Jun 28, 2018
by
sp2668
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove error in tutorial-3
parent
2f3c4e03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1543 additions
and
3 deletions
+1543
-3
tutorial-3/.ipynb_checkpoints/solution03-checkpoint.ipynb
tutorial-3/.ipynb_checkpoints/solution03-checkpoint.ipynb
+1535
-0
tutorial-3/solution03.ipynb
tutorial-3/solution03.ipynb
+8
-3
No files found.
tutorial-3/.ipynb_checkpoints/solution03-checkpoint.ipynb
0 → 100755
View file @
3d2cc2f6
This source diff could not be displayed because it is too large. You can
view the blob
instead.
tutorial-3/solution03.ipynb
View file @
3d2cc2f6
...
...
@@ -270,11 +270,16 @@
" e_nom_extendable=True,\n",
" capital_cost=0.2e6)\n",
" network.add(\"Link\",\n",
" bus + \"
<
->Battery\",\n",
" bus + \"->Battery\",\n",
" bus0=bus, bus1=bus + \" Battery\",\n",
" p_nom_extendable=True,\n",
" p_min_pu=-1,\n",
" capital_cost=0.3e6,\n",
" capital_cost=0.15e6,\n",
" efficiency=0.9)\n",
" network.add(\"Link\",\n",
" \"Battery->\" + bus,\n",
" bus0=bus + \" Battery\", bus1=bus,\n",
" p_nom_extendable=True,\n",
" capital_cost=0.15e6,\n",
" efficiency=0.9)"
]
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment