@@ -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-
9292Let's change some settings in the recipe to run a regional pre-processor.
9393We run a text editor called `` Nano `` to open the recipe file:
9494
@@ -236,7 +236,7 @@ that is introduced in the recipe as:
236236The diagnostic scripts are located in the folder ``diag_scripts`` in
237237the ESMValTool installation directory ``path_to_esmvaltool``.
238238To 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
241241let'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
304304the file `` run/resource_usage.txt `` in the output directory.
305305Using the number there you can increase the number of parallel tasks again to a reasonable number
0 commit comments