2) root-dir{work}
This is the location where the cylc-run/work directory will be created during the run. The cylc-run/work directory is used as an intermediate space to store data files while they are being de-haloed. This must be set to a location on the same group workspace as HALO_START_DIR i.e.
root-dir{work}=*=/path/to/gws/my_username
Run the suite.
The suite will start one cycle run per directory being put through the de-halo process. A cycle will fail during ‘file_check’ if it cannot find a corresponding directory.
As part of suite workflow, a cdds-holding
directory will be generated which temporarily holds files. NEVER delete anything from the cdds-holding
direcory - contact CMS is you suspect a problem.
What you end up with:
1) Your HALO_START_DIR
still contains all of your original directories, but these directories now only contain the original versions of .nc
files which needed de-haloing.
2) A new directory with the same name as the start directory, but which ends in -cdds
(i.e. u-aa123-cdds
) . This directory gets created at the start of the suite run at the same path location as the HALO_START_DIR
. This will contain all of your data with the new .nc
files which have been de-haloed.