Skip to content

Commit

Permalink
things
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jan 3, 2024
1 parent c8918bd commit 1d7ae13
Showing 1 changed file with 12 additions and 28 deletions.
40 changes: 12 additions & 28 deletions examples/full_configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@
"k2_A": 4e-20,
"k2_B": 1.5,
"k2_C": -2,
"time unit": "MIN",
"rxn id": "my cmaq2"
"time unit": "MIN"
},
{
"type": "CMAQ_OH_HNO3",
Expand All @@ -152,16 +151,14 @@
"k3_A": 4e-20,
"k3_B": 1.5,
"k3_C": -2,
"time unit": "MIN",
"rxn id": "my cmaq1"
"time unit": "MIN"
},
{
"type": "HL_PHASE_TRANSFER",
"gas-phase species": "H2O2",
"aerosol phase": "aqueous aerosol",
"aerosol-phase species": "H2O2_aq",
"aerosol-phase water": "H2O_aq",
"rxn id": "my henry's law"
"aerosol-phase water": "H2O_aq"
},
{
"type": "SIMPOL_PHASE_TRANSFER",
Expand All @@ -173,8 +170,7 @@
2.91E+00,
1.96E-03,
-4.96E-01
],
"rxn id": "my simpl"
]
},
{
"type": "AQUEOUS_EQUILIBRIUM",
Expand All @@ -199,8 +195,7 @@
"speices name": "C",
"coeff": 1
}
],
"rxn id": "my aqueous eq"
]
},
{
"type": "CONDENSED_PHASE_ARRHENIUS",
Expand All @@ -222,8 +217,7 @@
"speices name": "C",
"coeff": 1
}
],
"rxn id": "my condensed arrhenius"
]
},
{
"type": "CONDENSED_PHASE_PHOTOLYSIS",
Expand All @@ -242,19 +236,16 @@
"coeff": 1
}
],
"scaling factor": 12.3,
"rxn id": "condensed photo B"
"scaling factor": 12.3
},
{
"type": "EMISSION",
"species": "B",
"rxn id": "my emission",
"scaling factor": 12.3
},
{
"type": "FIRST_ORDER_LOSS",
"species": "B",
"rxn id": "my first order loss",
"scaling factor": 12.3
},
{
Expand All @@ -271,7 +262,6 @@
"coeff": 1
}
],
"rxn id": "photo B",
"scaling factor": 12.3
},
{
Expand All @@ -284,8 +274,7 @@
"yield": 0.4
}
},
"aerosol phase": "surface reacting phase",
"rxn id": "my surface"
"aerosol phase": "surface reacting phase"
},
{
"type": "TERNARY_CHEMICAL_ACTIVATION",
Expand All @@ -309,8 +298,7 @@
"kinf_C": 24,
"Fc": 0.9,
"N": 0.8,
"time unit": "MIN",
"rxn id": "my ternary"
"time unit": "MIN"
},
{
"type": "TROE",
Expand All @@ -334,8 +322,7 @@
"kinf_C": 24,
"Fc": 0.9,
"N": 0.8,
"time unit": "MIN",
"rxn id": "my troe"
"time unit": "MIN"
},
{
"type": "WENNBERG_NO_RO2",
Expand All @@ -361,13 +348,11 @@
"Y": 167,
"a0": 0.15,
"n": 9,
"time unit": "MIN",
"rxn id": "my wennberg"
"time unit": "MIN"
},
{
"type": "WET_DEPOSITION",
"aerosol phase": "cloud",
"rxn id": "rxn cloud",
"scaling factor": 12.3
},
{
Expand All @@ -388,8 +373,7 @@
"B": -2.3,
"C": 102.3,
"D": 63.4,
"E": -1.3,
"rxn id": "my arrhenius"
"E": -1.3
}
]
}
Expand Down

0 comments on commit 1d7ae13

Please sign in to comment.