File tree Expand file tree Collapse file tree 2 files changed +26
-10
lines changed Expand file tree Collapse file tree 2 files changed +26
-10
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,30 @@ Do I need nudging?
58
58
Prepping the data
59
59
-----------------
60
60
61
+
61
62
Sequencing your run
62
63
-------------------
63
- .. mermaid ::
64
- :name: nudge_flow
65
-
66
- graph LR
67
- hgrid[hgrid.gr3] --> nudge_py[Run: nudging.py];
68
- vgrid3["vgrid.in.3d"] --> nudge_py;
69
- nudge(["Start: nudging input"]) --> nudge_ts["Nudging time series in .csv"] --> nudge_py;
70
- nudge_py --> nudge_nc["{MOD}_nu.nc & {MOD_nudge.gr3}"];
71
- hycom_input["hycom_input"] --> nudge_py;
72
- nudge_nc --> baroclinic{"Baroclinic Simulation"};
64
+ .. raw :: html
65
+ :file: ../img/nuding_flowchart.svg
66
+
67
+ .. this is from the following code:
68
+ .. ---
69
+ .. config:
70
+ .. layout: fixed
71
+ .. ---
72
+ .. flowchart LR
73
+ .. hgrid["hgrid.gr3"] --> nudge_py["Run: nudging.py"]
74
+ .. vgrid3["vgrid.in.3d"] --> nudge_py
75
+ .. nudge(["Start: nudging input"]) --> nudge_ts["Nudging time series in .csv"]
76
+ .. nudge_ts --> nudge_py
77
+ .. nudge_py --> nudge_nc["{MOD}_nu.nc & {MOD_nudge.gr3}"]
78
+ .. hycom_input["hycom_input"] --> nudge_py
79
+ .. nudge_nc --> baroclinic{"Baroclinic Simulation"}
80
+ .. hgrid@{ shape: doc}
81
+ .. vgrid3@{ shape: doc}
82
+ .. nudge_ts@{ shape: docs}
83
+ .. nudge_nc@{ shape: docs}
84
+
85
+ .. click hgrid "https://cadwrdeltamodeling.github.io/BayDeltaSCHISM/topics/mesh.html#" _blank
86
+
87
+ .. style baroclinic fill:#BBDEFB
You can’t perform that action at this time.
0 commit comments