Skip to content

Commit

Permalink
Update pop_div_curl_xr_xgcm_metrics_compare.ipynb (#138)
Browse files Browse the repository at this point in the history
changed division by DXT to DXU which it should be
  • Loading branch information
ALDepp committed Apr 21, 2022
1 parent 66bd763 commit 31e3483
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4276,7 +4276,7 @@
"outputs": [],
"source": [
"# test different versions\n",
"GX_x, GY_x = gradh_xr(ds.TEMP, ds.DXT, ds.DYU) # xarray version\n",
"GX_x, GY_x = gradh_xr(ds.TEMP, ds.DXU, ds.DYU) # xarray version\n",
"GX_xgcm, GY_xgcm = gradh_xgcm(ds_ren.TEMP, ds_ren) # xgcm version\n",
"GX_xgcm_m, GY_xgcm_m = x_gradh(ds_ren.TEMP, gridm) # xgcm metrics version"
]
Expand Down

0 comments on commit 31e3483

Please sign in to comment.