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