From 74ddbcb34bc531f1b1db03f745f121ebefa7656c Mon Sep 17 00:00:00 2001 From: flicj191 Date: Fri, 24 Apr 2026 14:34:12 +1000 Subject: [PATCH 1/2] replace configfor data --- _episodes/10-debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_episodes/10-debugging.md b/_episodes/10-debugging.md index 656a9150..ca227e4e 100644 --- a/_episodes/10-debugging.md +++ b/_episodes/10-debugging.md @@ -2,7 +2,7 @@ title: "Debugging" teaching: 30 exercises: 15 -compatibility: ESMValTool v2.7.0 +compatibility: ESMValTool v2.14.0 questions: - "How can I handle errors/warnings?" @@ -321,7 +321,7 @@ What suggestions would you give the researcher for fixing the error? > >> ## Solution >> ->> 1. Check ``user-config.yml`` to see if the correct directory for input data is introduced +>> 1. Check project data configuration to see if the correct directory for input data is introduced. See [data sources configuration](https://docs.esmvaltool.org/projects/ESMValCore/en/latest/quickstart/configure.html#data-sources). For example, [data-hpc-dkrz.yml](https://github.com/ESMValGroup/ESMValCore/blob/main/esmvalcore/config/configurations/data-hpc-dkrz.yml) >> 2. Check the available data, regarding exp, mip, ensemble, start_year, and end_year >> 3. Check the variable names in the diagnostics section in the recipe > {: .solution} From 46a491da81024a331ecd968d5d8ad28e1cf1d456 Mon Sep 17 00:00:00 2001 From: flicj191 Date: Fri, 24 Apr 2026 14:56:01 +1000 Subject: [PATCH 2/2] fix long lines --- _episodes/10-debugging.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_episodes/10-debugging.md b/_episodes/10-debugging.md index ca227e4e..19de667b 100644 --- a/_episodes/10-debugging.md +++ b/_episodes/10-debugging.md @@ -321,7 +321,11 @@ What suggestions would you give the researcher for fixing the error? > >> ## Solution >> ->> 1. Check project data configuration to see if the correct directory for input data is introduced. See [data sources configuration](https://docs.esmvaltool.org/projects/ESMValCore/en/latest/quickstart/configure.html#data-sources). For example, [data-hpc-dkrz.yml](https://github.com/ESMValGroup/ESMValCore/blob/main/esmvalcore/config/configurations/data-hpc-dkrz.yml) +>> 1. Check project data configuration to see if the correct directory for +>> input data is introduced. See [data sources](https://docs.esmvaltool.org/ +>> projects/ESMValCore/en/latest/quickstart/configure.html#data-sources). +>> For example, [data-hpc-dkrz.yml](https://github.com/ESMValGroup/ESMValCore/blob/main/ +>> esmvalcore/config/configurations/data-hpc-dkrz.yml) >> 2. Check the available data, regarding exp, mip, ensemble, start_year, and end_year >> 3. Check the variable names in the diagnostics section in the recipe > {: .solution}