Turning 3d array into climatology data
2 次查看(过去 30 天)
显示 更早的评论
Hi there!
So I have monthly gridded datasets in lat/lon/time(monthly): Example:
>> whos KoppenD_airT
Name Size Bytes Class Attributes
KoppenD_airT 360x720x361 374284800 single
>> whos KoppenDsa_airT
Name Size Bytes Class Attributes
KoppenDsa_airT 360x720x361 374284800 single
>> whos KoppenDsb_airT
Name Size Bytes Class Attributes
KoppenDsb_airT 360x720x361 374284800 single
I need to create climatologies of these regions so that I can plot monthly changes in temperature over my 30 year climate period. What is the best way to do this?
Thanks a bunch!
2 个评论
reddy
2014-7-30
hello kate,
I am working on weekly,monthly and yearly climatology. Did your doubt clarified..??
I am also having similar doubt, if you could clarify my doubt, write it on the wall thanks in advance.
the wind data is weekly data from 1999 to 2009. now i would like to make monthly climatology and yearly climatology. how to do that...?
z = ncread('uwind_weekly_quick.nc','U');
whos z
Name Size Bytes Class Attributes
z 360x160x574 264499200 double
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Weather and Atmospheric Science 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!