beam_conv_f.f90 File Reference

Functions/Subroutines

subroutine beam_conv_f
 This subroutine applies beam convolution to radar echo. Note that spatial sampling (or grid dimension and interval) remains unchanged. More...
 
subroutine conv_data (dBZ, ATT)
 Wrapper to apply the beam convolution to all grid points More...
 
Real function fov (nx, ny, FWHMx, FWHMy, radinp)
 This function applies a given beam pattern to a synthesized measurement. The beam pattern is defined by the FOV parameters defined in srsim_param.f90 More...
 

Function/Subroutine Documentation

subroutine beam_conv_f ( )

This subroutine applies beam convolution to radar echo. Note that spatial sampling (or grid dimension and interval) remains unchanged.

Author
Bernat P Treserras (berna.nosp@m.t.pt.nosp@m.reser.nosp@m.ras@.nosp@m.mcgil.nosp@m.l.ca) McGill University
Date
September 26nd, 2016 - Updated for SR-SIM
May, 2009 - Updated from convolv-fov.f by H. M.
subroutine beam_conv_f::conv_data ( real, dimension(:,:,:,:), intent(inout), allocatable  dBZ,
real, dimension(:,:,:,:), intent(inout), allocatable  ATT 
)
private

Wrapper to apply the beam convolution to all grid points

Parameters
dBZ[inout] Reflectivity field [dBZ]
ATT[inout] Attenuation [dB/km]
Author
Bernat P Treserras (berna.nosp@m.t.tr.nosp@m.esser.nosp@m.@mcg.nosp@m.ill.c.nosp@m.a) McGill University
Date
September 26nd, 2016 - Updated fro SR-SIM
May, 2009 - Updated from convolv-fov.f by H. M.
Real function beam_conv_f::fov ( integer, intent(in)  nx,
integer, intent(in)  ny,
real, intent(in)  FWHMx,
real, intent(in)  FWHMy,
real, dimension(ngridx,ngridy)  radinp 
)
private

This function applies a given beam pattern to a synthesized measurement. The beam pattern is defined by the FOV parameters defined in srsim_param.f90

Parameters
nx[in] X subscript index where the convolution will be applied
ny[in] Y subscript index where the convolution will be applied
FWHMx[in] Spatial cross-track field of view in [km]
FWHMy[in] Spatial down-track field of view in [km]
radinp[in] The field to be convoluted
Author
Bernat P Treserras (berna.nosp@m.t.tr.nosp@m.esser.nosp@m.@mcg.nosp@m.ill.c.nosp@m.a) McGill University
Date
September 26nd, 2016 - Updated fro SR-SIM
May, 2009 - Updated from convolv-fov.f by H. M.