Skip to content

Commit 4766bc1

Browse files
committed
had to manually resolve conlficts after Niels' changes and now recomitting
2 parents 4aa7a10 + a4c9810 commit 4766bc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_episodes/10-diagnostics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ There are four main sections in the script:
184184
>> ## Answer
185185
>>
186186
>> 1. The ``main`` function is defined in line 66 as ``main(cfg)``.
187-
>> 2. The input argument to this function is the variable ``cfg``, a Python dictionary t
188-
>> hat holds all the necessary
187+
>> 2. The input argument to this function is the variable ``cfg``, a Python dictionary
188+
>> that holds all the necessary
189189
>> information needed to run the diagnostic script such as the location of input
190190
>> data and various settings. We will next parse this ``cfg`` variable
191191
>> in the ``main`` function and extract information as needed
@@ -251,8 +251,8 @@ ESMValTool provides many functions such as ``select_metadata`` (line 72),
251251
``sorted_metadata`` (line 76), and ``group_metadata`` (line 80). As you can see
252252
in line 8, these functions are imported from ``esmvaltool.diag_scripts.shared``
253253
that means these are shared across several diagnostics scripts. A list of
254-
available functions and their description can be found in [Shared diagnostic
255-
script code][shared].
254+
available functions and their description can be found in [The ESMValTool Diagnostic API reference][shared].
255+
256256
257257
> ## Extracting information needed for analyses
258258
>

0 commit comments

Comments
 (0)