Extracting data for only one season from a NetCDF file.

조회 수: 4 (최근 30일)
Ross O'Connell
Ross O'Connell 2019년 4월 4일
댓글: Sushovan Ghosh 2022년 2월 20일
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?

답변 (4개)

KSSV
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.
  댓글 수: 2
Ross O'Connell
Ross O'Connell 2019년 4월 4일
Hi KSSV. Thank you for your response but what you are suggesting does not work in my case.
KSSV
KSSV 2019년 4월 4일
Why?

댓글을 달려면 로그인하십시오.


Ross O'Connell
Ross O'Connell 2019년 4월 4일
편집: Ross O'Connell 2019년 4월 4일
I have no idea because I am new to MATLAB but this is the relevant section of my code...

Ross O'Connell
Ross O'Connell 2019년 4월 4일
NVM. I have figured this out with help from a friend. If anyone who finds this thred needs help with this issue then reply and I can share the code that was successful.

Olusola Ayantobo
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

카테고리

Help CenterFile Exchange에서 NetCDF에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by