C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/jscott/pkg_atm2d/Attic/OCNSIZE.h,v 1.2 2007/08/21 16:06:21 jscott dead $ C $Name: $ C /==========================================================\ C | OCN_SIZE.h Declare size of underlying computational grid | C | for ocean component. | C \==========================================================/ C Nx_ocn - No. points in X for the total domain. C Ny_ocn - No. points in Y for the total domain. INTEGER Nx_ocn INTEGER Ny_ocn PARAMETER ( & Nx_ocn = 90, & Ny_ocn = 44)