FV3 Bundle
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | meridional_wind_ad (v, x, nx, ny, deltax) |
Calculate meridional wind component - Adjoint. More... | |
subroutine meridional_wind_ad | ( | real(kind=kind_real), dimension(nx,ny,2), intent(inout) | v, |
real(kind=kind_real), dimension(nx,ny,2), intent(inout) | x, | ||
integer, intent(in) | nx, | ||
integer, intent(in) | ny, | ||
real(kind=kind_real), intent(in) | deltax | ||
) |
Calculate meridional wind component - Adjoint.
[in] | nx | Zonal grid dimension |
[in] | ny | Meridional grid dimension |
[in,out] | v | Meridional wind adjoint variable |
[in,out] | x | Streamfunction adjoint variable |
[in] | deltax | Zonal grid spacing (non-dimensional) |
Definition at line 12 of file meridional_wind_ad.f90.