repo.or.cz
/
wrf-fire-matlab.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
taking computing of the divergence load F outside of hexa
[wrf-fire-matlab.git]
/
netcdf
/
ncread.m
blob
f1f415382750d12ad03faec8ebb8f29542647e40
1
function a=ncread(filename,varname)
2
% a=ncread(filename,varname)
3
% return one variable as matlab array without extra dimensions
4
5
% Jan Mandel, September 2008
6
7
a=ncextract(ncdump(filename,varname));
8
end