C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/rpa_layers/layers/LAYERS_SIZE.h,v 1.2 2009/09/16 18:04:49 jmc Exp $ C $Name: $ C ====================================================================== C * Compiled-in size options for the LAYERS package * C C - Just as you have to define Nr in SIZE.h, you must define the number C of vertical layers for isopycnal averaging so that the proper array C sizes can be declared in the LAYERS.h header file. C C - Variables - C nLayers :: the number if isopycnal layers (must match data.layers) C nFineGridMax :: the maximum number of points in the finer vertical grid C used for interpolation INTEGER Nlayers INTEGER FineGridMax PARAMETER( Nlayers = 20 ) PARAMETER( FineGridMax = 200 )