Skip to content

Commit 74ddbcb

Browse files
committed
replace configfor data
1 parent 93f2858 commit 74ddbcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/10-debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Debugging"
33
teaching: 30
44
exercises: 15
5-
compatibility: ESMValTool v2.7.0
5+
compatibility: ESMValTool v2.14.0
66

77
questions:
88
- "How can I handle errors/warnings?"
@@ -321,7 +321,7 @@ What suggestions would you give the researcher for fixing the error?
321321
>
322322
>> ## Solution
323323
>>
324-
>> 1. Check ``user-config.yml`` to see if the correct directory for input data is introduced
324+
>> 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)
325325
>> 2. Check the available data, regarding exp, mip, ensemble, start_year, and end_year
326326
>> 3. Check the variable names in the diagnostics section in the recipe
327327
> {: .solution}

0 commit comments

Comments
 (0)