I am new to NetCDF files. I have daily data on global sea surface temperature from 1981-2014 from NOOA's AVHRR Pathfinder data version 5.3. The dataset consists of 365x2 .nc files for each year: one each for night and day temperatures for each day in a given year.
I wish to merge the various daily .nc files of each year into one annual .nc file for each year. What is the most efficient way of doing this? I have explored the nco
package using Anaconda but I'm running into problems. Any help would be greatly appreciated!