Skip to content

Commit 61ce200

Browse files
committed
update to workflow
1 parent 2c4bfce commit 61ce200

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

book/content/workflows.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,13 @@ graph TB
6464
N --> O
6565
G --> L(Flooding)
6666
G --> M(Droughts)
67-
L --> O[(Get Relevant CMIP Forcing)]
68-
L -. HBV? Calibrate Model For High Peak Flow .-> H
69-
M --> O
70-
M -. HBV? Calibrate Model For Low Peak Flow .-> H
67+
L --> AA[[No Calibration Needed]]
68+
AA --> O[(Get Relevant CMIP Forcing)]
69+
L --> BB[[Calibration Needed?]]
70+
BB --> H
71+
M --> AA
72+
73+
M --> BB
7174
O --> P(Analyse Results)
7275
7376

0 commit comments

Comments
 (0)