You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/tutorial_unitconverters.ipynb
-35Lines changed: 0 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -351,41 +351,6 @@
351
351
")\n",
352
352
"print(fieldset.Ustokes2[0, 0, 40, -5])"
353
353
]
354
-
},
355
-
{
356
-
"attachments": {},
357
-
"cell_type": "markdown",
358
-
"metadata": {},
359
-
"source": [
360
-
"## Using velocities in units other than m/s\n"
361
-
]
362
-
},
363
-
{
364
-
"attachments": {},
365
-
"cell_type": "markdown",
366
-
"metadata": {},
367
-
"source": [
368
-
"Some OGCM store velocity data in units of e.g. cm/s. For these cases, Field objects have a method `set_scaling_factor()`.\n",
369
-
"\n",
370
-
"If your data is in cm/s and if you want to use the built-in Advection kernels, you will therefore have to use `fieldset.U.set_scaling_factor(100)` and `fieldset.V.set_scaling_factor(100)`.\n"
0 commit comments