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 2ed012f commit e717f6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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/hh5/tmp/cosima/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_jra55v13_iaf_gmredi6/output000/ocean/ocean_grid.nc', combine='by_coords')\n",
"ds = xr.merge([u, v, ds_grid])"
]
},
Expand Down Expand Up @@ -3422,8 +3422,8 @@
"metadata": {},
"outputs": [],
"source": [
"folder = '/g/data/hh5/tmp/cosima/access-om2-025/025deg_jra55v13_iaf_gmredi6/output000/ocean/'\n",
"grid = xr.open_mfdataset(folder + 'ocean_grid.nc', combine='by_coords')\n",
"directory = '/g/data/ik11/outputs/access-om2-025/025deg_jra55v13_iaf_gmredi6/output000/ocean/'\n",
"grid = xr.open_mfdataset(directory + 'ocean_grid.nc', combine='by_coords')\n",
"\n",
"ds = xr.merge([u, v, grid])\n",
"ds.coords['xt_ocean'].attrs.update(axis='X')\n",
Expand Down

0 comments on commit e717f6a

Please sign in to comment.