Parent Directory
|
Revision Log
|
Revision Graph
remove old atm2d pkg repository
1 | jscott | 1.2 | C $Header: /u/gcmpack/MITgcm_contrib/jscott/pkg_atm2d/OCNSIZE.h,v 1.1 2006/08/11 18:55:51 jscott Exp $ |
2 | jscott | 1.1 | 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 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |