/[MITgcm]/MITgcm_contrib/mitgcm_tools/nc_add.m
ViewVC logotype

Diff of /MITgcm_contrib/mitgcm_tools/nc_add.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by adcroft, Wed Jun 2 19:15:06 2004 UTC revision 1.2 by jmc, Wed Jun 2 19:45:46 2004 UTC
# Line 25  function [] = nc_add(nc,shortName,longNa Line 25  function [] = nc_add(nc,shortName,longNa
25  %  %
26  % $Header$  % $Header$
27    
28  if shortName == grid{1}  if strcmp(shortName,grid{1})
29   nc(shortName) = length(var);   nc(shortName) = length(var);
30  end  end
31    

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

  ViewVC Help
Powered by ViewVC 1.1.22