how to merge multi netcdf files in single

7 Ansichten (letzte 30 Tage)
HN
HN am 18 Jun. 2019
Kommentiert: HN am 19 Jun. 2019
Hello all, I have downloaded the mean sea level pressure data from the ECMWF dataset for 12 month. I am trying to create single combined file e.g. msl.2007.nc of separate monthly files e.g. msl.2007_jan.nc, ms.2007_feb.nc.
Thanks a lot.

Antworten (1)

KSSV
KSSV am 18 Jun. 2019
  1. REad the first file for lat, lon , data dimensions.
  2. Run a loop for each file.
  3. Read data using ncread inside loop for every file.
  4. Write this data into output nc file.
YOu need to know only two functions ncread and ncwrite.
  5 Kommentare
KSSV
KSSV am 18 Jun. 2019
Attache few files here in a zip.
HN
HN am 19 Jun. 2019
Required files are attached.
thanks a lot

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Data Import and Export finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by