OOPS
qg_convert_x_to_u_mod Module Reference

Functions/Subroutines

subroutine, public convert_x_to_u (geom, x, x_north, x_south, u)
 Convert streafunction to zonal wind. More...
 
subroutine, public convert_x_to_u_tl (geom, x, u)
 Convert streafunction to zonal wind - tangent Linear. More...
 
subroutine, public convert_x_to_u_ad (geom, u, x)
 Convert streafunction to zonal wind - adjoint. More...
 

Function/Subroutine Documentation

◆ convert_x_to_u()

subroutine, public qg_convert_x_to_u_mod::convert_x_to_u ( 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)  u 
)

Convert streafunction to zonal wind.

Parameters
[in]geomGeometry
[in]xStreamfunction
[in]x_northStreamfunction on northern wall
[in]x_southStreamfunction on southern wall
[in,out]uZonal wind

Definition at line 22 of file qg_convert_x_to_u_mod.F90.

Here is the caller graph for this function:

◆ convert_x_to_u_ad()

subroutine, public qg_convert_x_to_u_mod::convert_x_to_u_ad ( type(qg_geom), intent(in)  geom,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  u,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(inout)  x 
)

Convert streafunction to zonal wind - adjoint.

Parameters
[in]geomGeometry
[in]uZonal wind
[in,out]xStreamfunction

Definition at line 71 of file qg_convert_x_to_u_mod.F90.

Here is the caller graph for this function:

◆ convert_x_to_u_tl()

subroutine, public qg_convert_x_to_u_mod::convert_x_to_u_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(out)  u 
)

Convert streafunction to zonal wind - tangent Linear.

Parameters
[in]geomGeometry
[in]xStreamfunction
[out]uZonal wind

Definition at line 48 of file qg_convert_x_to_u_mod.F90.

Here is the caller graph for this function: