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.
- Date
- September 26nd, 2016 - Updated for SR-SIM
- May, 2009 - Updated from convolv-fov.f by H. M.
|
private |
Wrapper to apply the beam convolution to all grid points
- Parameters
-
dBZ [inout] Reflectivity field [dBZ] ATT [inout] Attenuation [dB/km]
- Date
- September 26nd, 2016 - Updated fro SR-SIM
- May, 2009 - Updated from convolv-fov.f by H. M.
|
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
- Date
- September 26nd, 2016 - Updated fro SR-SIM
- May, 2009 - Updated from convolv-fov.f by H. M.