Skip to content

Commit 2e037f1

Browse files
committed
remove {source} after code block
1 parent 4502a82 commit 2e037f1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

_episodes/03-configuration.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Let's change our working directory to ESMValTool, then make a copy of the file a
2424
nano config-user.yml
2525
~~~
2626

27-
{: .source}
28-
2927
This file contains the information for:
3028

3129
* Rootpath to input data
@@ -59,8 +57,6 @@ rootpath:
5957
default: ~/default_inputpath
6058
~~~
6159

62-
{: .source}
63-
6460
In this lesson, you work with data from [CMIP5](https://esgf-node.llnl.gov/projects/cmip5/).
6561
Add the root path of the folder where you downloaded the data during the [Setup](https://esmvalgroup.github.io/tutorial/setup.html).
6662

@@ -70,8 +66,6 @@ Add the root path of the folder where you downloaded the data during the [Setup]
7066
CMIP5: [~/cmip5_inputpath1, ~/cmip5_inputpath2, ~/tutorial/test_data]
7167
~~~
7268

73-
{: .source}
74-
7569
> ## Setting the correct rootpath
7670
>
7771
> For more information about setting the rootpath, you can visit ESMValTool [documentation](https://esmvaltool.readthedocs.io/projects/esmvalcore/en/latest/esmvalcore/datafinder.html).
@@ -86,8 +80,6 @@ drs:
8680
CMIP5: default
8781
~~~
8882

89-
{: .source}
90-
9183
> ## Available drs
9284
>
9385
> For more information about directories, you can visit ESMValTool [documentation](https://esmvaltool.readthedocs.io/projects/esmvalcore/en/latest/esmvalcore/config.html#developer-configuration-file).
@@ -102,8 +94,6 @@ This option enables you to perform parallel processing. You can choose the numbe
10294
max_parallel_tasks: null
10395
~~~
10496

105-
{: .source}
106-
10797
> ## Set the number of tasks
10898
>
10999
> If you run out of memory, try setting ``max_parallel_tasks`` to 1. Then, check the amount of memory you need for that by inspecting the file ``run/resource_usage.txt`` in the output directory. Using the number there you can increase the number of parallel tasks again to a reasonable number for the amount of memory available in your system.
@@ -119,8 +109,6 @@ Let's name our destination directory as ``esmvaltool_output`` in the working dir
119109
output_dir: ./esmvaltool_output
120110
~~~
121111

122-
{: .source}
123-
124112
> ## Content of subfolders
125113
>
126114
> * ``plots``: the location for all plots, split by individual diagnostics and fields.
@@ -147,8 +135,6 @@ plotting such as coastline descriptions and so on.
147135
auxiliary_data_dir: ~/auxiliary_data
148136
~~~
149137

150-
{: .source}
151-
152138

153139
## Output settings
154140

0 commit comments

Comments
 (0)