Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opencharts/aifs_medium-2t-wind.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the files."
"Now we can use **Metview's read() function** to read the files."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/aifs_medium-mslp-rain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/aifs_medium-mslp-wind200.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the files."
"Now we can use **Metview's read() function** to read the files."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/aifs_medium-mslp-wind850.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the files."
"Now we can use **Metview's read() function** to read the files."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/aifs_medium-rain-acc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/aifs_medium-t-z.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/aifs_medium-tcw.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/aifs_medium-uv-z.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/aifs_medium-z500-t850.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions opencharts/medium-10m-probability.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down Expand Up @@ -1936,7 +1936,7 @@
"id": "c3923afa",
"metadata": {},
"source": [
"**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",
"**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",
"Note that we can give a fieldset on N u/v components, not just one pair. \n",
"\n",
"In this case we will calculate all 51 ensemble members at the same time. \n",
Expand Down
6 changes: 3 additions & 3 deletions opencharts/medium-10ws-mean-spread.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down Expand Up @@ -1897,7 +1897,7 @@
"id": "53047080-6c36-4903-90de-4349374c1552",
"metadata": {},
"source": [
"**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",
"**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",
"Note that we can give a fieldset on N u/v components, not just one pair. \n",
"\n",
"In this case we will calculate all 51 ensemble members at the same time. \n",
Expand Down Expand Up @@ -1958,7 +1958,7 @@
"metadata": {},
"source": [
"In the end we still need to calculate the mean and spread (as standard deviation) of the wind speed. \n",
"**ecmwf.data** has built in functions to calculate mean and standard deviation of a given fieldset. \n",
"**Metview** has built in functions to calculate mean and standard deviation of a given fieldset. \n",
"Since our data has only one date,time and step, mean() and stdev() will be calculated over the 51 ensemble members."
]
},
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-2t-dp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-2t-long-probability.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions opencharts/medium-2t-mean-spread.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down Expand Up @@ -1167,7 +1167,7 @@
"id": "ae04fc14",
"metadata": {},
"source": [
"**ecmwf.data** has built in functions to calculate mean and standard deviation of a given fieldset. \n",
"**Metview** has built in functions to calculate mean and standard deviation of a given fieldset. \n",
"Since our data has only one date,time and step, mean() and stdev() will be calculated over the 51 ensemble members. \n",
"\n",
"We can convert the mean value to Celsius in the same go."
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-2t-probability.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-2t-wind.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the files."
"Now we can use **Metview's read() function** to read the files."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-bulk-shear.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the files."
"Now we can use **Metview's read() function** to read the files."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-cape-cin.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-cloud-parameters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-divergence.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-ens-tp-2t.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
12,124 changes: 6,062 additions & 6,062 deletions opencharts/medium-ens-tp-ws.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions opencharts/medium-ens-wave-ws.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the files."
"Now we can use **Metview's read() function** to read the files."
]
},
{
Expand Down Expand Up @@ -1270,7 +1270,7 @@
"id": "f8a0e223-e999-42b6-acaf-63fbae74177b",
"metadata": {},
"source": [
"**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",
"**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",
"Note that we can give a fieldset on N u/v components, not just one pair. \n",
"\n",
"In this case we will calculate all 51 ensemble members at the same time. \n",
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-frz-rain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-indices.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-mslp-mean-spread.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the files."
"Now we can use **Metview's read() function** to read the files."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-mslp-rain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-mslp-wind200.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the files."
"Now we can use **Metview's read() function** to read the files."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-mslp-wind850.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the files."
"Now we can use **Metview's read() function** to read the files."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-mwp-long-probability.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-mwp-mwd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the files."
"Now we can use **Metview's read() function** to read the files."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-mwp-probability.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-mwpts-mwd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the files."
"Now we can use **Metview's read() function** to read the files."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-mwpww-mwd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the files."
"Now we can use **Metview's read() function** to read the files."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-precipitation-type.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the files."
"Now we can use **Metview's read() function** to read the files."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-pv.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-rain-acc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-rain-rate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-rv-div-uv.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the files."
"Now we can use **Metview's read() function** to read the files."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion opencharts/medium-simulated-ir.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"metadata": {},
"source": [
"## Reading and processing the data\n",
"Now we can use **ecmwf.data** to read the file."
"Now we can use **Metview's read() function** to read the file."
]
},
{
Expand Down
Loading
Loading