Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add TS1 and TSMLT configuration to examples #27

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion data/dose_rates.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"__description": "This file contains all the dose rates that can be calculated using data in this folder",
"__description": [
"This file contains all the dose rates that can be calculated using data in this folder",
"The original TUV 5.4 source code and data sets can be found here: https://www2.acom.ucar.edu/modeling/tuv-download"
],
"dose rates": {
"enable diagnostics": true,
"rates": [
Expand Down
5 changes: 4 additions & 1 deletion data/photolysis_rate_constants.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"__description": "This file contains configurations for each of the photolysis rate constants that can be calculated using data from this folder",
"__description": [
"This file contains configurations for each of the TUV 5.4 photolysis rate constants that can be calculated using data from this folder",
"The original TUV 5.4 source code and data sets can be found here: https://www2.acom.ucar.edu/modeling/tuv-download"
],
"photolysis": {
"enable diagnostics" : true,
"reactions": [
Expand Down
Loading
Loading