|
FV3 Bundle
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | meridional_wind (v, x, nx, ny, deltax) |
| Calculate meridional wind component from the streamfunction. More... | |
| subroutine meridional_wind | ( | real(kind=kind_real), dimension(nx,ny,2), intent(out) | v, |
| real(kind=kind_real), dimension(nx,ny,2), intent(in) | x, | ||
| integer, intent(in) | nx, | ||
| integer, intent(in) | ny, | ||
| real(kind=kind_real), intent(in) | deltax | ||
| ) |
Calculate meridional wind component from the streamfunction.
Nothing fancy. It's just a standard centred finite difference.
| [in] | nx | Zonal grid dimension |
| [in] | ny | Meridional grid dimension |
| [out] | v | Meridional wind |
| [in] | x | Streamfunction |
| [in] | deltax | Zonal grid spacing (non-dimensional) |
Definition at line 15 of file meridional_wind.f90.