ARTist documentation#

ARTist makes working with ICON-ART output in Python simple, xarray-native, and ready for post-processing workflows.

Version: 0.0.1

Importing artist registers accessors on xarray objects:

import xarray as xr
import artist

ds = xr.open_dataset("icon_art_output.nc")
da = ds["ash_mixed_acc"]

Get started!

New to ARTist? Start here with installation instructions and a brief overview of the accessor workflow.

Getting Started

User guide

Work with ICON grids, ART tracers, plume diagnostics, native-grid plots, regular lon/lat regridding, and EDGAR/OEM preprocessing.

User Guide

ƒ

API reference

Review public accessors, utility functions, plotting helpers, parameters, return values, and examples.

API Reference

+

Contribute

Build the documentation locally and follow the docstring style when adding new accessor methods.

Development