/[MITgcm]/MITgcm_contrib/gael/matlab_class/gcmfaces_exch/exch_UV_ll.m
ViewVC logotype

Annotation of /MITgcm_contrib/gael/matlab_class/gcmfaces_exch/exch_UV_ll.m

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


Revision 1.1 - (hide annotations) (download)
Sun May 2 21:06:29 2010 UTC (15 years, 2 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65x, checkpoint65r, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, HEAD
migration of exchange routines to gcmfaces_exch

1 gforget 1.1 function [FLDU,FLDV]=exch_UV_ll(fldU,fldV);
2    
3     FLDUtmp=exch_T_N(fldU);
4     FLDVtmp=exch_T_N(fldV);
5    
6     FLDU=FLDUtmp;
7     FLDV=FLDVtmp;
8    
9     FLDU.f1=FLDUtmp.f1(2:end,2:end-1,:);
10     FLDV.f1=FLDVtmp.f1(2:end-1,2:end,:);
11    

  ViewVC Help
Powered by ViewVC 1.1.22