by Sam P Raj and P R Sinha
Department of Earth and Space Sciences
Indian Institute of Space Science and Technology, Thiruvananthapuram, IN
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.
Use the package manager pip to install AeroMix.
pip install AeroMix
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)
See detailed documentation here.
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.
GNU General Public License v3 (GPLv3)
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 sampr7@gmail.com.