function [v0]=convert2widefaces(v0); %object: when mygrid.facesSize is non standard (i.e. % some faces were troncated in the files) this % routine expands them back to dimensions that % allow e.g. the exchanges to work gcmfaces_global; if ~isempty(mygrid.facesExpand); nn=mygrid.facesExpand(1); mm=mygrid.facesExpand(2); widefacesSize=[[nn mm];[nn mm];[nn nn];[mm nn];[mm nn]]; v0facesSize=[size(v0{1});size(v0{2});size(v0{3});size(v0{4});size(v0{5})]; v0facesSize=v0facesSize(:,1:2); test0=0