1 |
jscott |
1.1 |
C $Header: /u/gcmpack/MITgcm/verification/cpl_aim+ocn/code_cpl/OCNSIZE.h,v 1.1 2003/12/15 21:05:19 jmc Exp $ |
2 |
|
|
C $Name: $ |
3 |
|
|
|
4 |
|
|
C /==========================================================\ |
5 |
|
|
C | OCN_SIZE.h Declare size of underlying computational grid | |
6 |
|
|
C | for ocean component. | |
7 |
|
|
C \==========================================================/ |
8 |
|
|
C Nx_ocn - No. points in X for the total domain. |
9 |
|
|
C Ny_ocn - No. points in Y for the total domain. |
10 |
|
|
INTEGER Nx_ocn |
11 |
|
|
INTEGER Ny_ocn |
12 |
|
|
PARAMETER ( |
13 |
|
|
& Nx_ocn = 90, |
14 |
|
|
& Ny_ocn = 44) |
15 |
|
|
|