OOPS
|
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... | |
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.
[in] | geom | Geometry |
[in] | x | Streamfunction |
[in] | x_north | Streamfunction on northern wall |
[in] | x_south | Streamfunction on southern wall |
[in,out] | u | Zonal wind |
Definition at line 22 of file qg_convert_x_to_u_mod.F90.
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.
[in] | geom | Geometry |
[in] | u | Zonal wind |
[in,out] | x | Streamfunction |
Definition at line 71 of file qg_convert_x_to_u_mod.F90.
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.
[in] | geom | Geometry |
[in] | x | Streamfunction |
[out] | u | Zonal wind |
Definition at line 48 of file qg_convert_x_to_u_mod.F90.