ESCOMP / HEMCO_CESM

CESM/CAM interface to modular HEMCO chemistry emissions module
1 stars 8 forks source link

License: LGPL v2

HEMCO_CESM: CESM/CAM interface to modular HEMCO chemistry emissions module

This is the official repository for the HEMCO-CESM interface, coupling the Harmonized Emissions Component (HEMCO) to the Community Earth System Model version 2 (CESM2) via the Community Atmosphere Model (CAM).

:bulb: HEMCO documentation: https://hemco.readthedocs.io

:bulb: HEMCO on the CAM-chem Wiki: https://wiki.ucar.edu/display/camchem/HEMCO

:book: Reference: Lin et al., 2021

:envelope: Maintainer: Haipeng Lin (hplin@seas.harvard.edu). Please post an issue or pull request in this repository if your request is code-related.

How to checkout

HEMCO is fully implemented as an emissions component for GEOS-Chem and CAM-chem chemistry within CAM for MUSICA.

This repository, HEMCO_CESM, is included as an external in CAM (src/hemco) and contains the interface for HEMCO to communicate with CAM. This repository then includes HEMCO itself as an external (src/hemco/HEMCO) which is model independent and shared by all models implementing HEMCO (GEOS-Chem, GEOS, CESM, WRF, etc.)

Main components:

Auxiliary components:

Configuration files

...are available in the HEMCO_CESM_configs repository with instructions on how to translate GEOS-Chem emission species to CAM-chem.

Contribution Guide/Branches

Releases are named in the format hemco-cesmX_Y_Z_hemco3_9_0 where X.Y.Z is the semantic versioning of the HEMCO-CESM interface release (See CHANGELOG.md) and the suffix is the accompanying HEMCO version.

License

Copyright (c) 2019-2024, Haipeng Lin and Harvard University Atmospheric Chemistry Modeling Group.
All rights reserved.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1 as published by the Free Software Foundation;

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA