/[MITgcm]/MITgcm_contrib/gael/profilesMatlabProcessing/profiles_misc/MITprof_concat.m
ViewVC logotype

Diff of /MITgcm_contrib/gael/profilesMatlabProcessing/profiles_misc/MITprof_concat.m

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

revision 1.1 by gforget, Mon Nov 8 19:46:01 2010 UTC revision 1.2 by gforget, Thu Jan 27 05:10:42 2011 UTC
# Line 2  function [MITprof]=MITprof_concat(MITpro Line 2  function [MITprof]=MITprof_concat(MITpro
2  %   [MITprof]=MITprof_concat(MITprof1,MITprof2);  %   [MITprof]=MITprof_concat(MITprof1,MITprof2);
3  %   concatenates MITprof1 and MITprof2, which mut  %   concatenates MITprof1 and MITprof2, which mut
4  %   have the same vertical grid  %   have the same vertical grid
5    %
6    
7  MITprof=MITprof1;  MITprof=MITprof1;
8  fldNames=fieldnames(MITprof);  fldNames=fieldnames(MITprof);
# Line 32  end; Line 33  end;
33  %--------------------  %--------------------
34  MITprof.np=length(MITprof.prof_lon);  MITprof.np=length(MITprof.prof_lon);
35  MITprof.nr=length(MITprof.prof_depth);  MITprof.nr=length(MITprof.prof_depth);
36    MITprof.list_descr=unique(MITprof.prof_descr);
37    MITprof.nd=length(MITprof.list_descr);
38    

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

  ViewVC Help
Powered by ViewVC 1.1.22