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)

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 8th, 2016 - Initial version
subroutine orbit_proj_f::proj_data ( real, dimension(:,:,:,:), intent(inout), allocatable  dBZ,
real, dimension(:,:,:,:), intent(inout), allocatable  ATT 
)
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]
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 8th, 2016 - Initial version