Skip to content

Commit ca53ebe

Browse files
reint-fischerreint-fischer
authored andcommitted
fix typo
1 parent 7bba057 commit ca53ebe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/user_guide/examples/tutorial_dt_integrators.ipynb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,9 +809,15 @@
809809
"## Summary\n",
810810
"If you want to test the accuracy and efficiency of your own simulation, here is a brief list of things to consider:\n",
811811
"- **Use the temporal and spatial resolution of the input to estimate the timescales you need to resolve.** `dt` must fit into the FieldSet dt by a factor of an integer.\n",
812-
"- **Run the simulation for the full runtime.** Many inaccuracies grow over time so we must \n",
812+
"- **Run the simulation for the full runtime.** Many errors grow over time so to quantify these, we must take into account the full length of the simulation.\n",
813813
"- **Consider which step introduces the largest error.** If we compute advection and diffusion, increasing the accuracy of one process much more than the other will not improve the results."
814814
]
815+
},
816+
{
817+
"cell_type": "markdown",
818+
"id": "8db03e17",
819+
"metadata": {},
820+
"source": []
815821
}
816822
],
817823
"metadata": {

0 commit comments

Comments
 (0)