Skip to content
Merged

Pres #77

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/figures/03_osier_chapter/dispatch-flow.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
\begin{tikzpicture}[node distance=1.7cm]
\tikzstyle{every node}=[font=\small]
\node (1) [lbblock]{\textbf{Sort technologies by marginal cost}};
\node(2) [lbblock, below of =1] {\textbf{Start dispatch loop}};
\node(3) [lbblock, below of=2] {\textbf{Calculate power output for
next technology}};
\node(4) [lbblock, below of=3] {\textbf{Decrement current demand
value \\ by power output}};
\node(5) [lbblock, below of=4] {\textbf{Reached last technology?}};
\node (7) [lbblock, below of=5] {\textbf{Reached the end of the
demand time series?}};
\node (8) [loblock,below of=7] {\textbf{Done}};
\draw [arrow] (1) -- (2);
\draw [arrow] (2) -- (3);
\draw [arrow] (3) -- (4);
\draw [arrow] (4) -- (5);
\draw [arrow] (5) -- node[anchor=east]{yes} (7);
\draw [arrow] (5) -- ([shift={(0.5cm,0cm)}]5.east) -- node[anchor=west]
{no} ([shift={(0.5cm,0cm)}]3.east)--(3);
\draw [arrow] (7) -- (8);
\draw [arrow] (7) -- node[anchor=east]{yes} (8);
\draw [arrow] (7) -- ([shift={(1.15cm,0cm)}]7.east) -- node[anchor=west]
{no} ([shift={(1.15cm,0cm)}]2.east)--(2);
\end{tikzpicture}
66 changes: 0 additions & 66 deletions pres/00-overview.tex

This file was deleted.

Loading
Loading