/[MITgcm]/MITgcm_contrib/gael/matlab_class/gcmfaces_IO/rdmds2gcmfaces.m
ViewVC logotype

Diff of /MITgcm_contrib/gael/matlab_class/gcmfaces_IO/rdmds2gcmfaces.m

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

revision 1.4 by gforget, Sun Aug 3 20:30:11 2014 UTC revision 1.5 by gforget, Fri Mar 17 17:41:56 2017 UTC
# Line 1  Line 1 
1  function [fldOut]=rdmds2gcmfaces(varargin);  function [fldOut,IT,M]=rdmds2gcmfaces(varargin);
2  %object:    read with rmds then apply convert2gcmfaces  %object:    read with rmds then apply convert2gcmfaces
3  %input:     varargin are the options to pass to rdmds (type help rdmds)  %input:     varargin are the options to pass to rdmds (type help rdmds)
4  %output:    fldOut is a gcmfaces object  %output:    fldOut is a gcmfaces object
# Line 8  function [fldOut]=rdmds2gcmfaces(varargi Line 8  function [fldOut]=rdmds2gcmfaces(varargi
8    
9  gcmfaces_global;  gcmfaces_global;
10    
11  v0=rdmds(varargin{1:end});  [v0,IT,M]=rdmds(varargin{1:end});
12    
13  nn=size(v0);  nn=size(v0);
14  test1=isfield(mygrid,'xtrct');  test1=isfield(mygrid,'xtrct');

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

  ViewVC Help
Powered by ViewVC 1.1.22