-1

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!

Mihir Sharma
  • 51
  • 1
  • 7

1 Answers1

0

I would recommend program "cdo" and more precisely operator "mergetime". For example: cdo mergetime ncfile1 ncfile2 outputfile

msi_gerva
  • 2,021
  • 3
  • 22
  • 28