Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Commit b9fedbe

Browse files
committed
model-runner: Add sample idm-covasim job.
1 parent e72923e commit b9fedbe

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"id": "my-model-run-id",
3+
"callbackURL": null,
4+
"models": [
5+
{
6+
"slug": "idm-covasim",
7+
"imageURL": "docker.pkg.github.com/covid-modeling/covasim-connector/covasim-connector:master"
8+
}
9+
],
10+
"configuration": {
11+
"region": "US",
12+
"subregion": "US-NY",
13+
"parameters": {
14+
"calibrationDate": "2020-04-18",
15+
"calibrationCaseCount": 1400,
16+
"calibrationDeathCount": 200,
17+
"interventionPeriods": [
18+
{
19+
"startDate": "2020-03-18",
20+
"reductionPopulationContact": 10,
21+
"socialDistancing": "moderate"
22+
},
23+
{
24+
"startDate": "2020-03-22",
25+
"reductionPopulationContact": 34,
26+
"socialDistancing": "moderate",
27+
"schoolClosure": "aggressive"
28+
},
29+
{
30+
"startDate": "2020-03-23",
31+
"reductionPopulationContact": 64,
32+
"socialDistancing": "aggressive",
33+
"schoolClosure": "aggressive"
34+
},
35+
{
36+
"startDate": "2020-07-01",
37+
"reductionPopulationContact": 0
38+
}
39+
],
40+
"r0": null
41+
}
42+
}
43+
}

0 commit comments

Comments
 (0)