OOPS
|
Functions/Subroutines | |
subroutine, public | convert_x_to_v (geom, x, v) |
Convert streafunction to meridional wind. More... | |
subroutine, public | convert_x_to_v_tl (geom, x, v) |
Convert streafunction to meridional wind - tangent Linear. More... | |
subroutine, public | convert_x_to_v_ad (geom, v, x) |
Convert streafunction to meridional wind - adjoint. More... | |
subroutine, public qg_convert_x_to_v_mod::convert_x_to_v | ( | 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) | v | ||
) |
Convert streafunction to meridional wind.
[in] | geom | Geometry |
[in] | x | Streamfunction |
[in,out] | v | Meridional wind |
Definition at line 22 of file qg_convert_x_to_v_mod.F90.
subroutine, public qg_convert_x_to_v_mod::convert_x_to_v_ad | ( | type(qg_geom), intent(in) | geom, |
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 meridional wind - adjoint.
[in] | geom | Geometry |
[in] | v | Meridional wind |
[in,out] | x | Streamfunction |
Definition at line 70 of file qg_convert_x_to_v_mod.F90.
subroutine, public qg_convert_x_to_v_mod::convert_x_to_v_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) | v | ||
) |
Convert streafunction to meridional wind - tangent Linear.
[in] | geom | Geometry |
[in] | x | Streamfunction |
[out] | v | Meridional wind |
Definition at line 46 of file qg_convert_x_to_v_mod.F90.