= The Sandbox = This is just a page to practice and learn WikiFormatting. Go ahead, edit it freely. {{{#!graphviz/png digraph G {rankdir = "LR"; node [shape=box]; edge [style=dashed]; Hello->World->Graphviz->Rules; Hello->Ocean; Ocean->Sea->Shore; Ocean->Beach} }}} == WRF Workflow == {{{#!graphviz/png digraph G { rankdir=LR subgraph cluster_WPS { label=WPS; ungrib;metgrid;geogrid;dummy [style="invis"];namelist_wps [shape=tab]} subgraph cluster_WRF { label=WRF; real;wrf;namelist_wrf [shape=tab]} input [shape=box] geoinput [shape=box] geogrid->dummy [style="invis"]; input->ungrib ungrib->metgrid; geogrid->metgrid; geoinput->geogrid metgrid->real->wrf } }}}