Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.88 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.88 KB

AeroMix

by Sam P Raj and P R Sinha
Department of Earth and Space Sciences
Indian Institute of Space Science and Technology, Thiruvananthapuram, IN

Static Badge Downloads

AeroMix is a versatile open-source aerosol optical model framework designed for computing a wide range of optical and physical properties of complex aerosol mixtures.

Installation

Use the package manager pip to install AeroMix.

pip install AeroMix

Usage

import AeroMix

# get a sample input dictionary
input_dict = AeroMix.getAerosolType('urban',[0.4,0.5,0.6,0.7,0.8],80]

# run the AeroMix model
AeroMix.run(input_dict)

Documentation

See detailed documentation here.

How to cite

If you use AeroMix in your research, please cite the following paper:

Raj, S. P., Sinha, P. R., Srivastava, R., Bikkina, S., and Subrahamanyam, D. B.: AeroMix v1.0.1: a Python package for modeling aerosol optical properties and mixing states, Geosci. Model Dev., 17, 6379–6399, https://doi.org/10.5194/gmd-17-6379-2024, 2024.

License

GNU General Public License v3 (GPLv3)

Contact

We are continuously working to improve and enhance the capabilities of our package. Your feedback, suggestions, and reports of any bugs you encounter are incredibly valuable to us. We welcome you to join the discussion on our GitHub page or feel free to reach out directly via email. Please send your thoughts and reports to [email protected].