conv_VxVy2VtVr_xy Subroutine

public subroutine conv_VxVy2VtVr_xy(x, y, xc, yc, Vx, Vy, Vt, Vr, undef)

Convert Vx and Vy to Vr and Vt on X-Y coordinates

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: x(:)

X-coordinate [m]

double precision, intent(in) :: y(:)

Y-coordinate [m]

double precision, intent(in) :: xc

X component of the center [m]

double precision, intent(in) :: yc

Y component of the center [m]

double precision, intent(in) :: Vx(size(x),size(y))

X-component of wind on X-Y coordinates

double precision, intent(in) :: Vy(size(x),size(y))

Y-component of wind on X-Y coordinates

double precision, intent(out) :: Vt(size(x),size(y))

tangential wind component on X-Y coordinates

double precision, intent(out) :: Vr(size(x),size(y))

radial wind component on X-Y coordinates

double precision, intent(in), optional :: undef

Undefined value