I have yearly mean SST (3D: lon X lat X time) data for 100 years. Using this data I want to calculate yearly anomaly SST data. What is the procedure to do this in ferret?
Answer is expected: how to do it using "repeat" loop in ferret over time-steps and subtracting climatological mean from every time-steps. (Any other solution is also ok)