How can i sum up 56-year daily precipitation data from APHRODITE (netcdf file) into monthly?
조회 수: 1 (최근 30일)
이전 댓글 표시
Greetings!
A good day to you. I am here asking on your expertise to please lend me your hand or rather mind in solving my not-so-complicated matlab problem, so here it goes.
My problem this time is that i don't know how to sum-up the daily precipitation in their respective months from my Aphrodite data. I am so confused and out-of- ideas as to how can I exract or formulate my needed data. Please lend me your expertise.
I have the following data:
lon = 60x1 double
lat = 80x1 double
date = 20819x6 double (Daily data from January 1 of 1951 to December 31 2007)
precip = 60x80x20816 double
My ultimate goal is to group them (daily data) into their monthly form.
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 NetCDF에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!