Skip to content

Commit 46a491d

Browse files
committed
fix long lines
1 parent 74ddbcb commit 46a491d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

_episodes/10-debugging.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,11 @@ What suggestions would you give the researcher for fixing the error?
321321
>
322322
>> ## Solution
323323
>>
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)
324+
>> 1. Check project data configuration to see if the correct directory for
325+
>> input data is introduced. See [data sources](https://docs.esmvaltool.org/
326+
>> projects/ESMValCore/en/latest/quickstart/configure.html#data-sources).
327+
>> For example, [data-hpc-dkrz.yml](https://github.com/ESMValGroup/ESMValCore/blob/main/
328+
>> esmvalcore/config/configurations/data-hpc-dkrz.yml)
325329
>> 2. Check the available data, regarding exp, mip, ensemble, start_year, and end_year
326330
>> 3. Check the variable names in the diagnostics section in the recipe
327331
> {: .solution}

0 commit comments

Comments
 (0)