General Programs Used in the Doppler Analysis

Description

General purpose C programs used in the Doppler Analysis, and a makefile to compile them. All but unfoldit.c and ctrap_rg.c make use of the Candis library.

Contents

Type Size Name Notes
makefile 2kB Makefile Makefile that can be used to compile all the programs.
C source 8kB cdfdefint_exp.c A modified version of Candis's cdfdefint. Computes a definite integral on the specified dimension of all fields with that dimension, leaving them with one fewer dimensions.
C source 7kB cdffmean.c A modification of Candis's cdfmean.
C source 6kB cdfinteg_exp.c

A modification of Candis's cdfinteg. Takes the integral of a specified field with respect to a specified index field.

C source 7kB cdfmax.c
C source 10kB cdfray_ct.c Common thresholds for reflectivity and radial along the ray.
C source 10kB cdfraydbz.c
C source 26kB cdfrayrv.c Work on radial velocities along ray.
C source 8kB ctrap_rg.c This function is meant to be used as a core routine in Candis programs that perform integrals of functions sampled on regular grids. The order of integration preceeds in the order of the index variable -- direct order.
C source 11kB getp3rec.c A modification of Candis's getp3rec. Reads a P-3 record from standard input that has been written to disk using rtape with the record headers enabled, and returns the record size in shorts.
C source 37kB hrdrad-exp.c A modification of Candis's hrdrad. Converts HRD P-3 data to Candis format.
C source 38kB radcart6.c A modification of Candis's radcart5. Interpolates radar data to a Cartesian coordinate system.
C source 21kB radfills.c
C source 3kB unfoldit.c Does a simple unfolding scheme.