Extracting data for only one season from a NetCDF file.
1 次查看(过去 30 天)
显示 更早的评论
Hi all. I am working with a NetCDF of ocean wave characteristics for calculating the wave power off Ireland's west coast. The data has a time series of 3 years and I want to do a season by season analysis and so need to call the individual seasons from the file (eg. the March, April and May data for Spring, the June, July and August data for summer etc.). Does anyone have experience with this?
0 个评论
回答(4 个)
KSSV
2019-4-4
Read about ncread. FIrst read the time data.......pick the required time using datevec / datetime/ datestr. Once you have indices of these...pick only these indices data using ncread.
Olusola Ayantobo
2019-9-16
Hi Ross, Please i'm interested in extracting data for seasons. Please can you share your code with me? Thanks
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 NetCDF 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!