How can i sum up 56-year daily precipitation data from APHRODITE (netcdf file) into monthly?

5 Ansichten (letzte 30 Tage)
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.

Antworten (1)

Stephan
Stephan am 17 Apr. 2021
If you organize your data in a timetable you can use retime to sum up monthly.

Kategorien

Mehr zu Weather and Atmospheric Science finden Sie in Help Center und File Exchange

Produkte


Version

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by