Changes between Version 4 and Version 5 of FAQ_T4_F18
- Timestamp:
- 23/04/19 16:31:28 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ_T4_F18
v4 v5 5 5 === Extract directories: === 6 6 7 7 Submission of UM jobs via the UMUI and UM suites through !Rose/Cylc, generate lots of files which mount up quickly and can be safely deleted as follows: 8 8 9 9 __For the UMUI:__ 10 10 11 11 Job extract directories usually under `~/um/um_extracts` or `~/FCM_extracts` can be deleted. They will be recreated as required. 12 12 13 13 __For Rose suites:__ 14 14 15 15 The extract directory `~/cylc-run/<suite-id>/share/fcm_make_um/.fcm_make` can be deleted safely. If you are running a coupled suite there will also be a corresponding extract directory for the NEMO build (e.g. `~/cylc-run/<suite-id>/share/fcm_make_ocean/.fcm_make`) 16 16 17 17 === Cylc-run directories: === 18 18 19 19 Once you are finished running a suite you should delete the `cylc-run` directory for that suite. (E.g. `~/cylc-run/u-ag137`) 20 20 21 21 === Working copies of branches: === 22 22 23 23 Once all local changes to a branch have been committed you should delete the working copy and reference the branch in your job/suite by its repository URL. (e.g `fcm:um.xm-br/dev/marcstringer/vn10.6_fix_OpenMP_nice_use`) 24 24 25 25