Skip to content

Commit

Permalink
fixed type of cdbreakpoints in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Jan 20, 2025
1 parent da7738b commit 632d6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/modelbuilder_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@
"\n",
"# update wind settings\n",
"mdu.wind.icdtyp = 4\n",
"mdu.wind.cdbreakpoints = ['0.025'] # overwritten by spacevarying charnock from ERA5\n",
"mdu.wind.cdbreakpoints = [0.025] # overwritten by spacevarying charnock from ERA5\n",
"\n",
"# update time settings\n",
"mdu.time.refdate = pd.Timestamp(ref_date).strftime('%Y%m%d')\n",
Expand Down

0 comments on commit 632d6bd

Please sign in to comment.