.gitignore
.readthedocs.yaml
CHANGELOG.md
LICENSE.md
MANIFEST.in
README.md
TODO.md
mkdocs.yml
prek.toml
pyproject.toml
requirements.txt
uv.lock
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/hooks.py
docs/index.md
docs/api/activation.md
docs/api/aerosol.md
docs/api/distributions.md
docs/api/ensemble.md
docs/api/equilibrate.md
docs/api/integrator.md
docs/api/model.md
docs/api/model_output.md
docs/api/thermo.md
docs/api/updraft.md
docs/assets/favicon.png
docs/assets/logo.svg
docs/assets/figures/activation_comparison.png
docs/assets/figures/basic_run.png
docs/assets/figures/differentiable_smax.png
docs/assets/figures/live_run.png
docs/assets/figures/sensitivity_sweep.png
docs/assets/figures/updraft_ensemble.png
docs/assets/output/activation_comparison.txt
docs/assets/output/basic_run.txt
docs/assets/output/differentiable_smax.txt
docs/assets/output/live_run.txt
docs/assets/output/updraft_ensemble.txt
docs/examples/activation_comparison.md
docs/examples/basic_run.md
docs/examples/differentiable_smax.md
docs/examples/live_run.md
docs/examples/sensitivity_sweep.md
docs/examples/updraft_ensemble.md
docs/figs/model_example.png
docs/figs/sample_script.png
docs/getting_started/installation.md
docs/getting_started/quickstart.md
docs/javascripts/mathjax.js
docs/stylesheets/extra.css
docs/user_guide/best_practices.md
docs/user_guide/gpu.md
docs/user_guide/migration.md
docs/user_guide/numerical_methods.md
docs/user_guide/sci_descr.md
examples/README.md
examples/activation_comparison.py
examples/basic_run.py
examples/differentiable_smax.py
examples/live_run.py
examples/sensitivity_sweep.py
examples/simple.yml
examples/simple_mono.yml
examples/simple_supersat.yml
examples/updraft_ensemble.py
pyrcel/__init__.py
pyrcel/_types.py
pyrcel/aerosol.py
pyrcel/console_report.py
pyrcel/constants.py
pyrcel/distributions.py
pyrcel/ensemble.py
pyrcel/equilibrate.py
pyrcel/integrator.py
pyrcel/model.py
pyrcel/model_output.py
pyrcel/output.py
pyrcel/parcel_aux.py
pyrcel/py.typed
pyrcel/thermo.py
pyrcel/updraft.py
pyrcel/util.py
pyrcel/version.py
pyrcel.egg-info/PKG-INFO
pyrcel.egg-info/SOURCES.txt
pyrcel.egg-info/dependency_links.txt
pyrcel.egg-info/entry_points.txt
pyrcel.egg-info/requires.txt
pyrcel.egg-info/scm_file_list.json
pyrcel.egg-info/scm_version.json
pyrcel.egg-info/top_level.txt
pyrcel/activation/__init__.py
pyrcel/activation/_arg2000.py
pyrcel/activation/_common.py
pyrcel/activation/_mbn2014.py
pyrcel/activation/_scheme.py
pyrcel/data/std_atm.csv
pyrcel/legacy/__init__.py
pyrcel/legacy/activation.py
pyrcel/legacy/postprocess.py
pyrcel/legacy/thermo.py
pyrcel/legacy/vis.py
pyrcel/scripts/__init__.py
pyrcel/scripts/run_parcel.py
pyrcel/test/__init__.py
pyrcel/test/generate_data.py
pyrcel/test/pm_test.py
pyrcel/test/results.dict
pyrcel/test/test_thermo.py
tests/conftest.py
tests/scenarios.py
tests/test_activation.py
tests/test_aerosol.py
tests/test_cli.py
tests/test_console_report.py
tests/test_differentiability.py
tests/test_ensemble.py
tests/test_equilibration.py
tests/test_mbn2014.py
tests/test_model.py
tests/test_nd.py
tests/test_nd_adjoint.py
tests/test_netcdf_output.py
tests/test_oracle_fixtures.py
tests/test_output_formats.py
tests/test_public_api.py
tests/test_rhs_equivalence.py
tests/test_termination.py
tests/test_thermo.py
tests/test_trajectory.py
tests/test_updraft.py
tests/fixtures/cli_simple.yml
tests/fixtures/oracle/fast_updraft.npz
tests/fixtures/oracle/low_accom.npz
tests/fixtures/oracle/manifest.json
tests/fixtures/oracle/mono.npz
tests/fixtures/oracle/simple_sulfate.npz
tests/fixtures/oracle/slow_updraft.npz
tests/fixtures/oracle/two_mode.npz
tools/bench/README.md
tools/bench/bench_master.py
tools/bench/bench_v2.py
tools/oracle/README.md
tools/oracle/generate_fixtures.py