Skip to content

Commit 3daabad

Browse files
authored
Update Relative_Vorticity.ipynb
1 parent e717f6a commit 3daabad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Recipes/Relative_Vorticity.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3249,7 +3249,7 @@
32493249
"metadata": {},
32503250
"outputs": [],
32513251
"source": [
3252-
"ds_grid = xr.open_mfdataset('/g/data/ik11/outputs/access-om2-025/025deg_jra55v13_iaf_gmredi6/output000/ocean/ocean_grid.nc', combine='by_coords')\n",
3252+
"ds_grid = xr.open_mfdataset('/g/data/ik11/outputs/access-om2-025/025deg_jra55_iaf_omip2_cycle1/output000/ocean/ocean_grid.nc', combine='by_coords')\n",
32533253
"ds = xr.merge([u, v, ds_grid])"
32543254
]
32553255
},
@@ -3422,7 +3422,7 @@
34223422
"metadata": {},
34233423
"outputs": [],
34243424
"source": [
3425-
"directory = '/g/data/ik11/outputs/access-om2-025/025deg_jra55v13_iaf_gmredi6/output000/ocean/'\n",
3425+
"directory = '/g/data/ik11/outputs/access-om2-025/025deg_jra55_iaf_omip2_cycle1/output000/ocean/'\n",
34263426
"grid = xr.open_mfdataset(directory + 'ocean_grid.nc', combine='by_coords')\n",
34273427
"\n",
34283428
"ds = xr.merge([u, v, grid])\n",

0 commit comments

Comments
 (0)