@@ -66,23 +66,23 @@ in the ``[[COMPUTE]]`` section in the site-specific ``.cylc`` file in the
66
66
#. Locate the workflow run folder of the workflow you just completed.
67
67
68
68
#. Recursively copy the recipe output directory (i.e.
69
- ``recipe_<recipe>_<date>_<time> ``) from the
70
- ``${HOME}/cylc-run/recipe_test_workflow/run1/share/cycle/<cycle> ``
71
- directory to your site-specific KGO directory, as detailed by the
72
- ``KGO_ROOT_PATH `` option in the site-specific ``.conf `` file in the
73
- ``esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/opt/ ``
74
- directory::
69
+ ``recipe_<recipe>_<date>_<time> ``) from the
70
+ ``${HOME}/cylc-run/recipe_test_workflow/run1/share/cycle/<cycle> ``
71
+ directory to your site-specific KGO directory, as detailed by the
72
+ ``KGO_ROOT_PATH `` option in the site-specific ``.conf `` file in the
73
+ ``esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/opt/ ``
74
+ directory::
75
75
76
- cp -r <directory_of_recipe_output_cycle_folder> <KGO_rootpath_folder>
76
+ cp -r <directory_of_recipe_output_cycle_folder> <KGO_rootpath_folder>
77
77
78
78
#. Change directory to the rootpath KGO directory::
79
79
80
- cd <KGO_rootpath_directory>
80
+ cd <KGO_rootpath_directory>
81
81
82
82
#. Allow write permissions for all users on the directory and it's
83
- subdirectories of the recipe you've added to the KGO folder.::
83
+ subdirectories of the recipe you've added to the KGO folder.::
84
84
85
- chmod a+w <the_directory_of_the_recipe_you_have_copied_into_the_KGO_folder>
85
+ chmod a+w <the_directory_of_the_recipe_you_have_copied_into_the_KGO_folder>
86
86
87
87
#. Stop any running ``recipe_test_workflow `` workflows::
88
88
0 commit comments