forked from NOAA-EMC/fv3atm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FV3 Example Notebooks and cleanup of docs directory (NOAA-EMC#117)
* Create examples README.md * Reorganizing files in docs/ directory * Added advection notebook * Fixed subplot spacing * New 3D case notebooks * Added notebooks * Update README.md
- Loading branch information
Showing
24 changed files
with
5,055 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
These are LaTeX and BibTeX source files and associated graphics files. They should not require any special LaTeX packages not present in current TeX distributions. |
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# FV3 Examples | ||
|
||
This directory contains Python (Jupyter) notebooks demonstrating basic FV3 capabilities, including characteristics of the solver, physics-dynamics coupling, output using FMS diag_manager, and basic analyses of the model output. The notebooks should all be viewable in any browser; you can also download any of them and use them in an up-to-date Python/Jupyter environment. | ||
|
||
## 1D Notebooks | ||
tp_core | ||
: 1D advection operators in FV3. This is designed to be an *interactive* notebook for downloading and playing with the options, initial conditions, zooms, and so on. | ||
|
||
## 2D Shallow-water Notebooks | ||
RHwave | ||
: Rossby-Haurwitz wave, a test of height-vorticity consistency | ||
|
||
BTwave | ||
: Barotropic instability, demonstrating wave breaking (cf. Galewsky et al. 2004; Scott, Harris, and Polvani 2016) | ||
|
||
BLvortex | ||
: Bates-Li forced polar vortex | ||
|
||
## 3D Notebooks | ||
|
||
BCwave | ||
: Hydrostatic baroclinic wave, with and without moisture | ||
|
||
TC | ||
: Reed-Jablonowski TC tests, demonstrating the effect of advection schemes and numerical diffusion | ||
|
||
DPsupercell | ||
: Supercell on a doubly-periodic using Weisman (WK82) sounding and a straight-line hodograph. Demonstrates pressure partitioning between moist, dry, and nonhydrostatic contributions. |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.