Skip to content

Commit

Permalink
Update Relative_Vorticity.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Nov 24, 2024
1 parent e717f6a commit 3daabad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Recipes/Relative_Vorticity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3249,7 +3249,7 @@
"metadata": {},
"outputs": [],
"source": [
"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",
"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",
"ds = xr.merge([u, v, ds_grid])"
]
},
Expand Down Expand Up @@ -3422,7 +3422,7 @@
"metadata": {},
"outputs": [],
"source": [
"directory = '/g/data/ik11/outputs/access-om2-025/025deg_jra55v13_iaf_gmredi6/output000/ocean/'\n",
"directory = '/g/data/ik11/outputs/access-om2-025/025deg_jra55_iaf_omip2_cycle1/output000/ocean/'\n",
"grid = xr.open_mfdataset(directory + 'ocean_grid.nc', combine='by_coords')\n",
"\n",
"ds = xr.merge([u, v, grid])\n",
Expand Down

0 comments on commit 3daabad

Please sign in to comment.