https://github.com/ncar/x4c
x4c: Xarray for CESM
https://github.com/ncar/x4c
cesm diagnostics postprocessing visualization xarray
Last synced: about 2 months ago
JSON representation
x4c: Xarray for CESM
- Host: GitHub
- URL: https://github.com/ncar/x4c
- Owner: NCAR
- License: gpl-2.0
- Created: 2024-08-24T02:37:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T19:25:53.000Z (2 months ago)
- Last Synced: 2025-03-20T20:12:01.625Z (2 months ago)
- Topics: cesm, diagnostics, postprocessing, visualization, xarray
- Language: Jupyter Notebook
- Homepage:
- Size: 206 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x4c: Xarray for CESM
x4c (xarray4cesm) is an Xarray extension that aims to support efficient and intuitive CESM output analysis and visualization:
- Analysis features: regrid, various of mean calculation, annualization/seasonalization, etc.
- Visualization features: timeseries, horizontal and vertical spatial plots, etc.> **_Disclaimer:_** This package is still in its early stage and under active development, and its API could be changed frequently.
## Installation
```bash
# dependencies
conda install -c conda-forge jupyter notebook xesmf# x4c
pip install git+https://github.com/NCAR/x4c.git
```## License
GPL-2.0