FV3 Bundle
meridional_wind_tl.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine meridional_wind_tl (v, x, nx, ny, deltax)
 Calculate meridional wind component - Tangent Linear. More...
 

Function/Subroutine Documentation

◆ meridional_wind_tl()

subroutine meridional_wind_tl ( 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 - Tangent Linear.

Since the operator is linear, we just call meridional_wind.

Parameters
[in]nxZonal grid dimension
[in]nyMeridional grid dimension
[out]vMeridional wind increment
[in]xStreamfunction increment
[in]deltaxZonal grid spacing (non-dimensional)

Definition at line 14 of file meridional_wind_tl.f90.

Here is the call graph for this function:
Here is the caller graph for this function: