Slowly sampled variables (usually once per second or less) have upper case characters in their names, for example P, T, RH, Dir, Spd, U, and V.
Lower case is used for more rapidly sampled (usually 10/sec or more) eddy correlation variables,for example: t, u, v, w, and q.
Some derived variables have capitalized abbreviated names, using the symbol commonly used in the literature, for example H for sensible heat flux.
|
of sonic +V axis
|
||||
Full format of variable names: variable [. sensor ][. height_depth ][. site ]
variable : conventional name for variable being measured, from tables above. Note that temperature measurements of substances other than air should have the substance in the measurement name, like Tsoil, Telec, so that it won't be confused with an air temperature.
sensor : (optional) use sensor name if measurement is not unique, e.g.: u.ati & u.gill.
height_depth : (optional) height or depth, e.g. 3m, 10m, 8cm. Use height if otherwise the name is not unique or if it helps clarify the name.
site : (optional) tower or site name. This is usually only needed if there are multiple towers at a station doing redundant measurements. In NetCDF files, variables from multiple stations will have a station dimension, rather than different names.
covariance: varname1'varname2' u'v'
How to combine long names into a covariance:
Covariance of "u.atik.3m" and h2o.csi.3m: u'h2o'.(atik,csi).3m