Installation

This guide assumes your system already has the prerequisit dependencies.

Once these are setup, the installation for the processflow is straightforward. If you’re running on acme1, compy, or Cori you shouldnt have to setup any of these services as they should all be running.

Note

All these commands assume you’re using a bash environment. Other shells may not work correctly with conda.

conda create --name processflow -c conda-forge -c e3sm -c cdat/label/v81 processflow
conda activate processflow

If you already have an installation and want to upgrade, first source your environment and then run:

conda update -c conda-forge -c e3sm -c cdat/label/v81 processflow

Or upgrade from the nightly:

conda update -c conda-forge -c e3sm/label/nightly -c e3sm -c cdat/label/v81 processflow

Instructions on configuration and execution can be found here Quick Start