diff --git a/docs/operational_procedure/cmip6.md b/docs/operational_procedure/cmip6.md index b60792a09..8b9f6789f 100644 --- a/docs/operational_procedure/cmip6.md +++ b/docs/operational_procedure/cmip6.md @@ -205,9 +205,34 @@ You need to adjust your `request.cfg`: Please check the other values as well and do adjustments as needed. For any help, please contact the [CDDS Team](mailto:cdds@metoffice.gov.uk). !!! info - The MIP era (`CMIP6` or `CIMP6 Plus`) you are using is defined in the value `mip_era` of the `metdata` section. + The MIP era (`CMIP6` or `CIMP6 Plus`) you are using is defined in the value `mip_era` of the `metadata` section. -## Checkout and configure the CDDS workflow +## Run the CDDS workflow for a single request + +If running a single request configuration, please follow the standard process as described in the [Quickstart tutorial](https://metoffice.github.io/CDDS/latest/tutorials/quickstart/). Assuming you have your request file and variable list set up, this simply involves running the following 4 commands: + +1. Activate the environment: + ```bash + source ~cdds/bin/setup_env_for_cdds + ``` +2. Create the directory structure: + ```bash + create_cdds_directory_structure + ``` +3. Create the internal variable lists used by CDDS: + ```bash + prepare_generate_variable_list + ``` +4. Launch the cylc conversion workflow: + ```bash + cdds_convert + ``` + +This process can be monitored via the cylc gui or cylc review. Further guidence on this process can be found in the [Quickstart tutorial](https://metoffice.github.io/CDDS/latest/tutorials/quickstart/). + +## Checkout and configure the CDDS workflow for a batch of requests + +Alternatively, if you will be running a large batch of request files, it may be more valuable to use the processing workflow tool. 1. Run the following command after replacing values within `<>`: ```bash diff --git a/docs/operational_procedure/cmip7.md b/docs/operational_procedure/cmip7.md new file mode 100644 index 000000000..305b60279 --- /dev/null +++ b/docs/operational_procedure/cmip7.md @@ -0,0 +1,455 @@ +# Generating CMORised data with CDDS for CMIP7 simulations using the CDDS Workflow + +!!! tip + Use `