generated from ProjectPythia/cookbook-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
_toc.yml
34 lines (34 loc) · 1.23 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
format: jb-book
root: README
parts:
- caption: Preamble
chapters:
- file: notebooks/how-to-cite
- caption: Introduction
chapters:
- file: notebooks/intro/initial_concepts
- file: notebooks/intro/crash_course
- caption: Dynamical Background
chapters:
- file: notebooks/dynamics/basic_equations
- file: notebooks/dynamics/simplification
- file: notebooks/dynamics/averaging
- file: notebooks/dynamics/linear_model
- caption: Methods of Solution
chapters:
- file: notebooks/numerics/spatial_finite_differencing
- file: notebooks/numerics/other_spatial_techniques
- file: notebooks/numerics/time_integration
- file: notebooks/numerics/stability_analysis
- file: notebooks/numerics/corrections_filtering
- caption: Coordinates and Initial/Boundary Conditions
chapters:
- file: notebooks/config/geospatial_coordinates
- file: notebooks/config/grid_staggering
- file: notebooks/config/vertical_coordinates
- file: notebooks/config/initial_conditions
- file: notebooks/config/boundary_conditions
- caption: Bringing It All Together
chapters:
- file: notebooks/summary/comparison
- file: notebooks/summary/assessment