Changes between Version 5 and Version 6 of SandBox
- Timestamp:
- Jul 9, 2012 11:21:00 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SandBox
v5 v6 9 9 Ocean->Beach} 10 10 }}} 11 12 == WRF Workflow == 13 {{{#!graphviz/png 14 digraph G { rankdir=LR 15 subgraph cluster_WPS { label=WPS; ungrib;metgrid;geogrid;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 metgrid->ungrib; 20 geogrid->ungrib; 21 ungrib->real->wrf 22 input->metgrid 23 geoinput->geogrid 24 } 25 }}}