Changes between Version 3 and Version 4 of CDDS/halo
- Timestamp:
- 16/10/19 13:37:14 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CDDS/halo
v3 v4 1 1 = Documentation for CDDS Halo = 2 2 3 Suite '''u-bn582''' is built to remove halos from data sets. Th is step isnecessary prior to converting data using CDDS. This suite can be found in the MOSRS repository using '''$ rosie go'''.3 Suite '''u-bn582''' is built to remove halos from data sets. The following steps are necessary prior to converting data using CDDS. This suite can be found in the MOSRS repository using '''$ rosie go'''. 4 4 5 5 == Step 1: == … … 9 9 == Step 2: == 10 10 11 Copy suite u-bn582 and change two variables within the rose-suite.conf file, {{{HALO_START_DIR}}} and {{{ root-dir{work}}}}:11 Copy suite u-bn582 and change two variables within the rose-suite.conf file, {{{HALO_START_DIR}}} and {{{ root-dir{work} }}}: 12 12 13 13 1. '''HALO_START_DIR''' … … 21 21 }}} 22 22 23 [[Image( Suite_structure.png)]]23 [[Image(suite_structure.png, align=center)]] 24 24 25 25 … … 27 27 28 28 29 This is 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 the 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.29 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. 30 30 31 31 {{{ … … 36 36 37 37 Run the suite. 38 39 The suite will start one cycle run per directory being put through the de-halo process. The cycle should fail during ‘file_check’ if it cannot find a corresponding directory. 38 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. 40 39 41 40 What you end up with: … … 43 42 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. 44 43 45 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.44 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. 46 45 47 46