Skip to content

Commit ff41c52

Browse files
committed
remove path_to_ESMValTool, explain more how to clone esmvaltool
1 parent b404d00 commit ff41c52

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

_episodes/08-diagnostics.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,17 @@ Let's get started!
4242

4343
## Understanding an existing Python diagnostic
4444

45-
After a development mode installation, a folder called ``ESMValTool`` is created
46-
in your working directory. This folder contains the source code of the tool. We
47-
can find the recipe ``recipe_python.yml`` and the python script
48-
``diagnostic.py`` in these directories:
45+
If you clone the ESMValTool repository, a folder called ``ESMValTool`` is
46+
created in your home/working directory, see the instructions in the lesson
47+
[Development and contribution]({{ page.root }}{% link
48+
_episodes/07-development-setup.md %}).
4949

50-
- *path_to_ESMValTool/esmvaltool/recipes/examples/recipe_python.yml*
51-
- *path_to_ESMValTool/esmvaltool/diag_scripts/examples/diagnostic.py*
50+
The folder ``ESMValTool`` contains the source code of the tool. We can find the
51+
recipe ``recipe_python.yml`` and the python script ``diagnostic.py`` in these
52+
directories:
53+
54+
- *~/ESMValTool/esmvaltool/recipes/examples/recipe_python.yml*
55+
- *~/ESMValTool/esmvaltool/diag_scripts/examples/diagnostic.py*
5256

5357
Let's have look at the code in ``diagnostic.py``.
5458
For reference, we show the diagnostic code in the dropdown box below.

0 commit comments

Comments
 (0)