Skip to content

Commit 404b0f8

Browse files
committed
#3074: Another attempt to fix indentation.
1 parent 7b466c9 commit 404b0f8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

esmvaltool/utils/recipe_test_workflow/doc/source/adding_a_recipe.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,23 @@ in the ``[[COMPUTE]]`` section in the site-specific ``.cylc`` file in the
6666
#. Locate the workflow run folder of the workflow you just completed.
6767

6868
#. 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::
7575

76-
cp -r <directory_of_recipe_output_cycle_folder> <KGO_rootpath_folder>
76+
cp -r <directory_of_recipe_output_cycle_folder> <KGO_rootpath_folder>
7777

7878
#. Change directory to the rootpath KGO directory::
7979

80-
cd <KGO_rootpath_directory>
80+
cd <KGO_rootpath_directory>
8181

8282
#. 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.::
8484

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>
8686

8787
#. Stop any running ``recipe_test_workflow`` workflows::
8888

0 commit comments

Comments
 (0)