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

Contents of /MITgcm_contrib/tides/test_bc_grid.m

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


Revision 1.2 - (show annotations) (download)
Mon Mar 25 08:58:45 2013 UTC (11 years, 1 month ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -1 lines
Modifications by Xiaochun Wang so that tidal phase for obcs_add_tides.F
is specified in seconds.

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

  ViewVC Help
Powered by ViewVC 1.1.22