/[MITgcm]/MITgcm_contrib/gael/matlab_class/@gcmfaces/exch_UV.m
ViewVC logotype

Diff of /MITgcm_contrib/gael/matlab_class/@gcmfaces/exch_UV.m

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

revision 1.1 by gforget, Wed Feb 10 14:43:47 2010 UTC revision 1.2 by gforget, Thu Oct 20 20:57:01 2011 UTC
# Line 1  Line 1 
1  function [aU,aV]=exch_UV(bU,bV);  function [aU,aV]=exch_UV(bU,bV);
2    %special exchange routine for velocity points
3    
4  if strcmp(bU.gridType,'llc');  if strcmp(bU.gridType,'llc');
5     [aU,aV]=exch_UV_llc(bU,bV);     [aU,aV]=exch_UV_llc(bU,bV);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22