Skip to content

Commit

Permalink
Merge pull request #187 from FESOM/workbench
Browse files Browse the repository at this point in the history
 fix small bug in the dmoc_t routine, after i changed the order of in…
  • Loading branch information
patrickscholz authored Nov 20, 2024
2 parents b8bfc8f + 22454a9 commit 4c095ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates_notebooks/template_transp_dmoc_t.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@
" \n",
" #____________________________________________________________________________________________________\n",
" # load DMOC std_* data --> combined in xarray dataset\n",
" data = tpv.load_dmoc_data(mesh, datapath, descript, year_chnk, which_transf, std_dens, do_info=False, \n",
" do_tarithm=None, do_zcoord=do_zcoord, do_useZinfo=do_useZinfo, \n",
" data = tpv.load_dmoc_data(mesh, datapath, std_dens, year=year_chnk, which_transf=which_transf, do_info=False, \n",
" do_tarithm=None, do_zcoord=do_zcoord, do_useZinfo=do_useZinfo, descript=descript, \n",
" do_bolus=do_bolus, add_bolus=True, do_load=False, do_persist=True, do_parallel=do_parallel )\n",
" #__________________________________________________________________________________________________ \n",
" # check if data where loaded\n",
Expand Down Expand Up @@ -628,7 +628,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.19"
"version": "3.9.20"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
Expand Down

0 comments on commit 4c095ae

Please sign in to comment.