Skip to content

Commit ab50ef0

Browse files
Deploying to pdoc from @ d9e1107 🚀
1 parent 2a7f43d commit ab50ef0

3 files changed

Lines changed: 17 additions & 7 deletions

File tree

PyPartMC.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,15 @@ <h4 id="jupyter-notebooks-with-examples">Jupyter notebooks with examples</h4>
160160
<a href="https://mybinder.org/v2/gh/open-atmos/PyPartMC.git/main?urlpath=lab/tree/examples/cloud_parcel.ipynb"><img src="https://mybinder.org/badge_logo.svg" alt="Binder" /></a>
161161
<a href="https://jupyterhub.arm.gov/hub/user-redirect/git-pull?repo=https%3A//github.com/open-atmos/PyPartMC&branch=main&urlPath="><img src="https://img.shields.io/static/v1?label=launch%20in&logo=jupyter&color=lightblue&message=ARM+JupyterHub" alt="ARM JupyterHub" /></a></li>
162162
<li>Coagulation model intercomparison for additive (Golovin) kernel with: PyPartMC, <a href="https://open-atmos.github.io/PySDM">PySDM</a>, <a href="https://github.com/emmacware/droplets.jl">Droplets.jl</a> and <a href="https://stammler.github.io/dustpy/">dustpy</a>:<br />
163-
<a href="https://github.com/open-atmos//PyPartMC/blob/main/examples/additive_coag_comparison.ipynb"><img src="https://img.shields.io/static/v1?label=render%20on&logo=github&color=87ce3e&message=GitHub" alt="View notebook" /></a>
163+
<a href="https://github.com/open-atmos/PyPartMC/blob/main/examples/additive_coag_comparison.ipynb"><img src="https://img.shields.io/static/v1?label=render%20on&logo=github&color=87ce3e&message=GitHub" alt="View notebook" /></a>
164164
<a href="https://colab.research.google.com/github/open-atmos/PyPartMC/blob/main/examples/additive_coag_comparison.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" /></a>
165165
<a href="https://mybinder.org/v2/gh/open-atmos/PyPartMC.git/main?urlpath=lab/tree/examples/additive_coag_comparison.ipynb"><img src="https://mybinder.org/badge_logo.svg" alt="Binder" /></a>
166166
<a href="https://jupyterhub.arm.gov/hub/user-redirect/git-pull?repo=https%3A//github.com/open-atmos/PyPartMC&branch=main&urlPath="><img src="https://img.shields.io/static/v1?label=launch%20in&logo=jupyter&color=lightblue&message=ARM+JupyterHub" alt="ARM JupyterHub" /></a> </li>
167+
<li>Particle simulation with multiphase chemistry handled using <a href="https://doi.org/10.5194/gmd-15-3663-2022">CAMP</a> (without coagulation):<br />
168+
<a href="https://github.com/open-atmos/PyPartMC/blob/main/examples/particle_simulation_with_camp.ipynb.ipynb"><img src="https://img.shields.io/static/v1?label=render%20on&logo=github&color=87ce3e&message=GitHub" alt="View notebook" /></a>
169+
<a href="https://colab.research.google.com/github/open-atmos/PyPartMC/blob/main/examples/particle_simulation_with_camp.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" /></a>
170+
<a href="https://mybinder.org/v2/gh/open-atmos/PyPartMC.git/main?urlpath=lab/tree/examples/particle_simulation_with_camp.ipynb"><img src="https://mybinder.org/badge_logo.svg" alt="Binder" /></a>
171+
<a href="https://jupyterhub.arm.gov/hub/user-redirect/git-pull?repo=https%3A//github.com/open-atmos/PyPartMC&branch=main&urlPath="><img src="https://img.shields.io/static/v1?label=launch%20in&logo=jupyter&color=lightblue&message=ARM+JupyterHub" alt="ARM JupyterHub" /></a> </li>
167172
</ul>
168173

169174
<h2 id="features">Features</h2>

PyPartMC/_PyPartMC.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,8 @@ <h1 class="modulename">
823823
</div>
824824
<a class="headerlink" href="#AeroData.__init__"></a>
825825

826-
<div class="docstring"><p>__init__(self, arg: [JSON], /) -> None</p>
826+
<div class="docstring"><p>__init__(self, arg: <a href="#CampCore">PyPartMC._PyPartMC.CampCore</a>, /) -> None
827+
__init__(self, arg: [JSON], /) -> None</p>
827828
</div>
828829

829830

@@ -1602,7 +1603,8 @@ <h1 class="modulename">
16021603
</div>
16031604
<a class="headerlink" href="#AeroState.__init__"></a>
16041605

1605-
<div class="docstring"><p>__init__(self, arg0: <a href="#AeroData">PyPartMC._PyPartMC.AeroData</a>, arg1: float, arg2: str, /) -> None</p>
1606+
<div class="docstring"><p>__init__(self, arg0: <a href="#AeroData">PyPartMC._PyPartMC.AeroData</a>, arg1: float, arg2: str, /) -> None
1607+
__init__(self, arg0: <a href="#AeroData">PyPartMC._PyPartMC.AeroData</a>, arg1: float, arg2: str, arg3: <a href="#CampCore">PyPartMC._PyPartMC.CampCore</a>, /) -> None</p>
16061608
</div>
16071609

16081610

@@ -2046,7 +2048,8 @@ <h1 class="modulename">
20462048
</div>
20472049
<a class="headerlink" href="#GasData.__init__"></a>
20482050

2049-
<div class="docstring"><p>__init__(self, arg: tuple, /) -> None</p>
2051+
<div class="docstring"><p>__init__(self, arg: <a href="#CampCore">PyPartMC._PyPartMC.CampCore</a>, /) -> None
2052+
__init__(self, arg: tuple, /) -> None</p>
20502053
</div>
20512054

20522055

@@ -2291,7 +2294,8 @@ <h1 class="modulename">
22912294
</div>
22922295
<a class="headerlink" href="#Photolysis.__init__"></a>
22932296

2294-
<div class="docstring"><p>__init__(self) -> None</p>
2297+
<div class="docstring"><p>__init__(self) -> None
2298+
__init__(self, arg: <a href="#CampCore">PyPartMC._PyPartMC.CampCore</a>, /) -> None</p>
22952299
</div>
22962300

22972301

@@ -2320,7 +2324,8 @@ <h1 class="modulename">
23202324
</div>
23212325
<a class="headerlink" href="#CampCore.__init__"></a>
23222326

2323-
<div class="docstring"><p>__init__(self) -> None</p>
2327+
<div class="docstring"><p>__init__(self) -> None
2328+
__init__(self, arg: str, /) -> None</p>
23242329
</div>
23252330

23262331

0 commit comments

Comments
 (0)