Tasks
zppy is organized around tasks. Each task corresponds to a specific
post-processing operation. Tasks are defined as sections ([task_name]) in
the configuration file and may contain subsections ([[subsection_name]])
for multiple independent runs of the same task.
Available tasks:
Listed by the order they are evaluated in __main__.py:
Task |
Description |
|---|---|
Bundle multiple tasks into a single SLURM job |
|
Generate climatology files using NCO’s |
|
Generate time-series files using NCO’s |
|
Convert E3SM output to CMIP6 format using |
|
Tropical cyclone analysis |
|
Run E3SM Diagnostics (atmosphere, land, river diagnostics, etc.) |
|
Run MPAS-Analysis (ocean and sea-ice diagnostics) |
|
Generate global time series plots |
|
Run ILAMB land benchmarking |
|
Run LIVVkit ice sheet validation |
|
Run PCMDI metrics diagnostics |
Common (default) parameters shared by all tasks are documented on the Parameters page.