tdrecalc

In a CPD2 data stream, add a calculated dewpoint then calculate an RH from that dewpoint and another temperature.

Command Line Usage

tdrecalc T_IN U_IN T_OUT

Arguments

T_IN

The variable name of the input temperature for the dewpoint (e.x. “T_V13”).

U_IN

The variable name of the input humidity for the dewpoint (e.x. “U_V13”).

T_OUT

The variable name of the temperature to calculate the relative humidity for (e.x. “T_S11”).

Example Usage

data.get ugr S11a,X2a,X3a 2014-04-01 1d | tdrecalc T_V13 U_V13 T_S11