OOPS
qg_convert_x_to_q_mod Module Reference

Functions/Subroutines

subroutine, public convert_x_to_q (geom, x, x_north, x_south, q)
 Convert streamfunction to potential vorticity. More...
 
subroutine, public convert_x_to_q_tl (geom, x, q)
 Convert streamfunction to potential vorticity - tangent linear. More...
 
subroutine, public convert_x_to_q_ad (geom, q, x)
 Convert streamfunction to potential vorticity - adjoint. More...
 

Function/Subroutine Documentation

◆ convert_x_to_q()

subroutine, public qg_convert_x_to_q_mod::convert_x_to_q ( type(qg_geom), intent(in)  geom,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  x,
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)  q 
)

Convert streamfunction to potential vorticity.

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

Definition at line 24 of file qg_convert_x_to_q_mod.F90.

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

◆ convert_x_to_q_ad()

subroutine, public qg_convert_x_to_q_mod::convert_x_to_q_ad ( 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 streamfunction to potential vorticity - adjoint.

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

Definition at line 108 of file qg_convert_x_to_q_mod.F90.

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

◆ convert_x_to_q_tl()

subroutine, public qg_convert_x_to_q_mod::convert_x_to_q_tl ( 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 streamfunction to potential vorticity - tangent linear.

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

Definition at line 74 of file qg_convert_x_to_q_mod.F90.

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