18 integer,
intent(in) :: nx
19 integer,
intent(in) :: ny
20 real(kind=kind_real),
intent(out) :: x(nx,ny,2)
21 real(kind=kind_real),
intent(in) :: pv(nx,ny,2)
22 real(kind=kind_real),
intent(in) :: deltax
23 real(kind=kind_real),
intent(in) :: deltay
24 real(kind=kind_real),
intent(in) :: F1
25 real(kind=kind_real),
intent(in) :: F2
subroutine invert_pv_tl(x, pv, nx, ny, deltax, deltay, F1, F2)
Invert potential vorticity - Tangent Linear.
subroutine solve_elliptic_system(x, pv, nx, ny, deltax, deltay, F1, F2)
Solves the elliptic system that arises when inverting potential vorticity.