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

Annotation of /MITgcm_contrib/tides/test_bc_grid.m

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


Revision 1.1 - (hide annotations) (download)
Thu Mar 21 01:30:27 2013 UTC (12 years, 3 months ago) by dimitri
Branch: MAIN
adding Xiochun Wang's scripts for computing tidal forcing for regional
MITgcm configurations

1 dimitri 1.1 % Testing the script to generate bc grid files
2     %
3     % XC WANG
4    
5     nx=640;
6     ny=640;
7     nz = 70 ;
8     ny_north = 639 ;
9    
10     dir_in = '/data17/XCW_output/Grid/data/' ;
11    
12     %create_bc_grid_north(dir_in, ny, ny,nz,ny_north);
13    
14     cbdry='n' ;
15     create_bc_grid(dir_in, ny, ny,nz,cbdry);
16    
17    
18     cbdry='s' ;
19     create_bc_grid(dir_in, ny, ny,nz,cbdry);
20    
21     cbdry='w' ;
22     create_bc_grid(dir_in, ny, ny,nz,cbdry);
23    
24     cbdry='e' ;
25     create_bc_grid(dir_in, ny, ny,nz,cbdry);
26     break

  ViewVC Help
Powered by ViewVC 1.1.22