OOPS
qg_convert_q_to_x_mod Module Reference

Functions/Subroutines

subroutine, public convert_q_to_x (geom, q, x_north, x_south, x)
 Convert potential vorticity to streamfunction. More...
 
subroutine, public convert_q_to_x_tl (geom, q, x)
 Convert potential vorticity to streamfunction - tangent linear. More...
 
subroutine, public convert_q_to_x_ad (geom, x, q)
 Convert potential vorticity to streamfunction - adjoint. More...
 

Function/Subroutine Documentation

◆ convert_q_to_x()

subroutine, public qg_convert_q_to_x_mod::convert_q_to_x ( type(qg_geom), intent(in)  geom,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  q,
real(kind_real), dimension(geom%nz), intent(in)  x_north,
real(kind_real), dimension(geom%nz), intent(in)  x_south,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(inout)  x 
)

Convert potential vorticity to streamfunction.

Parameters
[in]geomGeometry
[in]qPotential vorticity
[in]x_northStreamfunction on northern wall
[in]x_southStreamfunction on southern wall
[in,out]xStreamfunction

Definition at line 24 of file qg_convert_q_to_x_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ convert_q_to_x_ad()

subroutine, public qg_convert_q_to_x_mod::convert_q_to_x_ad ( type(qg_geom), intent(in)  geom,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  x,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(inout)  q 
)

Convert potential vorticity to streamfunction - adjoint.

Parameters
[in]geomGeometry
[in]xStreamfunction
[in,out]qPotential vorticity

Definition at line 134 of file qg_convert_q_to_x_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ convert_q_to_x_tl()

subroutine, public qg_convert_q_to_x_mod::convert_q_to_x_tl ( type(qg_geom), intent(in)  geom,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  q,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(inout)  x 
)

Convert potential vorticity to streamfunction - tangent linear.

Parameters
[in]geomGeometry
[in]qPotential vorticity
[in,out]xStreamfunction

Definition at line 87 of file qg_convert_q_to_x_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function: