scientific-workflow 0.2.3

Typed scientific states, project configuration, artifacts, and durable recording
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "fields": [
    {
      "name": "population",
      "description": "Population count at each modeled location"
    },
    {
      "name": "space",
      "description": "Spatial lattice values for the current state"
    },
    {
      "name": "activity",
      "description": "Activity flag at each modeled location"
    }
  ]
}