Skip to content

Commit 2c28577

Browse files
committed
fixed typo
1 parent bb98ac1 commit 2c28577

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_episodes/05-preprocessor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You may use one or more of several preprocessors listed in the [documentation](h
5656
> Changing the order of preprocessors can also speed up your processing. For instance, if you want to extract a two-dimensional layer from a 3D field and re-grid it, the layer extraction should be done first. If you did it the other way around, then the regridding function would be applied to all the layers of your 3D cube and it would take much more time.
5757
{: .callout}
5858
59-
Some preprocessor modeules are always applied and do not need to be called. This includes the preprocessors that load the data, apply any fixes and save the data file afterwards. These do not need to be explicitly included in recipes.
59+
Some preprocessor modules are always applied and do not need to be called. This includes the preprocessors that load the data, apply any fixes and save the data file afterwards. These do not need to be explicitly included in recipes.
6060
6161
> ## Exercise: Adding more preprocessor steps
6262
>
@@ -298,8 +298,8 @@ Variable grouping can be used to preprocess different clusters of data for the s
298298
> target_grid: 2.5 x 2.5
299299
> scheme: linear
300300
>
301-
> #note that there is no field called datasets anymore
302-
> #note how multiple ensembles are added by using (1:4)
301+
># note that there is no field called datasets anymore
302+
># note how multiple ensembles are added by using (1:4)
303303
>cmip5_datasets: &cmip5_datasets
304304
> - {dataset: CanESM2, ensemble: "r(1:4)i1p1", project: CMIP5}
305305
> - {dataset: MPI-ESM-LR, ensemble: "r(1:2)i1p1", project: CMIP5}

0 commit comments

Comments
 (0)