Calculating anomalies to create a map
Ältere Kommentare anzeigen
Hi all,
I have the zscores for the years with high precipitation and low precipitation I am trying to calculate the difference in precipitation between high years and low years. For each grid. The data set is for precipitation with the dimensions of x=141, y=71 and t=38. After that I will try to display on the map the significance by using a student test of means. My code for the first part of is the following but it not working as my expectation. Rain file contains the raw data, out contain the z-scores and mean rain contain rain average.
Thanks for your help
for x=1:141
for y=1:71
z(x,y)=rain(x,y)-MeanRain
end
end
2 Kommentare
darova
am 25 Okt. 2019
Can you show your result and the result you expect to see?
desert_scientist90
am 25 Okt. 2019
Antworten (1)
Gurumoorthi K
am 16 Jun. 2023
0 Stimmen
Hi,
I hope you might have completed anomaly. Can you pleace share how to calculate SST anomaly from 1982-2022. I am using dridded netcdf file.
Kategorien
Mehr zu Oceanography and Hydrology finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!