% clamp_aws_public_read.m % matlab code to read matlab data from the public data base of clamp data % data is split into two parts with common variable names. Hence it is best % to read in one file or the other. If you want to analyse the full 8 % years, then best to append variables. % aws data 1996:2000 load clamp_aws.mat % and pico data 2001:2003 load clamp_pico.mat % variables are: % sd (serial day) location ws wd p volt % t1 q1 rh1 rhi1 theta1 % t0 q0 rh0 rhi0 theta0 % dthetadz rho tau shfx lhfx % ppert cloud % see documentation for more details