Getting Started¶
Note
This section details installing a released version of CSET. Developers looking to contribute to CSET should see the Developer’s Guide section instead.
This section contains tutorials suitable for getting started with CSET. By following them you should learn the basics of using CSET. There are two ways to run CSET: via a cylc workflow, or as a command line program.
The cylc workflow allows large scale processing of multiple models, case-studies, and variables. It is more complex to set up, requiring a cylc installation. Using the cylc workflow will be what is most widely used at the Met Office, Bureau etc., and requires the least familiarity with CSET to analyse UM or LFRic output, since the recipes to analyse model runs are already set up and easily selected.
The command line program uses the CSET python package directly to analyse data by using pre-existing or custom recipes. The command line program is useful for ad-hoc or small scale usage, as well as development.