Skip to content

Commit 8aa23fa

Browse files
committed
#3074: Correction to docs on adding recipes to tested_recipes.rst
1 parent 829f3da commit 8aa23fa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: esmvaltool/utils/recipe_test_workflow/doc/source/user_guide/adding_a_recipe.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ be able to find this in your site specific ``.cylc`` file in the site directory
3636
* Copy the output files from the "cycle" folder (run/share/cycle) of the
3737
workflow you just ran, to your site specific KGO rootpath folder
3838
(this folder should be set as the value for the variable "KGO_ROOT_PATH="
39-
in your rose-suite<your_site>.conf file)::
39+
in your ``rose-suite<your_site>.conf`` file found in the ``/data/users/esmval
40+
/KGO`` directory)::
4041

4142
cp -r <directory_of_recipe_output_cycle_folder> <KGO_rootpath_folder>
4243

@@ -101,3 +102,8 @@ be able to find this in your site specific ``.cylc`` file in the site directory
101102

102103
* If the workflow succeeds then your recipe has successfully been added to the
103104
workflow. You can now commit your changes and push them onto GitHub.
105+
106+
* Add your recipe to the list of "Currently tested recipes" in ``tested_recipes.
107+
rst`` (this file is located within ``recipe_test_workflow/doc/source``) in it's
108+
correct position (the list is ordered alphabetically), this will add it to
109+
the documentation.

0 commit comments

Comments
 (0)