https://github.com/open-atmos/mechanismconfiguration
A description of the CAMP chemistry mechanism configuration, with examples
https://github.com/open-atmos/mechanismconfiguration
atmospheric-chemistry chemical-modelling
Last synced: 8 months ago
JSON representation
A description of the CAMP chemistry mechanism configuration, with examples
- Host: GitHub
- URL: https://github.com/open-atmos/mechanismconfiguration
- Owner: open-atmos
- License: apache-2.0
- Created: 2023-07-19T21:27:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T18:49:30.000Z (8 months ago)
- Last Synced: 2025-02-13T19:38:20.777Z (8 months ago)
- Topics: atmospheric-chemistry, chemical-modelling
- Language: C++
- Homepage: https://open-atmos.github.io/MechanismConfiguration/
- Size: 4.18 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chemical Mechanism Configurations
An attempt at defining a model-independent configuration schema for atmospheric chemical systems in JSON and YAML.
[](https://github.com/open-atmos/MechanismConfiguration/releases)
[](https://github.com/open-atmos/MechanismConfiguration/blob/master/LICENSE)
[](https://github.com/open-atmos/MechanismConfiguration/actions/workflows/gh-pages.yml)
[](https://github.com/open-atmos/MechanismConfiguration/actions/workflows/windows.yml)
[](https://github.com/open-atmos/MechanismConfiguration/actions/workflows/mac.yml)
[](https://github.com/open-atmos/MechanismConfiguration/actions/workflows/ubuntu.yml)Copyright (C) 2017–2024 Barcelona Supercomputing Center, University of Illinois at Urbana–Champaign, and National Center for Atmospheric Research
The configuration documentation can be found [here](https://open-atmos.github.io/MechanismConfiguration/).
## Building the Documentation
With python and pip installed, go to the `docs/` folder and run:
```
pip install -r requirements
make html
```Then, you can navigate to `docs/build/html/index.html` in a browser to view the documentation.