Skip to content

Commit

Permalink
sync nbs
Browse files Browse the repository at this point in the history
  • Loading branch information
floriscalkoen committed Mar 26, 2024
1 parent e2299ec commit 80a2d51
Show file tree
Hide file tree
Showing 13 changed files with 817 additions and 12 deletions.
2 changes: 1 addition & 1 deletion book/notebooks/1_coastal_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.11.8"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion book/notebooks/2a_pre_knowledge_waves.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"%run Initialize/init_2a.ipynb"
"%run initialize/init_2a.ipynb"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion book/notebooks/2b_wave_dispersion_and_grouping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"%run Initialize/init_2b.ipynb"
"%run initialize/init_2b.ipynb"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion book/notebooks/3b_wave_asymmetry_and_skewness.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"%run Initialize/init_3b.ipynb"
"%run initialize/init_3b.ipynb"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion book/notebooks/3c_radiation_stresses_and_wave_forces.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"run Initialize/init_3c.ipynb"
"run initialize/init_3c.ipynb"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion book/notebooks/4a_bound_long_wave.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"run Initialize/init_4a.ipynb"
"run initialize/init_4a.ipynb"
]
},
{
Expand Down
8 changes: 8 additions & 0 deletions book/notebooks/5_coastal_impact_beach_states.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "84d7581d-d784-4863-8b98-8091aba15a86",
"metadata": {},
"source": [
"# Coastal Impact Beach States"
]
},
{
"cell_type": "markdown",
"id": "968bd444-a7c0-44f6-8648-60b84b483abf",
Expand Down
797 changes: 797 additions & 0 deletions book/notebooks/6_cross_shore_transport.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion book/notebooks/initialize/init_2a.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"outputs": [],
"source": [
"try:\n",
" %run Initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
" %run initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
"except:\n",
" %run init_cookbook.ipynb # valid when running the cookbook from this file."
]
Expand Down
4 changes: 2 additions & 2 deletions book/notebooks/initialize/init_2b.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"outputs": [],
"source": [
"try:\n",
" %run Initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
" %run initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
"except:\n",
" %run init_cookbook.ipynb # valid when running the cookbook from this file."
]
Expand Down Expand Up @@ -1585,7 +1585,7 @@
"outputs": [],
"source": [
"try:\n",
" %run Initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
" %run initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
"except:\n",
" %run init_cookbook.ipynb # valid when running the cookbook from this file.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion book/notebooks/initialize/init_3b.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"outputs": [],
"source": [
"try:\n",
" %run Initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
" %run initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
"except:\n",
" %run init_cookbook.ipynb # valid when running the cookbook from this file."
]
Expand Down
2 changes: 1 addition & 1 deletion book/notebooks/initialize/init_3c.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"outputs": [],
"source": [
"try:\n",
" %run Initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
" %run initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
"except:\n",
" %run init_cookbook.ipynb # valid when running the cookbook from this file."
]
Expand Down
2 changes: 1 addition & 1 deletion book/notebooks/initialize/init_4a.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"outputs": [],
"source": [
"try:\n",
" %run Initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
" %run initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
"except:\n",
" %run init_cookbook.ipynb # valid when running the cookbook from this file."
]
Expand Down

0 comments on commit 80a2d51

Please sign in to comment.