pyart.correct.dealias.find_time_in_interp_sonde

pyart.correct.dealias.find_time_in_interp_sonde(interp_sonde, target)[source]

Find the wind parameter for a given time in a ARM interpsonde file.

Parameters :

interp_sonde : netCDF4.Dataset

netCDF4 object pointing to a ARM interpsonde file.

target : datetime

Target datetime, the closest time in the interpsonde file will be used.

Returns :

height : array

Heights above the ground for the time closest to target.

speed : array

Wind speeds at given height for the time closest to taget.

direction : array

Wind direction at given height for the time closest to target.

Previous topic

pyart.correct.dealias.dealias_fourdd

Next topic

pyart.correct.phase_proc.det_sys_phase

This Page