/[MITgcm]/MITgcm/utils/matlab/mnc_assembly.m
ViewVC logotype

Diff of /MITgcm/utils/matlab/mnc_assembly.m

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

revision 1.4 by mlosch, Tue Feb 8 08:45:58 2005 UTC revision 1.5 by edhill, Tue Aug 2 19:43:21 2005 UTC
# Line 28  function [nt,nf] = mnc_assembly(fpat,var Line 28  function [nt,nf] = mnc_assembly(fpat,var
28  %  %
29  % where "X,Y.Z,T" are global space/time indicies, "Xf,Yf" are local  % where "X,Y.Z,T" are global space/time indicies, "Xf,Yf" are local
30  % per-face spatial indicies, and "F" is a face index.  % per-face spatial indicies, and "F" is a face index.
31    %
32    % An example of how to use this script is:
33    %
34    %   vars = struct([]);
35    %   vars(1).name = 'iter';
36    %   vars(2).name = 'U';
37    %   vars(3).name = 'Unk';
38    %   vars(4).name = 'V';
39    %   vars(5).name = 'Temp';
40    %   vars(6).name = 'S';
41    %   fpat = 'exp0_20041126_0001/state.0000.%06d.nc';
42    %   [nt,nf] = mnc_assembly(fpat,vars);
43    %
44    % and the resutlt is written as "all.00000.nc"
45    
46    
47  %=====  Argument checking and defaults  =====  %=====  Argument checking and defaults  =====

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

  ViewVC Help
Powered by ViewVC 1.1.22