x4c: Xarray for CESM#
x4c
is an Xarray extension that aims to support efficient and intuitive CESM output postprocessing, analysis, and visualization:
Postprocessing features: time series generation, seasonal cycle climatology generation, etc.
Analysis features: regrid, various of mean calculation, annualization/seasonalization, etc.
Visualization features: timeseries plots, zonal mean plots, horizontal and vertical 2D spatial plots, etc.
Warning
This package is still in its early stage and under active development, and its API could be changed frequently.

Installation instructions.

Examples on core features; x4c
as an Xarray extension.

Examples on CESM postprocessing using the History
class for timeseries generation.

Examples on CESM diagnostics using the Timeseries
class and the spell
magics.

The essential API.