-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced the old configuration with the standard one for musica fortr…
…an test
- Loading branch information
1 parent
d8bc429
commit 264396b
Showing
8 changed files
with
141 additions
and
12 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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"camp-files": [ | ||
"species.json", | ||
"reactions.json" | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"camp-data": [ | ||
{ | ||
"name": "Chapman", | ||
"type": "MECHANISM", | ||
"reactions": [ | ||
{ | ||
"type": "PHOTOLYSIS", | ||
"reactants": { | ||
"O2": {} | ||
}, | ||
"products": { | ||
"O": { | ||
"yield": 2.0 | ||
} | ||
}, | ||
"MUSICA name": "R1" | ||
}, | ||
{ | ||
"type": "ARRHENIUS", | ||
"A": 8.018e-17, | ||
"reactants": { | ||
"O": {}, | ||
"O2": {} | ||
}, | ||
"products": { | ||
"O3": {} | ||
}, | ||
"MUSICA name": "R2" | ||
}, | ||
{ | ||
"type": "PHOTOLYSIS", | ||
"reactants": { | ||
"O3": {} | ||
}, | ||
"products": { | ||
"O": {}, | ||
"O2": {} | ||
}, | ||
"MUSICA name": "R3" | ||
}, | ||
{ | ||
"type": "ARRHENIUS", | ||
"A": 1.576e-15, | ||
"reactants": { | ||
"O": {}, | ||
"O3": {} | ||
}, | ||
"products": { | ||
"O2": { | ||
"yield": 2.0 | ||
} | ||
}, | ||
"MUSICA name": "R4" | ||
}, | ||
{ | ||
"type": "PHOTOLYSIS", | ||
"reactants": { | ||
"O3": {} | ||
}, | ||
"products": { | ||
"O1D": {}, | ||
"O2": {} | ||
}, | ||
"MUSICA name": "R5" | ||
}, | ||
{ | ||
"type": "ARRHENIUS", | ||
"A": 7.11e-11, | ||
"reactants": { | ||
"O1D": {}, | ||
"M": {} | ||
}, | ||
"products": { | ||
"O": {}, | ||
"M": {} | ||
}, | ||
"MUSICA name": "R6" | ||
}, | ||
{ | ||
"type": "ARRHENIUS", | ||
"A": 1.2e-10, | ||
"reactants": { | ||
"O1D": {}, | ||
"O3": {} | ||
}, | ||
"products": { | ||
"O2": { | ||
"yield": 2.0 | ||
} | ||
}, | ||
"MUSICA name": "R7" | ||
} | ||
] | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"camp-data": [ | ||
{ | ||
"name": "M", | ||
"type": "CHEM_SPEC", | ||
"tracer type": "CONSTANT" | ||
}, | ||
{ | ||
"name": "O2", | ||
"type": "CHEM_SPEC", | ||
"tracer type": "CONSTANT" | ||
}, | ||
{ | ||
"name": "O", | ||
"type": "CHEM_SPEC", | ||
"absolute tolerance": 1e-12 | ||
}, | ||
{ | ||
"name": "O1D", | ||
"type": "CHEM_SPEC", | ||
"absolute tolerance": 1e-12 | ||
}, | ||
{ | ||
"name": "O3", | ||
"type": "CHEM_SPEC", | ||
"absolute tolerance": 1e-12 | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
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
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