File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff 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
5357Let's have look at the code in `` diagnostic.py `` .
5458For reference, we show the diagnostic code in the dropdown box below.
You can’t perform that action at this time.
0 commit comments