Post-processing and plotting ICON-ART output in python
Project description
ARTist
python library for post-processing and plotting ICON-ART output.
Aerosol and Reactive Trace gases (ART), as a submodule of ICON, supplements the model by including emissions, transport, gas phase chemistry, and aerosol dynamics in the troposphere and stratosphere. ART is being developed and maintained at Karlsruhe Institute of Technology (KIT) Germany.
Installation
Install using pip:
pip install ARTist
or
pip install git+https://github.com/pankajkarman/ARTist.git
Dependencies
Documentation
Latest documentation is available here.
Usage
ARTist is easy to use. Just import using:
import xarray as xr
import artist
And get going.
ds = xr.open_dataset(filename)
da = ds['ash_mixed_acc']
Plot using native traingular grids:
fig, ax = plt.subplots(1, 1, figsize=(12, 6))
da.icon.tri_plot(gridfile, ax)
Regrid to Rectangular Grids and plot:
dz = da.icon.regrid(g, lon_vec, lat_vec, method='linear')
dz.plot()
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 icon-artist-0.0.1.tar.gz.
File metadata
- Download URL: icon-artist-0.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d1aab5a43e36ed5e94d88125f4f92b3891d23eef20983adfc4870f5af14427d
|
|
| MD5 |
2eeb125f8e7d454dc3f32387a52494fe
|
|
| BLAKE2b-256 |
310e6fc4a045250151ad26e99b7111d1f5b6dd3182ee68dc94f95d3d2990062e
|
File details
Details for the file icon_artist-0.0.1-py3-none-any.whl.
File metadata
- Download URL: icon_artist-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75e034aed1ad067774a4ed36ae89aeb0db0fc718e82f679178b722d7adb18de6
|
|
| MD5 |
5410f0b6b2c9fe4b6ab7c82b9d66d1fa
|
|
| BLAKE2b-256 |
fb9a9f468ed36b7b36699c9ee2f2584eecadb1f5559201ee42c49a3dc6e72cec
|