OOPS
|
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... | |
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.
[in] | geom | Geometry |
[in] | x | Streamfunction |
[in] | x_north | Streamfunction on northern wall |
[in] | x_south | Streamfunction on southern wall |
[in,out] | q | Potential vorticity |
Definition at line 24 of file qg_convert_x_to_q_mod.F90.
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.
[in] | geom | Geometry |
[in] | q | Potential vorticity |
[in,out] | x | Streamfunction |
Definition at line 108 of file qg_convert_x_to_q_mod.F90.
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.
[in] | geom | Geometry |
[in] | x | Streamfunction |
[in,out] | q | Potential vorticity |
Definition at line 74 of file qg_convert_x_to_q_mod.F90.