Skip to content

Commit

Permalink
wip docs
Browse files Browse the repository at this point in the history
  • Loading branch information
smarras79 committed Apr 22, 2024
1 parent c582407 commit 2c9289f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/pages.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pages = ["index.md",
"getting_started.md",
"Features" => "performance.md",
"Tutorials" => "theta.md"
"Features" => "features/performance.md",
"Tutorials" => "tutorials/theta.md"
]
2 changes: 1 addition & 1 deletion docs/src/features/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ v_{xx} + v_{zz}\\
\theta_{xx} + \theta_{zz}
\end{bmatrix}.$$

## Speed

Table: Wall clock time of Jexpresso vs a legacy F90/Modern Fortran code for numerical weather prediction. Simulated 100 seconds of a rising-thermal-bubble test. The name of the time integrators may be different for the two codes so that the notation jexpresso/numa is used to indicate both. The wall clock times are to be taken with a $\pm 0.2$ due to a small variability from one simulation to the next one.
Timing was measured using Julia 1.9.3 on a Macbook Air M1 2020, with macOS Big Sur Version 11.6.
Expand All @@ -50,7 +51,6 @@ Timing was measured using Julia 1.9.3 on a Macbook Air M1 2020, with macOS Big S

## Mass conservation


Table: Mass conservation of the **advective vs flux forms** of the equations and sensitivity to the time integrators of DifferentialEquations.jl for the RTB at t = 1000 s viscous. Results are for inexact integration.

| Time integrator | Advection form | Flux from |
Expand Down

0 comments on commit 2c9289f

Please sign in to comment.