orbit_proj_f.f90 File Reference
Functions/Subroutines | |
subroutine | orbit_proj_f |
Satellite orbit unit program. This is the main program to project the model data to the lat/lon/height satellite grid. A satellite file is required in the input call. The projection matrix is computed only once by nearest neighbor interpolation and stored in the "orb_dir" directory. Linear interpolation is used in the vertical dimension (height) More... | |
subroutine | proj_data (dBZ, ATT) |
Projects the input data using the orbital projection matrix and performs linear interpolation in height More... | |
Function/Subroutine Documentation
subroutine orbit_proj_f | ( | ) |
Satellite orbit unit program. This is the main program to project the model data to the lat/lon/height satellite grid. A satellite file is required in the input call. The projection matrix is computed only once by nearest neighbor interpolation and stored in the "orb_dir" directory. Linear interpolation is used in the vertical dimension (height)
- Date
- September 8th, 2016 - Initial version
|
private |
Projects the input data using the orbital projection matrix and performs linear interpolation in height
- Parameters
-
dBZ [inout] Reflectivity field [dBZ] ATT [inout] Attenuation [dB/km]
- Date
- September 8th, 2016 - Initial version