NCAR / cesm-hist2tseries

Tool for converting CESM output from history files into timeseries files where each variable is separated
Apache License 2.0
2 stars 2 forks source link

cesm-hist2tseries

Badges

CI GitHub Workflow Status GitHub Workflow Status Code Coverage Status
Docs Documentation Status
Package Conda PyPI
License License

Motivation

This tool is meant to be used for one specific task - converting Community Earth System Model (CESM) output from history to timeseries files.

This a common part of the post-processing workflow, and something that typically involves running a set of bash scripts, can be tough to reproduce and require a fair amount of modification.

This tool aims to fill a need for an open-source, well-documented tool for helping with this model post-processing step.

What are "history files"? What are "timeseries files"?

CESM output is typically formatted in history files which include all model output fields organized into a single file for each timestep. This format can be difficult to deal with reading in

Installation (TODO)