proj_rtVs Subroutine

public subroutine proj_rtVs(radi, thet, ux, vy, projVR, projVT, undef)

projection of a uniform wind [(ux,vy) on Cartesian grids] to the radial and tangential components on the polar coordinate

Arguments

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

radial grid (m)

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

azimuthal grid (rad)

double precision, intent(in) :: ux

X-component of a uniform wind (m/s)

double precision, intent(in) :: vy

Y-component of a uniform wind (m/s)

double precision, intent(out) :: projVR(size(radi),size(thet))

radial wind

double precision, intent(out) :: projVT(size(radi),size(thet))

tangential wind

double precision, intent(in) :: undef

undefined value