proj_Vs Subroutine

public subroutine proj_Vs(xcent, ycent, xx, yy, ux, vy, projV, undef)

projection of a uniform wind [(ux,vy) on Cartesian grids] to the line-of-sight component along the radar beam

Arguments

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

Radar location (x or lon)

double precision, intent(in) :: ycent

Radar location (y or lat)

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

x coordinate (x or lon)

double precision, intent(in) :: yy(size(xx,1),size(xx,2))

y coordinate (y or lat)

double precision, intent(in) :: ux

X component of the uniform wind (m/s)

double precision, intent(in) :: vy

Y component of the uniform wind (m/s)

double precision, intent(out) :: projV(size(xx,1),size(xx,2))

line-of-sight component on (xx,yy)

double precision, intent(in) :: undef

undefined value