You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/10-debugging.md
+21-14Lines changed: 21 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,8 +94,8 @@ community helps you figure out what went wrong.
94
94
95
95
> ## Different log files
96
96
>
97
-
> In the ``run`` directory, there are two log files ``main_log_debug.txt`` and``main_log.txt``.
98
-
What are their differences?
97
+
> In the ``run`` directory, there are two log files ``main_log_debug.txt`` and
98
+
``main_log.txt``. What are their differences?
99
99
>
100
100
>> ## Solution
101
101
>>
@@ -264,11 +264,13 @@ Then, we save the file and run the recipe:
264
264
~~~
265
265
266
266
~~~
267
-
ValueError: Tag 'tutorial' does not exist in section 'projects' of esmvaltool/config-references.yml
268
-
2020-06-29 18:09:56,641 UTC [46055] INFO
269
-
If you have a question or need help, please start a new discussion on https://github.com/ESMValGroup/ESMValTool/discussions
270
-
If you suspect this is a bug, please open an issue on https://github.com/ESMValGroup/ESMValTool/issues
271
-
To make it easier to find out what the problem is, please consider attaching the files run/recipe_*.yml and run/main_log_debug.txt from the output directory.
267
+
ValueError: Tag 'tutorial' does not exist in section 'projects' of
268
+
esmvaltool/config-references.yml 2020-06-29 18:09:56,641 UTC [46055] INFO If you
269
+
have a question or need help, please start a new discussion on
270
+
https://github.com/ESMValGroup/ESMValTool/discussions If you suspect this is a
271
+
bug, please open an issue on https://github.com/ESMValGroup/ESMValTool/issues To
272
+
make it easier to find out what the problem is, please consider attaching the
273
+
files run/recipe_*.yml and run/main_log_debug.txt from the output directory.
> You are assisting a colleague with ESMValTool. The colleague replaces the
289
-
> ``CanESM2`` entry in ``dataset: CanESM2, project: CMIP5`` to ``ACCESS1-3`` and runs the recipe. However, ESMValTool
290
-
> encounters an error like:
291
+
> ``CanESM2`` entry in ``dataset: CanESM2, project: CMIP5`` to ``ACCESS1-3`` and
292
+
> runs the recipe. However, ESMValTool encounters an error like:
291
293
>
292
294
> ~~~bash
293
295
>ERROR No input files found for variable {'short_name': 'tas', 'mip': 'Amon',
@@ -358,11 +360,16 @@ scripts:
358
360
~~~
359
361
360
362
~~~
361
-
esmvalcore._task.DiagnosticError: Cannot execute script 'diag_scripts/ocean/diagnostic_timeseries.py' (~/mambaforge/envs/esmvaltool2.6/lib/python3.10/site-packages/esmvaltool/diag_scripts/diag_scripts/ocean/diagnostic_timeseries.py): file does not exist.
362
-
2022-10-18 11:42:34,136 UTC [39323] INFO
363
-
If you have a question or need help, please start a new discussion on https://github.com/ESMValGroup/ESMValTool/discussions
364
-
If you suspect this is a bug, please open an issue on https://github.com/ESMValGroup/ESMValTool/issues
365
-
To make it easier to find out what the problem is, please consider attaching the files run/recipe_*.yml and run/main_log_debug.txt from the output directory.
0 commit comments