Skip to content

Commit 4381342

Browse files
author
Theo Geddes
committed
fix conflict from previous commit
1 parent f3f9680 commit 4381342

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

_episodes/04-recipe.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,9 @@ Let's dissect what's happening here.
8282
`~/esmvaltool_tutorial/config-user.yml`.
8383
> > 1. ESMValTool found the recipe in its installation directory, something like
8484
> > `/home/users/username/miniconda3/envs/esmvaltool/bin/esmvaltool/recipes/examples/`
85-
<<<<<<< HEAD
8685
>> or if you are using a pre-installed module on a server, something like
87-
`/apps/jasmin/community/esmvaltool/ESMValTool_2.5.0/esmvaltool/recipes
88-
/examples/recipe_python.yml`
89-
=======
90-
>> or if you are using a pre-installed module on a server, something like `/apps/jasmin/community/esmvaltool/ESMValTool_2.6.0/esmvaltool/recipes/examples/recipe_python.yml`
91-
>>>>>>> main
86+
`/apps/jasmin/community/esmvaltool/ESMValTool_<version>/esmvaltool/recipes
87+
/examples/recipe_python.yml`, where `<version>` is the latest release.
9288
> > 1. ESMValTool creates a time-stamped output directory for every run. In this
9389
> > case, it should be something like `recipe_python_YYYYMMDD_HHMMSS`. This
9490
> > folder is made inside the output directory specified in the previous

0 commit comments

Comments
 (0)