Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.8 by gforget, Sat May 7 15:21:57 2016 UTC | revision 1.9 by gforget, Thu Feb 23 18:13:42 2017 UTC | |
---|---|---|
# | Line 168 if doCreate; | Line 168 if doCreate; |
168 | else;%to allow for large file: | else;%to allow for large file: |
169 | mode='NETCDF4'; | mode='NETCDF4'; |
170 | end; | end; |
171 | ncid=nccreate(fileTile,mode); | ncid=nccreateFile(fileTile,mode); |
172 | nc_global=netcdf.getConstant('NC_GLOBAL'); | nc_global=netcdf.getConstant('NC_GLOBAL'); |
173 | ||
174 | if ~isempty(rdm); | if ~isempty(rdm); |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |