We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4bfce commit 61ce200Copy full SHA for 61ce200
1 file changed
book/content/workflows.md
@@ -64,10 +64,13 @@ graph TB
64
N --> O
65
G --> L(Flooding)
66
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
+ L --> AA[[No Calibration Needed]]
+ AA --> O[(Get Relevant CMIP Forcing)]
+ L --> BB[[Calibration Needed?]]
+ BB --> H
71
+ M --> AA
72
+
73
+ M --> BB
74
O --> P(Analyse Results)
75
76
0 commit comments