Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design Document: Omega-0 algorithm formulation #33

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added components/omega/doc/_static/variablePosition.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
711 changes: 711 additions & 0 deletions components/omega/doc/design/OmegaV0ShallowWater.md

Large diffs are not rendered by default.

239 changes: 0 additions & 239 deletions components/omega/doc/design/ShallowWaterOmega0.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
(omega-design-my-class)=
# Template: MyClassOrModuleName
# Template

<!--- use table of contents if desired for longer documents -->
**Table of Contents**
1. [Overview](#1-overview)
2. [Requirements](#2-requirements)
3. [Algorithmic Formulation](#3-algorithmic-formulation)
4. [Design](#4-design)
5. [Verification and Testing](#5-verification-and-testing)

<!--- use table of contents if desired for longer documents -->
**Table of Contents**
Expand Down
4 changes: 2 additions & 2 deletions components/omega/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ devGuide/Reductions
:caption: Design documents
:maxdepth: 1

design/OmegaV0ShallowWater
design/Broadcast
design/Config
design/DataTypes
Expand All @@ -91,7 +92,6 @@ design/Metadata
design/IO
design/IOStreams
design/Reductions
design/ShallowWaterOmega0
design/State
design/Tendency
design/Tendencies
Expand All @@ -102,5 +102,5 @@ design/Timers
design/TimeStepping
design/Tracers

design/OmegaDesignTemplate
design/Template
```