Quasi-geostrophic Model

class otp.quasigeostrophic.QuasiGeostrophicProblem

Bases: otp.Problem

Method Summary
static resize(u, newsize)

resize uses interpolation to resize states

Parameters

class otp.quasigeostrophic.QuasiGeostrophicParameters

Bases: otp.Parameters

Parameters for the quasi-geostrophic problem.

Constructor Summary
QuasiGeostrophicParameters(varargin)

Create a quasi-geostrophic parameters object.

Parameters:

varargin – A variable number of name-value pairs. A name can be any property of this class, and the subsequent value initializes that property.

Property Summary
Nx

Nx is the number of grid points in the x direction

Ny

Ny is the number of grid points in the y direction

ReynoldsNumber

ReynoldsNumber is the Reynolds number

RossbyNumber

RossbyNumber is the Rossby number

ADLambda

ADlambda is the approximate deconvolution parameter

ADPasses

ADPasses defines how many passes of the filter to do

Presets