Skip to content

Commit 10a60fc

Browse files
committed
Updated notebook
1 parent 15f27d9 commit 10a60fc

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Examples/M2R_plot_streamlines.ipynb

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,27 @@
1717
"plt.style.use('default')"
1818
]
1919
},
20+
{
21+
"cell_type": "markdown",
22+
"source": [
23+
"To use this example you first need to :\n",
24+
"1. Put your grid into the `Grids` folder\n",
25+
"2. Run M2R with your grid to create an init file and put the file in the `test_data` folder\n",
26+
"3. Use the init and the grid file as input to this notebook below"
27+
],
28+
"metadata": {
29+
"collapsed": false,
30+
"pycharm": {
31+
"name": "#%% md\n"
32+
}
33+
}
34+
},
2035
{
2136
"cell_type": "code",
2237
"execution_count": 22,
2338
"outputs": [],
2439
"source": [
2540
"ds_full = xr.open_dataset('test_data/Antarctic_init_GLORYS_19930115_to_19930531.nc')\n",
26-
"\n",
2741
"ds_grid=xr.open_dataset(\"Grids/ANT_01.nc\")"
2842
],
2943
"metadata": {

0 commit comments

Comments
 (0)