Skip to content

Commit da6cb8a

Browse files
author
BenMGeo
committed
adds header detail
1 parent 0053aa0 commit da6cb8a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_episodes/first_example_recipe.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2+
23
title: "Running a recipe (First example)"
34
teaching: 20
45
exercises: 25
56
questions:
67
- "What is a recipe?"
78
- "How can I do the same preprocessing on many different datasets?"
8-
- "What are the files and directories after running a recipe?"
9+
- "What are the files and directories that are created after running a recipe?"
910
- "What happens when I run a recipe?"
1011
objectives:
1112
- "Run an ESMValTool recipe"
@@ -15,9 +16,11 @@ objectives:
1516
keypoints:
1617
- "A recipe does not break by fiddling with it"
1718
- "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"
19+
- "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."
20+
1921
---
2022

23+
2124
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.
2225

2326
## Introduction to Recipes

0 commit comments

Comments
 (0)