Skip to content

Commit f9f96f1

Browse files
Merge pull request #18 from ecmwf/fix_typo
Replaced remaining ecmwf.data with Metview in Markdown text
2 parents b875986 + c454b47 commit f9f96f1

File tree

71 files changed

+7260
-7260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+7260
-7260
lines changed

opencharts/aifs_medium-2t-wind.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"metadata": {},
223223
"source": [
224224
"## Reading and processing the data\n",
225-
"Now we can use **ecmwf.data** to read the files."
225+
"Now we can use **Metview's read() function** to read the files."
226226
]
227227
},
228228
{

opencharts/aifs_medium-mslp-rain.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"metadata": {},
221221
"source": [
222222
"## Reading and processing the data\n",
223-
"Now we can use **ecmwf.data** to read the file."
223+
"Now we can use **Metview's read() function** to read the file."
224224
]
225225
},
226226
{

opencharts/aifs_medium-mslp-wind200.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
"metadata": {},
274274
"source": [
275275
"## Reading and processing the data\n",
276-
"Now we can use **ecmwf.data** to read the files."
276+
"Now we can use **Metview's read() function** to read the files."
277277
]
278278
},
279279
{

opencharts/aifs_medium-mslp-wind850.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
"metadata": {},
285285
"source": [
286286
"## Reading and processing the data\n",
287-
"Now we can use **ecmwf.data** to read the files."
287+
"Now we can use **Metview's read() function** to read the files."
288288
]
289289
},
290290
{

opencharts/aifs_medium-rain-acc.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"metadata": {},
216216
"source": [
217217
"## Reading and processing the data\n",
218-
"Now we can use **ecmwf.data** to read the file."
218+
"Now we can use **Metview's read() function** to read the file."
219219
]
220220
},
221221
{

opencharts/aifs_medium-t-z.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"metadata": {},
216216
"source": [
217217
"## Reading and processing the data\n",
218-
"Now we can use **ecmwf.data** to read the file."
218+
"Now we can use **Metview's read() function** to read the file."
219219
]
220220
},
221221
{

opencharts/aifs_medium-tcw.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
"metadata": {},
212212
"source": [
213213
"## Reading and processing the data\n",
214-
"Now we can use **ecmwf.data** to read the file."
214+
"Now we can use **Metview's read() function** to read the file."
215215
]
216216
},
217217
{

opencharts/aifs_medium-uv-z.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"metadata": {},
219219
"source": [
220220
"## Reading and processing the data\n",
221-
"Now we can use **ecmwf.data** to read the file."
221+
"Now we can use **Metview's read() function** to read the file."
222222
]
223223
},
224224
{

opencharts/aifs_medium-z500-t850.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"metadata": {},
220220
"source": [
221221
"## Reading and processing the data\n",
222-
"Now we can use **ecmwf.data** to read the file."
222+
"Now we can use **Metview's read() function** to read the file."
223223
]
224224
},
225225
{

opencharts/medium-10m-probability.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"metadata": {},
229229
"source": [
230230
"## Reading and processing the data\n",
231-
"Now we can use **ecmwf.data** to read the file."
231+
"Now we can use **Metview's read() function** to read the file."
232232
]
233233
},
234234
{
@@ -1936,7 +1936,7 @@
19361936
"id": "c3923afa",
19371937
"metadata": {},
19381938
"source": [
1939-
"**ecmwf.data** library has a built in function to calculate the speed from u and v components. It takes u/v fieldsets as input and gives back speed intensity. \n",
1939+
"**Metview** library has a built in function to calculate the speed from u and v components. It takes u/v fieldsets as input and gives back speed intensity. \n",
19401940
"Note that we can give a fieldset on N u/v components, not just one pair. \n",
19411941
"\n",
19421942
"In this case we will calculate all 51 ensemble members at the same time. \n",

0 commit comments

Comments
 (0)