Parent Directory
|
Revision Log
|
Revision Graph
matlab_class: backward compatibility routines
| 1 | gforget | 1.1 | function [fldOut]=rdmds2gcmfaces(fileName,varargin); |
| 2 | |||
| 3 | if nargin==3; tt=varargin{1}; nFaces=varargin{2}; | ||
| 4 | elseif nargin==2; tt=varargin{1}; nFaces=5; | ||
| 5 | else; tt=[]; nFaces=5; | ||
| 6 | end; | ||
| 7 | |||
| 8 | if ~isempty(tt); v0=rdmds(fileName,tt); else; v0=rdmds(fileName); end; | ||
| 9 | |||
| 10 | fldOut=convert2gcmfaces(v0,nFaces); | ||
| 11 |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |