Skip to content

Commit 629a94b

Browse files
committed
revise the text
1 parent b3701c3 commit 629a94b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_episodes/06-debugging.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ To inspect them, we can look inside the files. For example:
7272
cat main_log.txt
7373
~~~
7474

75+
If you encounter an error and don’t know what it means, it is important to read the log information.
76+
Sometimes knowing where the error occurred is enough to fix it, even if you don’t entirely understand the message.
77+
However, note that you may not always be able to find the error or fix it.
78+
In that case, ESMValTool community helps you figure out what went wrong.
79+
7580
> ## Different log files
7681
>
7782
> In the ``run`` directory, there are two log files ``main_log_debug.txt`` and ``main_log.txt``.
@@ -84,11 +89,6 @@ the ``main_log.txt`` shows general errors and warnings that might happen in runn
8489
> {: .solution}
8590
{: .challenge}
8691

87-
If you encounter an error and don’t know what it means, it is important to read the log information.
88-
Sometimes knowing where the error occurred is enough to fix it, even if you don’t entirely understand the message.
89-
However, note that you may not always be able to find the error or fix it.
90-
In that case, ESMValTool community helps you figure out what went wrong.
91-
9292
Let's change some settings in the recipe to run a regional pre-processor.
9393
We run a text editor called ``Nano`` to open the recipe file:
9494

@@ -236,7 +236,7 @@ that is introduced in the recipe as:
236236
The diagnostic scripts are located in the folder ``diag_scripts`` in
237237
the ESMValTool installation directory ``path_to_esmvaltool``.
238238
To find ``path_to_esmvaltool`` on your system,
239-
see [Installation]({{ page.root }}{% link_episodes/02-installation.md %}).
239+
see [Installation]({{ page.root }}{% link _episodes/02-installation.md %}).
240240

241241
let's see if we can change the script path as:
242242

@@ -299,7 +299,7 @@ without re-running the pre-processors:
299299

300300
> ## Memory issues
301301
>
302-
> If you run out of memory, try setting ``max_parallel_tasks`` to 1.
302+
> If you run out of memory, try setting ``max_parallel_tasks`` to 1 in the configuration file.
303303
Then, check the amount of memory you need for that by inspecting
304304
the file ``run/resource_usage.txt`` in the output directory.
305305
Using the number there you can increase the number of parallel tasks again to a reasonable number

0 commit comments

Comments
 (0)