arakawa_loc Interface

interface
public pure module function arakawa_loc(self, zeta, psi)

Arguments

Type IntentOptional Attributes Name
class(inplane_operators_t), intent(in) :: self

Instance of the type

real(kind=GP), intent(in), dimension(-1:1,-1:1) :: zeta

First entry in arakawa bracket given as local 3x3 stencil

real(kind=GP), intent(in), dimension(-1:1,-1:1) :: psi

First entry in arakawa bracket given as local 3x3 stencil

Return Value real(kind=gp)

Description

Evaluates arakawa bracket on local 3x3 stencil without its prefactor 1/(12 hf^2)