-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ec21d0
commit cccd3b0
Showing
6 changed files
with
3,605 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"camp-data": [{"type": "MECHANISM", "name": "music box interactive configuration", "reactions": [{"type": "PHOTOLYSIS", "music_box_type": "FIRST_ORDER_LOSS", "note": "This reaction is being run in CAMP as a photolysis reaction in order to be able to include the irr product", "scaling factor": 1, "MUSICA name": "LOSS_SOA1 wall loss", "species": "SOA1", "reactants": {"SOA1": {}}, "products": {"irr__03d939f3-e4a3-4fba-89a8-e54fadaf1fe0": {"yield": 1}}}, {"type": "PHOTOLYSIS", "music_box_type": "FIRST_ORDER_LOSS", "note": "This reaction is being run in CAMP as a photolysis reaction in order to be able to include the irr product", "scaling factor": 1, "MUSICA name": "LOSS_SOA2 wall loss", "species": "SOA2", "reactants": {"SOA2": {}}, "products": {"irr__0a6e8dfd-f9c5-4277-bcd3-784de85fc8cd": {"yield": 1}}}, {"type": "ARRHENIUS", "A": 8.8e-17, "Ea": 0, "B": 0, "D": 300, "E": 0, "reactants": {"O3": {"qty": 1}, "a-pinene": {"qty": 1}}, "products": {"SOA1": {"yield": 0.18}, "SOA2": {"yield": 0.09}, "irr__bab3e78d-d1d7-4c6b-9f6f-bbbd303c0901": {"yield": 1}}}]}]} | ||
{"camp-data": [{"type": "MECHANISM", "name": "music box interactive configuration", "reactions": [{"type": "ARRHENIUS", "A": 8.8e-17, "Ea": 0, "B": 0, "D": 300, "E": 0, "reactants": {"O3": {"qty": 1}, "a-pinene": {"qty": 1}}, "products": {"SOA1": {"yield": 0.18}, "SOA2": {"yield": 0.09}, "irr__bab3e78d-d1d7-4c6b-9f6f-bbbd303c0901": {"yield": 1}}}]}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"camp-data": [{"name": "M", "type": "CHEM_SPEC", "tracer type": "CONSTANT"}, {"name": "a-pinene", "type": "CHEM_SPEC"}, {"name": "O3", "type": "CHEM_SPEC"}, {"name": "SOA1", "type": "CHEM_SPEC"}, {"name": "SOA2", "type": "CHEM_SPEC"}, {"name": "irr__03d939f3-e4a3-4fba-89a8-e54fadaf1fe0", "type": "CHEM_SPEC"}, {"name": "irr__0a6e8dfd-f9c5-4277-bcd3-784de85fc8cd", "type": "CHEM_SPEC"}, {"name": "irr__bab3e78d-d1d7-4c6b-9f6f-bbbd303c0901", "type": "CHEM_SPEC"}]} | ||
{"camp-data": [ {"name": "a-pinene", "type": "CHEM_SPEC"}, {"name": "O3", "type": "CHEM_SPEC"}, {"name": "SOA1", "type": "CHEM_SPEC"}, {"name": "SOA2", "type": "CHEM_SPEC"}, {"name": "irr__bab3e78d-d1d7-4c6b-9f6f-bbbd303c0901", "type": "CHEM_SPEC"}]} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1 @@ | ||
{ | ||
"box model options": { | ||
"grid": "box", | ||
"chemistry time step [sec]": 1, | ||
"output time step [sec]": 1, | ||
"simulation length [hr]": 1 | ||
}, | ||
"chemical species": { | ||
"a-pinene": { | ||
"initial value [mol m-3]": 8e-08 | ||
}, | ||
"O3": { | ||
"initial value [mol m-3]": 2e-05 | ||
} | ||
}, | ||
"environmental conditions": { | ||
"temperature": { | ||
"initial value [K]": 298.15 | ||
}, | ||
"pressure": { | ||
"initial value [Pa]": 101325 | ||
} | ||
}, | ||
"initial conditions": { | ||
"initial_conditions.csv": {} | ||
}, | ||
"model components": [ | ||
{ | ||
"type": "CAMP", | ||
"configuration file": "camp_data/config.json", | ||
"override species": { | ||
"M": { | ||
"mixing ratio mol mol-1": 1 | ||
} | ||
}, | ||
"suppress output": { | ||
"M": {} | ||
} | ||
} | ||
] | ||
} | ||
{"box model options": {"grid": "box", "chemistry time step [sec]": 1, "output time step [sec]": 1, "simulation length [hr]": 1}, "chemical species": {"a-pinene": {"initial value [mol m-3]": 8e-08}, "O3": {"initial value [mol m-3]": 2e-05}}, "environmental conditions": {"temperature": {"initial value [K]": 298.15}, "pressure": {"initial value [Pa]": 101325}}, "initial conditions": {}, "model components": [{"type": "CAMP", "configuration file": "camp_data/config.json", "override species": {"M": {"mixing ratio mol mol-1": 1}}, "suppress output": {"M": {}}}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.