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 = 21 ) PARAMETER( FineGridMax = 200 )