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 |
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'); |