[Thread Prev][Thread Next][Index]

[ferret_users] LEVITUS Ocean Data/FERRET shows differing results



Dear FERRET Users,

I have LEVITUS Ocean data at 16 depth layers over entire globe. I was trying to calculate time series averaged over entire depth and entire global scale.
I tried the following two ways but didn't understand why the results of both two ways are not exactly overlapping?
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1st Way
use tanom_1955-2004_missing_value.nc
let RedSea=t_an[k=1:16@ave]
let anom1=RedSea[x=30E:45E@ave,y=10N:30N@ave]
plot/l=1:200 anom1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!2nd Way
let RedSea2=t_an[x=30E:45E@ave,y=10N:30N@ave]
let anom2=RedSea2[k=1:16@ave]
plot/l=1:200/over anom2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement