File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ see [the mamba installation documentation](https://docs.esmvaltool.org/en
109109# ## Install the ESMValTool package
110110
111111The ESMValTool package contains diagnostics scripts in four languages: R,
112- Python, Julia and NCL. This introduces a lot of dependencies, and therefore the
112+ Python and NCL. This introduces a lot of dependencies, and therefore the
113113installation can take quite long. It is, however, possible to install
114114' subpackages' for each of the languages. The following (sub)packages are
115115available:
@@ -126,7 +126,7 @@ ESMValTool package, run
126126mamba create --name esmvaltool esmvaltool
127127` ` `
128128
129- On MacOSX ESMValTool functionalities in Julia, NCL, and R are not supported. To install
129+ On MacOSX ESMValTool functionalities in NCL, and R are not supported. To install
130130a Mamba environment on MacOSX, please refer to specific [information](https://
131131docs.esmvaltool.org/en/latest/quickstart/installation.html#installation-on-
132132macosx).
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The diagnostic script is an important component of ESMValTool and it is where th
2727scientific analysis or performance metric is implemented. With ESMValTool, you
2828can adapt an existing diagnostic or write a new script from scratch.
2929Diagnostics can be written in a number of open source
30- languages such as Python, R, Julia and NCL but we will focus on understanding
30+ languages such as Python, R and NCL but we will focus on understanding
3131and writing Python diagnostics in this lesson.
3232
3333In this lesson, we will explain how to find an existing diagnostic and run it
You can’t perform that action at this time.
0 commit comments