An open API service indexing awesome lists of open source software.

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

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.

[![GitHub Releases](https://img.shields.io/github/release/open-atmos/MechanismConfiguration.svg)](https://github.com/open-atmos/MechanismConfiguration/releases)
[![License](https://img.shields.io/github/license/open-atmos/MechanismConfiguration.svg)](https://github.com/open-atmos/MechanismConfiguration/blob/master/LICENSE)
[![Docs build](https://github.com/open-atmos/MechanismConfiguration/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/open-atmos/MechanismConfiguration/actions/workflows/gh-pages.yml)
[![Windows](https://github.com/open-atmos/MechanismConfiguration/actions/workflows/windows.yml/badge.svg)](https://github.com/open-atmos/MechanismConfiguration/actions/workflows/windows.yml)
[![Mac](https://github.com/open-atmos/MechanismConfiguration/actions/workflows/mac.yml/badge.svg)](https://github.com/open-atmos/MechanismConfiguration/actions/workflows/mac.yml)
[![Ubuntu](https://github.com/open-atmos/MechanismConfiguration/actions/workflows/ubuntu.yml/badge.svg)](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.