How to merge 10 netcdf file to single netcdf file?

5 visualizaciones (últimos 30 días)
nazanin tavakoli
nazanin tavakoli el 21 de Nov. de 2020
Comentada: Image Analyst el 22 de Nov. de 2020
I have downloaded monthly mean wind speed of terraclimate data for 10 years (2001-2010) which have NetCDF format, but unfortunately, each year has a single NetCDF file, and I want to have a single wind speed which is from 2001 to 2010. Could anybody help me how can I do it?

Respuestas (1)

Image Analyst
Image Analyst el 21 de Nov. de 2020
Editada: Image Analyst el 21 de Nov. de 2020
See the FAQ:
Do you just need to input these files and collect them all into an overall master array of all values?
Do you need to combine them and write them out to a new, combined netcdf file? (I don't know how to do that - I've never written netcdf files back out but hopefully there is a function for that.)
  2 comentarios
nazanin tavakoli
nazanin tavakoli el 22 de Nov. de 2020
I mean I have 10 netcdf file and each of them has [longitude x latitude x time]. So that longitude, latitude and time are 8640, 4320 and 12 respectively. I want to merge/ combine these 10 files to one netcdf file which has [longitude x latitude x time] but longitude, latitude and time are 8640, 4320 and 120 respectively. Could you please help me?
Image Analyst
Image Analyst el 22 de Nov. de 2020
Maybe someone could have, if you had uploaded some input files. And what about the functions to read the netcdf and write netcdf? Are those built-in functions or do you need to supply us with those functions?

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by