Does anyone can help I need to merge multi netcdf files in one file in matlab?
for example I have 52 netcdf files
all files have same dimensions 12*180*360 time*lat*lon
and the final file should be 624*180*360
help greatly appreciated
cheers
toti
Does anyone can help I need to merge multi netcdf files in one file in matlab?
for example I have 52 netcdf files
all files have same dimensions 12*180*360 time*lat*lon
and the final file should be 624*180*360
help greatly appreciated
cheers
toti
The easiest option is using NCO tools in Unix. Just concatenate using "ncrcat" or "ncecat" commands. Haven't tried such things in matlab yet, there may be someways, but seems bit hard as you need to read in files.
Bookmarks