Dear FERRET Users,
Although my question is very simple but need to make sure. How does generally people calculate Volume mean ocean temperature change time series from monthly data? I 'm doing it as follows but wanted to make sure if some one knows exact formula used in literature or by Levitus etc. set reg/t="1-jan-2000":"1-dec-2009" Let OceanTemp=temp[x=@ave,y=@ave,z=@ave,d=1] - temp[x=@ave,y=@ave,z=@ave,d=2] !!!!!temp is potential temp at different ocean depths (layes) and d=1 & d=2 represents to perturbed and controlled run. Thanks, Dogar |