Changes between Version 9 and Version 10 of SandBox
- Timestamp:
- Apr 18, 2013 10:02:31 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SandBox
v9 v10 4 4 5 5 Go ahead, edit it freely. 6 {{{#!graphviz/png7 digraph G {rankdir = "LR"; node [shape=box]; edge [style=dashed]; Hello->World->Graphviz->Rules;8 Hello->Ocean; Ocean->Sea->Shore;9 Ocean->Beach}10 }}}11 12 == WRF Workflow ==13 {{{#!graphviz/png14 digraph G { rankdir=LR15 subgraph cluster_WPS { label=WPS; ungrib;metgrid;geogrid;dummy [style="invis"];namelist_wps [shape=tab]}16 subgraph cluster_WRF { label=WRF; real;wrf;namelist_wrf [shape=tab]}17 input [shape=box]18 geoinput [shape=box]19 geogrid->dummy [style="invis"];20 input->ungrib21 ungrib->metgrid;22 geogrid->metgrid;23 geoinput->geogrid24 metgrid->real->wrf25 }26 }}}27 28 [[KnownMimeTypes]]29