forked from schism-dev/schism
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
110 lines (103 loc) · 3.63 KB
/
mkdocs.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
site_name: SCHISM
use_directory_urls: false
theme:
name: material
features:
- toc.integrate
- toc.follow
- content.code.annotate
icon:
repo: fontawesome/brands/git-alt
logo: assets/logo.png
plugins:
- search
- mike:
version_selector: true
markdown_extensions:
- admonition
- attr_list
- md_in_html
- footnotes
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- toc:
permalink: true
extra:
version:
provider: mike
default: stable
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
repo_url: https://github.com/schism-dev/schism
# Page tree
nav:
- Home: index.md
- Changelog: changelog.md
- Getting started:
- Overview: schism/overview.md
- Getting the source code: getting-started/getting-sourcecode.md
- Compilation: getting-started/compilation.md
- Typical workflow (a cheat sheet): getting-started/typical-workflow.md
- Grid generation: getting-started/grid-generation.md
- Preprocessing: getting-started/pre-processing.md
- Running the model: getting-started/running-model.md
- Visualization: getting-started/visualization.md
- Postprocessing: getting-started/post-processing.md
- Model formulation:
- Physical formulation: schism/physical-formulation.md
- Numerical formulation:
- Geometry and discretization: schism/geometry-discretization.md
- Barotropic solver: schism/barotropic-solver.md
- Eulerian-Lagrangian Method: schism/eulerian-lagrangian-method.md
- Momentum equation: schism/momentum-equation.md
- Vertical velocity: schism/vertical-velocity.md
- Turbulence closure: schism/turbulence-closure.md
- Transport equation: schism/transport-equation.md
- Updating the levels/Inundation: schism/updating-levels.md
- Spherical coordinates: schism/spherical-coordinates.md
- Input/Output:
- Overview: input-output/overview.md
- Horizontal grid (hgrid.gr3): input-output/hgrid.md
- Vertical grid (vgrid.in): input-output/vgrid.md
- Model parameters (param.nml): input-output/param.md
- Boundary conditions (bctides.in): input-output/bctides.md
- Bottom friction: input-output/friction.md
- Atmospheric flux (/sflux): input-output/sflux.md
- Optional inputs: input-output/optional-inputs.md
- Outputs: input-output/outputs.md
- Modules:
- Overview: modules/overview.md
- Generic tracer module: modules/generic-tracer.md
- AGE: modules/age.md
- 2D Sediment model: modules/sed2d.md
- 3D Sediment model: modules/sed3d.md
- ICM: modules/icm.md
- CoSiNe: modules/cosine.md
- DVD: modules/dvd.md
- Marsh migration: modules/marsh-migration.md
- Analysis mode: modules/analysis-mode.md
- Hydraulics: modules/hydraulics.md
- Particle tracking: modules/particle-tracking.md
- WWM: modules/wwm.md
- FABM: modules/fabm.md
- Code structure: code-contribution.md
- Verification tests: verification-tests.md
- Case studies: case-study.md
- SCHISM external coupling:
- Earth System Modeling Framework: coupling/esmf.md
- National Unified Operational Prediction Capability: coupling/nuopc.md
- NOAA's CoastalApp: coupling/coastalapp.md
- Modular System for Shelves and Coasts: coupling/mossco.md
# - Publications: publications.md
- Frequently Asked Questions: faq.md
- Contribute to this online manual: contribute-to-this-online-manual.md