Skip to content

Commit

Permalink
Finalising the Nitrogen Dioxide limits, per instructions from Joan. S…
Browse files Browse the repository at this point in the history
  • Loading branch information
JSegrave-IBM committed Oct 22, 2020
1 parent 3e6f5b1 commit 12c28ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/prometeo_config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"windows_and_limits":
[
{ "label": "10min", "mins": 10, "gas_limits": { "carbon_monoxide": 420, "nitrogen_dioxide": 5.0, "formaldehyde": 14, "acrolein": 0.44 }},
{ "label": "30min", "mins": 30, "gas_limits": { "carbon_monoxide": 150, "nitrogen_dioxide": 1.0, "formaldehyde": 14, "acrolein": 0.18 }},
{ "label": "60min", "mins": 60, "gas_limits": { "carbon_monoxide": 83, "nitrogen_dioxide": 1.0, "formaldehyde": 14, "acrolein": 0.1 }},
{ "label": "4hr", "mins": 240, "gas_limits": { "carbon_monoxide": 33, "nitrogen_dioxide": 0.5, "formaldehyde": 14, "acrolein": 0.1 }},
{ "label": "8hr", "mins": 480, "gas_limits": { "carbon_monoxide": 27, "nitrogen_dioxide": 0.5, "formaldehyde": 14, "acrolein": 0.1 }}
{ "label": "10min", "mins": 10, "gas_limits": { "carbon_monoxide": 420, "nitrogen_dioxide": 8, "formaldehyde": 14, "acrolein": 0.44 }},
{ "label": "30min", "mins": 30, "gas_limits": { "carbon_monoxide": 150, "nitrogen_dioxide": 6, "formaldehyde": 14, "acrolein": 0.18 }},
{ "label": "60min", "mins": 60, "gas_limits": { "carbon_monoxide": 83, "nitrogen_dioxide": 4, "formaldehyde": 14, "acrolein": 0.1 }},
{ "label": "4hr", "mins": 240, "gas_limits": { "carbon_monoxide": 33, "nitrogen_dioxide": 2, "formaldehyde": 14, "acrolein": 0.1 }},
{ "label": "8hr", "mins": 480, "gas_limits": { "carbon_monoxide": 27, "nitrogen_dioxide": 1, "formaldehyde": 14, "acrolein": 0.1 }}
],
"supported_gases" :["carbon_monoxide", "nitrogen_dioxide"],
"yellow_warning_percent" : 80,
Expand Down

0 comments on commit 12c28ff

Please sign in to comment.