OOPS
|
Functions/Subroutines | |
subroutine, public | convert_x_to_uv (geom, x, x_north, x_south, u, v) |
Convert streafunction to wind components. More... | |
subroutine, public | convert_x_to_uv_tl (geom, x, u, v) |
Convert streafunction to wind components - tangent Linear. More... | |
subroutine, public | convert_x_to_uv_ad (geom, u, v, x) |
Convert streafunction to wind components - adjoint. More... | |
subroutine, public qg_convert_x_to_uv_mod::convert_x_to_uv | ( | 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(out) | u, | ||
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(out) | v | ||
) |
Convert streafunction to wind components.
[in] | geom | Geometry |
[in] | x | Streamfunction |
[in] | x_north | Streamfunction on northern wall |
[in] | x_south | Streamfunction on southern wall |
[out] | u | Zonal wind |
[out] | v | Meridional wind |
Definition at line 22 of file qg_convert_x_to_uv_mod.F90.
subroutine, public qg_convert_x_to_uv_mod::convert_x_to_uv_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(in) | v, | ||
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(inout) | x | ||
) |
Convert streafunction to wind components - adjoint.
[in] | geom | Geometry |
[in] | u | Zonal wind |
[in] | v | Meridional wind |
[in,out] | x | Streamfunction |
Definition at line 95 of file qg_convert_x_to_uv_mod.F90.
subroutine, public qg_convert_x_to_uv_mod::convert_x_to_uv_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, | ||
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(out) | v | ||
) |
Convert streafunction to wind components - tangent Linear.
[in] | geom | Geometry |
[in] | x | Streamfunction |
[out] | u | Zonal wind |
[out] | v | Meridional wind |
Definition at line 60 of file qg_convert_x_to_uv_mod.F90.