/[MITgcm]/MITgcm_contrib/tides/test_tide_bc.m
ViewVC logotype

Diff of /MITgcm_contrib/tides/test_tide_bc.m

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

revision 1.1 by dimitri, Thu Mar 21 01:30:27 2013 UTC revision 1.3 by dimitri, Mon Mar 25 21:54:41 2013 UTC
# Line 4  Line 4 
4    
5    
6  % User need to replace the CAT directory here  % User need to replace the CAT directory here
7    %addpath /data17/home/xiao/CAT/Tool/TMD2.03    
8  %  %
9  addpath /data17/home/xiao/Mat_Tools/MITgcm_Tool  addpath /data1/cube/ecco2_tools/CATS/Tool/TMD2.03
10    %
11    % addpath /data17/home/xiao/Mat_Tools/MITgcm_Tool
12    
13    % Time for nodal correction
14  time_nodal = datenum(1979, 1, 1,0, 0,0) ;    time_nodal = datenum(1979, 1, 1,0, 0,0) ;  
15    
16  nx=640;  nx=640;
17  ny=640;    ny=640;  
18  cbdry_used={'s','n', 'w'} ;  %cbdry_used={'s','n', 'w'} ;
19  tide_num = [1 2 3 4 5 6 7 8] ;  tide_num = [1 2 3 4 5 6 7 8] ;
 %tide_num = [5] ;    
20    
21    cbdry_used={'s'} ;
22    %tide_num = [1] ;
23    
24  timec = create_tide_bc_4bdry(nx, ny, cbdry_used,tide_num,time_nodal) ;    %timec = create_tide_bc_4bdry(nx, ny, cbdry_used,tide_num,time_nodal) ;  
25     create_tide_bc_second(nx, ny, cbdry_used,tide_num,time_nodal) ;  
26    
27  cbdry_empty={'e'} ;  % Create a dummy boundary condition file for east boundary
28  tide_bc_empty(nx, ny, cbdry_empty,tide_num);    %cbdry_empty={'e'} ;
29    %tide_bc_empty(nx, ny, cbdry_empty,tide_num);  

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

  ViewVC Help
Powered by ViewVC 1.1.22