Skip to content

Commit bad9550

Browse files
committed
Corrected typos in heat budget tutorial
1 parent 4405949 commit bad9550

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Heat_budget_closure.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@
383383
"source": [
384384
"## Open ECCO monthly mean variables\n",
385385
"\n",
386-
"ecco_vars_int = ds_dict[ShortNames[1]]\n",
387-
"ecco_vars_sfc = ds_dict[ShortNames[2]]\n",
386+
"ecco_vars_int = ds_dict[ShortNames_list[1]]\n",
387+
"ecco_vars_sfc = ds_dict[ShortNames_list[2]]\n",
388388
"\n",
389389
"ecco_monthly_mean = xr.merge((ecco_vars_int,\\\n",
390390
" ecco_vars_sfc[['TFLUX','oceQsw']]))\n",

0 commit comments

Comments
 (0)