FV3 Bundle
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | calc_pv_ad (pv, x, nx, ny, f1, f2, deltax, deltay) |
Calculate potential vorticity - Adjoint. More... | |
subroutine calc_pv_ad | ( | real(kind=kind_real), dimension(nx,ny,2), intent(inout) | pv, |
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) | f1, | ||
real(kind=kind_real), intent(in) | f2, | ||
real(kind=kind_real), intent(in) | deltax, | ||
real(kind=kind_real), intent(in) | deltay | ||
) |
Calculate potential vorticity - Adjoint.
[in] | nx | Zonal grid dimension |
[in] | ny | Meridional grid dimension |
[in,out] | pv | PV adjoint variable |
[in,out] | x | Streamfunction adjoint variable |
[in] | f1 | Coefficient in PV operator |
[in] | f2 | Coefficient in PV operator |
[in] | deltax | Zonal grid spacing (non-dimensional) |
[in] | deltay | Meridional grid spacing (non-dim) |
[in] | deltay | – TL of this is identity. –> |
[in] | deltay | – TL of this is identity. –> |
[in] | deltay | – TL of this is identity. –> |
Definition at line 12 of file calc_pv_ad.f90.