Skip to content

Commit 6a34170

Browse files
author
BenMGeo
committed
fix " typo
1 parent db9ca6a commit 6a34170

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_episodes/first_example_recipe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
title: "Running a recipe (First example)"
3-
teaching: 10
3+
teaching: 20
44
exercises: 25
55
questions:
66
- "What is a recipe?"
77
- "How can I do the same preprocessing on many different datasets?"
88
- "What are the files and directories after running a recipe?"
99
- "What happens when I run a recipe?"
1010
objectives:
11-
- "Run an ESMValTool recipe
11+
- "Run an ESMValTool recipe"
1212
- "Understand the purpose of different settings in the recipe"
1313
- "Inspect the output directories"
1414
- "Examine the log information"
1515
keypoints:
1616
- "A recipe does not break by fiddling with it"
1717
- "Log information is useful when interpreting the first warnings/errors"
18-
- "The dataset section in the recipe relates to Understanding the directory structure of CMIP data on your server/disk and knowing how to use data from different experiments such as CMIP/ScenarioMIP."
18+
- "The dataset section in the recipe relates to Understanding the directory structure of CMIP data on your server/disk and knowing how to use data from different experiments such as CMIP/ScenarioMIP"
1919
---
2020

2121
This episode describes how ESMValTool recipes work, how to run a recipe and how to explore the recipe output. By the end of this episode, you should be able to run your first recipe, look at the recipe output, modify a recipe, explore and run some basic recipe debugging.

0 commit comments

Comments
 (0)