Skip to content

Commit

Permalink
Merge pull request #17 from InstituteforDiseaseModeling/rtd
Browse files Browse the repository at this point in the history
Updated scenarios to break apart disease-specific sims from transmission-layer sims, version 2.20
  • Loading branch information
lmgeorge authored Sep 10, 2020
2 parents 2b78d7e + d7ddc34 commit 7a20f0f
Show file tree
Hide file tree
Showing 450 changed files with 1,507 additions and 1,901 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"Enable_Default_Shedding_Function": 1,
"Enable_Demographics_Birth": 0,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Initial": 1,
"Enable_Demographics_Other": 0,
"Enable_Demographics_Reporting": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Metadata": {
"DateCreated": "Sun Sep 25 23:19:55 2011",
"Tool": "convertdemog.py",
"Author": "IDM",
"Author": "jsteinkraus",
"IdReference": "Gridded world grump2.5arcmin",
"NodeCount": 1,
"Resolution": 150
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotAllCharts.py output\InsetChart.json "EnvironmentalDiagnostic"
@ENDLOCAL
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotPropertyReport.py output\PropertyReportEnvironmental.json
@ENDLOCAL

2 changes: 2 additions & 0 deletions Scenarios/Environmental/EnvironmentalDiagnostic/runEmod.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\Eradication.exe --config config.json --input-path ..\..\..\Demographics_Files
@pause
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"Enable_Default_Shedding_Function": 1,
"Enable_Demographics_Birth": 0,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Initial": 1,
"Enable_Demographics_Other": 0,
"Enable_Demographics_Reporting": 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\..\Scripts\plotAllCharts.py output\InsetChart.json "Multi-Route HINT"
@ENDLOCAL
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\..\Scripts\plotPropertyReport.py output\PropertyReportEnvironmental.json
@ENDLOCAL

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\..\Eradication.exe --config config.json --input-path ..\..\..\..\Demographics_Files
@pause
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"Enable_Default_Shedding_Function": 1,
"Enable_Demographics_Birth": 0,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Initial": 1,
"Enable_Demographics_Other": 0,
"Enable_Demographics_Reporting": 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\..\Scripts\plotAllCharts.py output\InsetChart.json "Down The River MR-HINT"
@ENDLOCAL
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\..\Scripts\plotPropertyReport.py output\PropertyReportEnvironmental.json
@ENDLOCAL

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\..\Eradication.exe --config config.json --input-path ..\..\..\..\Demographics_Files
@pause
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"Enable_Default_Shedding_Function": 1,
"Enable_Demographics_Birth": 0,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Initial": 1,
"Enable_Demographics_Other": 0,
"Enable_Demographics_Reporting": 1,
Expand Down
4 changes: 4 additions & 0 deletions Scenarios/Environmental/Seasonality/plotAllCharts.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotAllCharts.py output\InsetChart.json "Seasonality"
@ENDLOCAL
2 changes: 2 additions & 0 deletions Scenarios/Environmental/Seasonality/runEmod.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\Eradication.exe --config config.json --input-path ..\..\..\Demographics_Files
@pause
1 change: 0 additions & 1 deletion Scenarios/Generic/DensityScaling/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"Enable_Default_Reporting": 1,
"Enable_Demographics_Birth": 0,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Reporting": 1,
"Enable_Disease_Mortality": 0,
"Enable_Heterogeneous_Intranode_Transmission": 0,
Expand Down
4 changes: 4 additions & 0 deletions Scenarios/Generic/DensityScaling/plotAllCharts.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotAllCharts.py output\InsetChart.json "Density Scaling"
@ENDLOCAL
4 changes: 4 additions & 0 deletions Scenarios/Generic/DensityScaling/plotInsetChart.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotSIRChannels.py -c I -t "Density Scaling" output\InsetChart.json
@ENDLOCAL
2 changes: 2 additions & 0 deletions Scenarios/Generic/DensityScaling/runEmod.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\Eradication.exe --config config.json --input-path ..\..\..\Demographics_Files
@pause
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"Enable_Default_Reporting": 1,
"Enable_Demographics_Birth": 0,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Reporting": 0,
"Enable_Disease_Mortality": 0,
"Enable_Heterogeneous_Intranode_Transmission": 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\..\Scripts\plotAllCharts.py output\InsetChart.json "HINT - Baseline Outbreak"
@ENDLOCAL
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\..\Scripts\plotPropertyReport.py output\PropertyReport.json
@ENDLOCAL

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\..\Eradication.exe --config config.json --input-path ..\..\..\..\Demographics_Files
@pause
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"Enable_Default_Reporting": 1,
"Enable_Demographics_Birth": 0,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Reporting": 0,
"Enable_Disease_Mortality": 0,
"Enable_Heterogeneous_Intranode_Transmission": 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\..\Scripts\plotAllCharts.py output\InsetChart.json "HINT - Age-Targeted Vaccine"
@ENDLOCAL
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\..\Scripts\plotPropertyReport.py output\PropertyReport.json
@ENDLOCAL

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\..\Eradication.exe --config config.json --input-path ..\..\..\..\Demographics_Files
@pause
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"Enable_Default_Reporting": 1,
"Enable_Demographics_Birth": 0,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Reporting": 0,
"Enable_Disease_Mortality": 0,
"Enable_Heterogeneous_Intranode_Transmission": 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\..\Scripts\plotAllCharts.py output\InsetChart.json "HINT - Access-Targeted Vaccine"
@ENDLOCAL
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\..\Scripts\plotPropertyReport.py output\PropertyReport.json
@ENDLOCAL

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\..\Eradication.exe --config config.json --input-path ..\..\..\..\Demographics_Files
@pause
1 change: 0 additions & 1 deletion Scenarios/Generic/HINT_SeattleCommuting/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"Enable_Default_Reporting": 1,
"Enable_Demographics_Birth": 0,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Reporting": 1,
"Enable_Disease_Mortality": 0,
"Enable_Heterogeneous_Intranode_Transmission": 1,
Expand Down
4 changes: 4 additions & 0 deletions Scenarios/Generic/HINT_SeattleCommuting/plotAllCharts.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotAllCharts.py output\InsetChart.json "HINT Seattle Commuting"
@ENDLOCAL
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotPropertyReport.py output\PropertyReport.json -m
@ENDLOCAL
2 changes: 2 additions & 0 deletions Scenarios/Generic/HINT_SeattleCommuting/runEmod.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\Eradication.exe --config config.json --input-path ..\..\..\Demographics_Files
@pause
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Metadata": {
"DateCreated": "Mon Sep 26 09:59:35 2011",
"Tool": "convertdemog.py",
"Author": "IDM",
"Author": "jsteinkraus",
"IdReference": "Legacy",
"NodeCount": 124
},
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Metadata": {
"DateCreated": "Mon Sep 26 09:59:35 2011",
"Tool": "convertdemog.py",
"Author": "IDM",
"Author": "jsteinkraus",
"IdReference": "Legacy",
"NodeCount": 1
},
Expand Down
1 change: 0 additions & 1 deletion Scenarios/Generic/SEIR/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"Enable_Default_Reporting": 1,
"Enable_Demographics_Birth": 0,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Reporting": 1,
"Enable_Disease_Mortality": 0,
"Enable_Heterogeneous_Intranode_Transmission": 0,
Expand Down
4 changes: 4 additions & 0 deletions Scenarios/Generic/SEIR/plotAllCharts.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotAllCharts.py output\InsetChart.json "Generic SEIR"
@ENDLOCAL
4 changes: 4 additions & 0 deletions Scenarios/Generic/SEIR/plotInsetChart.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotSIRChannels.py -c SEIR -t "Generic SEIR" output\InsetChart.json
@ENDLOCAL
2 changes: 2 additions & 0 deletions Scenarios/Generic/SEIR/runEmod.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\Eradication.exe --config config.json --input-path ..\..\..\Demographics_Files
@pause
1 change: 0 additions & 1 deletion Scenarios/Generic/SEIRS/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"Enable_Default_Reporting": 1,
"Enable_Demographics_Birth": 0,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Reporting": 1,
"Enable_Disease_Mortality": 1,
"Enable_Heterogeneous_Intranode_Transmission": 0,
Expand Down
4 changes: 4 additions & 0 deletions Scenarios/Generic/SEIRS/plotAllCharts.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotAllCharts.py output\InsetChart.json SEIRS
@ENDLOCAL
4 changes: 4 additions & 0 deletions Scenarios/Generic/SEIRS/plotInsetChart.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotSIRChannels.py -c SEIRW -t "SEIRS" output\InsetChart.json
@ENDLOCAL
2 changes: 2 additions & 0 deletions Scenarios/Generic/SEIRS/runEmod.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\Eradication.exe --config config.json --input-path ..\..\..\Demographics_Files
@pause
1 change: 0 additions & 1 deletion Scenarios/Generic/SEIR_VitalDynamics/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"Enable_Default_Reporting": 1,
"Enable_Demographics_Birth": 1,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Reporting": 1,
"Enable_Disease_Mortality": 0,
"Enable_Heterogeneous_Intranode_Transmission": 0,
Expand Down
4 changes: 4 additions & 0 deletions Scenarios/Generic/SEIR_VitalDynamics/plotAllCharts.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotAllCharts.py output\InsetChart.json Generic_SEIR_VItalDynamics
@ENDLOCAL
4 changes: 4 additions & 0 deletions Scenarios/Generic/SEIR_VitalDynamics/plotInsetChart.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotSIRChannels.py -c SEIR -t "Generic SEIR with vital dynamics" output\InsetChart.json
@ENDLOCAL
2 changes: 2 additions & 0 deletions Scenarios/Generic/SEIR_VitalDynamics/runEmod.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\Eradication.exe --config config.json --input-path ..\..\..\Demographics_Files
@pause
1 change: 0 additions & 1 deletion Scenarios/Generic/SI/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"Enable_Default_Reporting": 1,
"Enable_Demographics_Birth": 0,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Reporting": 1,
"Enable_Disease_Mortality": 0,
"Enable_Heterogeneous_Intranode_Transmission": 0,
Expand Down
4 changes: 4 additions & 0 deletions Scenarios/Generic/SI/plotAllCharts.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotAllCharts.py output\InsetChart.json SI
@ENDLOCAL
4 changes: 4 additions & 0 deletions Scenarios/Generic/SI/plotInsetChart.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotSIRChannels.py -c SI -t "SI" output\InsetChart.json
@ENDLOCAL
2 changes: 2 additions & 0 deletions Scenarios/Generic/SI/runEmod.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\Eradication.exe --config config.json --input-path ..\..\..\Demographics_Files
@pause
1 change: 0 additions & 1 deletion Scenarios/Generic/SIR/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"Enable_Aging": 1,
"Enable_Default_Reporting": 1,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Reporting": 1,
"Enable_Disease_Mortality": 0,
"Enable_Heterogeneous_Intranode_Transmission": 0,
Expand Down
4 changes: 4 additions & 0 deletions Scenarios/Generic/SIR/plotAllCharts.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotAllCharts.py output\InsetChart.json "SIR"
@ENDLOCAL
4 changes: 4 additions & 0 deletions Scenarios/Generic/SIR/plotInsetChart.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotSIRChannels.py -c SIR -t "SIR" output\InsetChart.json
@ENDLOCAL
2 changes: 2 additions & 0 deletions Scenarios/Generic/SIR/runEmod.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\Eradication.exe --config config.json --input-path ..\..\..\Demographics_Files
@pause
1 change: 0 additions & 1 deletion Scenarios/Generic/SIRS/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"Enable_Aging": 1,
"Enable_Default_Reporting": 1,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Reporting": 1,
"Enable_Disease_Mortality": 0,
"Enable_Heterogeneous_Intranode_Transmission": 0,
Expand Down
4 changes: 4 additions & 0 deletions Scenarios/Generic/SIRS/plotAllCharts.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotAllCharts.py output\InsetChart.json SIRS
@ENDLOCAL
4 changes: 4 additions & 0 deletions Scenarios/Generic/SIRS/plotInsetChart.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotSIRChannels.py -c SIRW -t "SIRS" output\InsetChart.json
@ENDLOCAL
2 changes: 2 additions & 0 deletions Scenarios/Generic/SIRS/runEmod.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\Eradication.exe --config config.json --input-path ..\..\..\Demographics_Files
@pause
1 change: 0 additions & 1 deletion Scenarios/Generic/SIS/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"Enable_Default_Reporting": 1,
"Enable_Demographics_Birth": 0,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 0,
"Enable_Demographics_Reporting": 1,
"Enable_Demographics_Risk": 0,
"Enable_Disease_Mortality": 0,
Expand Down
4 changes: 4 additions & 0 deletions Scenarios/Generic/SIS/plotAllCharts.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotAllCharts.py output\InsetChart.json SIS
@ENDLOCAL
4 changes: 4 additions & 0 deletions Scenarios/Generic/SIS/plotInsetChart.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SETLOCAL
@SET PATH=%PATH%;C:\Python36
python ..\..\..\Scripts\plotSIRChannels.py -c SI -t "SIS" output\InsetChart.json
@ENDLOCAL
2 changes: 2 additions & 0 deletions Scenarios/Generic/SIS/runEmod.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\..\..\Eradication.exe --config config.json --input-path ..\..\..\Demographics_Files
@pause
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"Enable_Default_Reporting": 1,
"Enable_Demographics_Birth": 0,
"Enable_Demographics_Builtin": 0,
"Enable_Demographics_Gender": 1,
"Enable_Demographics_Other": 0,
"Enable_Demographics_Reporting": 1,
"Enable_Disease_Mortality": 0,
Expand Down
Loading

0 comments on commit 7a20f0f

Please sign in to comment.