Skip to content

Commit e1ca59b

Browse files
authored
Merge pull request #162 from ESMValGroup/update-config-instructions
Update config instructions
2 parents 6fb4f99 + 1f3dfce commit e1ca59b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_episodes/03-configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ example configuration file.
141141
> [CMIP5](https://esgf-node.llnl.gov/projects/cmip5/)
142142
> and [CMIP6](https://esgf-node.llnl.gov/projects/cmip6).
143143
> How can we moodify the `rootpath` to make sure the data path is set correctly
144-
> for both CMIP5 and obs4mips.
144+
> for both CMIP5 and CMIP6?
145145
>
146146
> Note:
147147
> to get the data, check instruction in
@@ -198,7 +198,7 @@ information about ``drs``, you can visit the ESMValTool documentation on
198198
>
199199
> In this lesson, we will work with data from
200200
> [CMIP5](https://esgf-node.llnl.gov/projects/cmip5/)
201-
> and [obs4mips](https://esgf-node.llnl.gov/projects/obs4mips/).
201+
> and [CMIP6](https://esgf-node.llnl.gov/projects/cmip6/).
202202
> How can we set the correct `drs`?
203203
>
204204
>> ## Solution
@@ -209,7 +209,7 @@ information about ``drs``, you can visit the ESMValTool documentation on
209209
>>```yaml
210210
>> drs:
211211
>> CMIP5: default
212-
>> obs4mips: default
212+
>> CMIP6: default
213213
>>```
214214
>>
215215
>> - Are you working with on a computer cluster like Jasmin or DKRZ?
@@ -220,13 +220,13 @@ information about ``drs``, you can visit the ESMValTool documentation on
220220
>> # Site-specific entries: Jasmin
221221
>> # Uncomment the lines below to locate data on JASMIN
222222
>> drs:
223-
>> # CMIP6: BADC
223+
>> CMIP6: BADC
224224
>> CMIP5: BADC
225225
>> # CMIP3: BADC
226226
>> # CORDEX: BADC
227227
>> # OBS: BADC
228228
>> # OBS6: BADC
229-
>> obs4mips: BADC
229+
>> # obs4mips: BADC
230230
>> # ana4mips: BADC
231231
>>```
232232
>>

0 commit comments

Comments
 (0)