OOPS
qg_advect_q_mod Module Reference

Functions/Subroutines

subroutine, public advect_q (geom, dt, u, v, q, q_north, q_south, qnew)
 Advect potential vorticity. More...
 
subroutine, public advect_q_tl (geom, dt, u_traj, v_traj, q_traj, q_traj_north, q_traj_south, u, v, q, qnew)
 Advect potential vorticity - tangent linear. More...
 
subroutine, public advect_q_ad (geom, dt, u_traj, v_traj, q_traj, q_traj_north, q_traj_south, qnew, u, v, q)
 Advect potential vorticity - adjoint. More...
 

Function/Subroutine Documentation

◆ advect_q()

subroutine, public qg_advect_q_mod::advect_q ( type(qg_geom), intent(in)  geom,
real(kind_real), intent(in)  dt,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  u,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  v,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  q,
real(kind_real), dimension(geom%nx,geom%nz), intent(in)  q_north,
real(kind_real), dimension(geom%nx,geom%nz), intent(in)  q_south,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(out)  qnew 
)

Advect potential vorticity.

Parameters
[in]geomGeometry
[in]dtTime step
[in]uZonal wind
[in]vMeridional wind
[in]qInput potential vorticity
[in]q_northPotential vorticity on northern wall
[in]q_southPotential vorticity on southern wall
[out]qnewOutput potential vorticity

Definition at line 25 of file qg_advect_q_mod.F90.

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

◆ advect_q_ad()

subroutine, public qg_advect_q_mod::advect_q_ad ( type(qg_geom), intent(in)  geom,
real(kind_real), intent(in)  dt,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  u_traj,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  v_traj,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  q_traj,
real(kind_real), dimension(geom%nx,geom%nz), intent(in)  q_traj_north,
real(kind_real), dimension(geom%nx,geom%nz), intent(in)  q_traj_south,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  qnew,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(inout)  u,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(inout)  v,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(inout)  q 
)

Advect potential vorticity - adjoint.

Parameters
[in]geomGeometry
[in]dtTime step
[in]u_trajZonal wind (trajectory)
[in]v_trajMeridional wind (trajectory)
[in]q_trajPotential vorticity (trajectory)
[in]q_traj_northPotential vorticity on northern wall (trajectory)
[in]q_traj_southPotential vorticity on southern wall (trajectory)
[in]qnewOutput potential vorticity (perturbation)
[in,out]uZonal wind (perturbation)
[in,out]vMeridional wind (perturbation)
[in,out]qInput potential vorticity (perturbation)

Definition at line 129 of file qg_advect_q_mod.F90.

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

◆ advect_q_tl()

subroutine, public qg_advect_q_mod::advect_q_tl ( type(qg_geom), intent(in)  geom,
real(kind_real), intent(in)  dt,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  u_traj,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  v_traj,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  q_traj,
real(kind_real), dimension(geom%nx,geom%nz), intent(in)  q_traj_north,
real(kind_real), dimension(geom%nx,geom%nz), intent(in)  q_traj_south,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  u,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  v,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  q,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(out)  qnew 
)

Advect potential vorticity - tangent linear.

Parameters
[in]geomGeometry
[in]dtTime step
[in]u_trajZonal wind (trajectory)
[in]v_trajMeridional wind (trajectory)
[in]q_trajPotential vorticity (trajectory)
[in]q_traj_northPotential vorticity on northern wall (trajectory)
[in]q_traj_southPotential vorticity on southern wall (trajectory)
[in]uZonal wind (perturbation)
[in]vMeridional wind (perturbation)
[in]qInput potential vorticity (perturbation)
[out]qnewOutput potential vorticity (perturbation)

Definition at line 70 of file qg_advect_q_mod.F90.

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