Info

This question is closed. Reopen it to edit or answer.

Extraction of data from huge netcdf files

1 view (last 30 days)
Dusan Jovanovic
Dusan Jovanovic on 10 Apr 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
Is there a way to speed up process of data extraction from netcdf file in matlab. I am using netcdf.inqVarID and netcdf.getVar(ncid,varid,start,count). nc file containes results from a 3D model simulation, and for example one variable can be 19651x65521 matrix. I need data at one point which gets me to a piece of this matrix of 20x65521. But still when I do the analysis of time spent by script and functions 95 percent is spent on getVar. Is there a way to speed this up?
  1 Comment
N/A
N/A on 5 Aug 2015
Hey there,
I'm still looking for the excat same answer... Have you found anything yet?
Cheers Tobi

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!