A 1D Column bin microphysics model that performs collision-coalescence and breakup.
Project description
BinMod1D-PARS
📖 Documentation
The full documentation for BinMod1D is available at Read the Docs.
Key Resources
- Introduction – Overview of the python package.
- Installation – Quick start guide for local setup.
- Tutorial – Quick start guide for using the BinMod1D
- Example Gallery – Pre-configured notebooks that highlight the capabilities of BinMod1D.
This repository contains the BinMod1D python code. This is a python-based 1D bin (spectral) microphysical model designed to explicitly simulate collision-coalescence and collisional breakup. In order to use the code:
1.) Initialize the spectral model using the spectral_1d class:
from binmod1d.spectral_model import spectral_1d
s1 = spectral_1d()
The inputs to this class will specify the initial particle size distribution (PSD), the bin resolution (sbin) and number of bins used (bins), as well as other parameters that determine how the model will be run.
2.) Use the spectral_1D.run() method to run the model with the inputs specified in spectral_1D()
s1.run()
Various methods are included in the spectral_1d.py class that allow for easy plotting and saving of bin model results.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file binmod1d-1.0.10.tar.gz.
File metadata
- Download URL: binmod1d-1.0.10.tar.gz
- Upload date:
- Size: 140.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7985da9a98a60121e14f89afebcb0eadd4641eb68ceb91fd44ae8742e02f52dd
|
|
| MD5 |
07a15faa18c8ec73a52148d80db446ae
|
|
| BLAKE2b-256 |
1a6023a9b82db7dd53a9a6d0113e318bec1902741bb711877ab79849dd1d4948
|
File details
Details for the file binmod1d-1.0.10-py3-none-any.whl.
File metadata
- Download URL: binmod1d-1.0.10-py3-none-any.whl
- Upload date:
- Size: 140.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dffaed5fb12723168c6bd02b700a21d2d03776e34d22084aefae728afb7c6ebc
|
|
| MD5 |
91b4012cc43a4b308c65622555e9bac0
|
|
| BLAKE2b-256 |
4316f40e46818b05607c6dfacb43b01eb85ffa85f75a667fc6324be001ba92f1
|