Skip to content

Commit 232afd0

Browse files
committed
fixes
1 parent 0a65855 commit 232afd0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

toolbox/+otp/+lorenz96/+presets/Canonical.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
classdef Canonical < otp.lorenz96.Lorenz96Problem
22
% Original Lorenz '96 preset presented in :cite:p:`Lor96`
33
% which uses time span $t \in [0, 720]$, $N = 40$, $F=8$, and initial
4-
% conditions of $y_i = 8$ for all $i$ except for $y_{20}=8.008$.
4+
% conditions of $y_i = 8$ for all $i$ except for $y_{\lfloor N/2 \rfloor}=8.008$.
55

66
methods
77
function obj = Canonical(varargin)

toolbox/+otp/+lorenz96/+presets/PopovSandu.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
% A preset that has a cyclic forcing function that is different for
33
% every variable. This preset was created for :cite:p:`PS19`.
44
% This preset uses time span $t \in [0, 720]$, $N = 40$, and initial
5-
% conditions of $y_i = 8$ for all $i$ except for $y_{20}=8.008$.
5+
% conditions of $y_i = 8$ for all $i$ except for $y_{\lfloor N/2 \rfloor}=8.008$.
66
% The forcing, as a function of time is given by
77
%
88
% $$

toolbox/+otp/+lorenz96/Lorenz96Problem.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
classdef Lorenz96Problem < otp.Problem
22
% A chaotic system modeling nonlinear transfer of a dimensionless
3-
% qauntity along a cyclic one dimensional domain.
3+
% quantity along a cyclic one dimensional domain.
44
%
55
% The $N$ variable dynamics :cite:p:`Lor96` are represented by the equation,
66
%

0 commit comments

Comments
 (0)