Skip to content
/ AeroMix Public

Python package for modeling aerosol optical properties and mixing states

License

Notifications You must be signed in to change notification settings

sampr7/AeroMix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AeroMix

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.

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.

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].