Skip to content

Improve implementation of imposed U(y) in SingleLayerQG #365

@navidcy

Description

@navidcy

#360 implemented the ability of U(y) in SingleLayerQG module.

  • If imposed zonal flow is constant ($U_0$) then term $- i k_x U_0$ is included in the L operator & the $U_0 \partial_x \eta$ term in N.
  • If imposed zonal flow varies with y ($U(y)$) then all extra advection terms are added in N.

A potential improvement is that we should take any prescribed imposed zonal flow $U(y)$ and decompose it into its y-mean and deviation from that, e.g.,

$$ U(y) = U_0 + u(y)$$

with $\int u(y) \mathrm{d} y = 0 $. Then we add the $U_0$ via L (as 1 above) and the rest via N (as 2 above).

cc @mncrowe

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions