Changes between Version 1 and Version 2 of Docs/PostProcessingAppNexcsSetup
- Timestamp:
- 30/08/17 15:56:57 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/PostProcessingAppNexcsSetup
v1 v2 1 1 = NEXCS specific setup instructions for data transfer to JASMIN = 2 2 3 1. Edit `rose-suite-conf`: Add '''PPTRANSFER=true''' 3 == Suite modifications == 4 5 1. Edit `rose-suite-conf`: 6 7 Add '''PPTRANSFER=true''' 4 8 5 9 2. The PPTRANSFER variable will, by default, appear under ''"suite conf -> jinja2"''. To tell Rose to place it with all the other suite control switches under ''"suite conf -> Build and Run"'' edit `meta/rose-meta.conf` to add in the metadata for the PPTRANSFER variable. (This step is optional.) 10 6 11 {{{ 7 12 [jinja2:suite.rc=PPTRANSFER] … … 15 20 }}} 16 21 17 3. Finally you need to add the ''pptransfer'' task into the cylc graph and also add the associated task definition. Edit `suite.rc` file:22 3. Add the ''pptransfer'' task into the cylc graph. Edit `suite.rc` file: 18 23 19 [To Do: Add in/change to cater for suites with the "SITE" setup]24 [To Do: Add in/change to cater for suites with the "SITE" setup] 20 25 21 *Add the ''pptransfer'' task into the graph for all subsequent cycles such that it runs after the ''postproc'' task and also waits for the previous ''pptransfer'' task to complete. As an example for a coupled suite (All added lines indicated with ''"<="''):26 Add the ''pptransfer'' task into the graph for all subsequent cycles such that it runs after the ''postproc'' task and also waits for the previous ''pptransfer'' task to complete. As an example for a coupled suite (All added lines indicated with ''"<="''): 22 27 {{{ 23 28 [[[ {{FMT}} ]]] … … 44 49 }}} 45 50 46 * At the end of the file add the ''pptransfer'' task definitions: 51 4. Finally at the end of the `suite.rc` file add the ''pptransfer'' task definitions: 52 53 Rename the existing `[[postproc]]` section `[[POSTPROC]]` and then add 47 54 {{{ 48 55 [[postproc]] … … 54 61 ROSE_TASK_APP = postproc 55 62 }}} 63 64 == Set up ssh-key to connect to JASMIN == 65 66 Some setup is required to enable non-interactive authentication from NEXCS to JASMIN. Please contain cms_support@ncas.ac.uk for details.