/[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.2 by gforget, Sat Feb 1 18:19:26 2014 UTC revision 1.3 by gforget, Sun Feb 2 01:47:38 2014 UTC
# Line 111  if doCreate; Line 111  if doCreate;
111    %-------------------    %-------------------
112    ncid=nccreate(fileTile,'NETCDF4');    ncid=nccreate(fileTile,'NETCDF4');
113    
114    if ~isempty(rdm); descr=[descr ' -- ' rdm{1}]; end;    if ~isempty(rdm);
115        descr2=[descr ' -- ' rdm{1}];
116      else;
117        descr2=descr;
118      end;
119    ncputAtt(ncid,'','description',descr);    ncputAtt(ncid,'','description',descr);
120    for pp=2:length(rdm);    for pp=2:length(rdm);
121    tmp1=char(pp+63);    tmp1=char(pp+63);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22