|
FV3 Bundle
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | invert_pv_tl (x, pv, nx, ny, deltax, deltay, F1, F2) |
| Invert potential vorticity - Tangent Linear. More... | |
| subroutine invert_pv_tl | ( | real(kind=kind_real), dimension(nx,ny,2), intent(out) | x, |
| real(kind=kind_real), dimension(nx,ny,2), intent(in) | pv, | ||
| integer, intent(in) | nx, | ||
| integer, intent(in) | ny, | ||
| real(kind=kind_real), intent(in) | deltax, | ||
| real(kind=kind_real), intent(in) | deltay, | ||
| real(kind=kind_real), intent(in) | F1, | ||
| real(kind=kind_real), intent(in) | F2 | ||
| ) |
Invert potential vorticity - Tangent Linear.
| [in] | nx | Zonal grid dimension |
| [in] | ny | Meridional grid dimension |
| [out] | x | Streamfunction increment |
| [in] | pv | Potential vorticity increment |
| [in] | deltax | Zonal grid spacing (non-dimensional) |
| [in] | deltay | Meridional grid spacing (non-dimensional) |
| [in] | f1 | Coefficient in PV operator |
| [in] | f2 | Coefficient in PV operator |
Definition at line 12 of file invert_pv_tl.f90.