Campbell Scientific AP200 CO2/H2O Atmospheric Profile System User Manual

Page 94

Advertising
background image

Appendix E. Temperature Profile

Example 1: temperature probes disabled:

Const N_AirTemps = 0 'number of 107-L temperature sensors to measure

(may be 1 to 8), or zero to disable air temperature measurements

Example 2: measure eight temperature probes:

Const N_AirTemps = 8 'number of 107-L temperature sensors to measure

(may be 1 to 8), or zero to disable air temperature measurements

The value of this constant will determine how large to allocate the data array

T_air(), how many measurements to make, and how many temperatures to

record in the output tables.

Data

The real-time air temperature measurements can be found in public variable

T_air(N_AirTemps). T_air(1) will be the air temperature in °C, measured by

the probe wired to SE1. Additional probes wired to consecutive channels will

be in consecutive elements of

T_air().

The air temperature profile data will be saved in output tables

RawData,

SiteAvg, CalAvg, and IntAvg.

E-2

Advertising