Skip to content

Commit

Permalink
removed faulty initial waterlevelbnd from example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Sep 23, 2024
1 parent 7848212 commit c3b3674
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/notebooks/modelbuilder_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -759,11 +759,11 @@
"\n",
"# CMEMS - initial conditions\n",
"# salinity/temperature can only be added in case of 3D model and iniwithnudge\n",
"ext_old = dfmt.cmems_nc_to_ini(ext_old=ext_old,\n",
" dir_output=dir_output,\n",
" list_quantities=['waterlevelbnd'], # list_quantities,\n",
" tstart=date_min,\n",
" dir_pattern=dir_pattern)\n",
"# ext_old = dfmt.cmems_nc_to_ini(ext_old=ext_old,\n",
"# dir_output=dir_output,\n",
"# list_quantities=['salinitybnd','temperaturebnd'], # list_quantities,\n",
"# tstart=date_min,\n",
"# dir_pattern=dir_pattern)\n",
"\n",
"# ERA5 - download spatial fields of air pressure, wind speeds and Charnock coefficient\n",
"dir_output_data_era5 = os.path.join(dir_output_data, 'ERA5')\n",
Expand Down

0 comments on commit c3b3674

Please sign in to comment.