Skip to content

Scientific Workflow

Tobey Carman edited this page Aug 17, 2016 · 4 revisions
  1. Develop model code
  2. Compile model code
  3. Prepare (subset?) inputs
  4. Calibrate
  5. Run extrapolation
  6. Visualize / analyze outputs

Here is the dot code to generate the above drawing.

digraph scientific_workflow {

	dev -> compile -> prep_inputs -> calibrate -> run -> visualize_analyze

	visualize_analyze -> {dev; compile; prep_inputs; calibrate; run;}

}

Run with:

$ dot -Tpng -o sci-workflow.png