/[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.5 by gforget, Mon Feb 3 19:47:50 2014 UTC revision 1.6 by gforget, Sun Jan 18 14:07:15 2015 UTC
# Line 140  if doCreate; Line 140  if doCreate;
140    %-------------------    %-------------------
141  % ncid=nccreate(fileTile,'NETCDF4');%to allow for big files  % ncid=nccreate(fileTile,'NETCDF4');%to allow for big files
142    ncid=nccreate(fileTile,'clobber');    ncid=nccreate(fileTile,'clobber');
143      nc_global=netcdf.getConstant('NC_GLOBAL');
144    
145    if ~isempty(rdm);    if ~isempty(rdm);
146      descr2=[descr ' -- ' rdm{1}];      descr2=[descr ' -- ' rdm{1}];

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22