/[MITgcm]/MITgcm_contrib/gael/matlab_class/gcmfaces_IO/write2nctiles.m
ViewVC logotype

Diff of /MITgcm_contrib/gael/matlab_class/gcmfaces_IO/write2nctiles.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22