!------------------------------------------------------------------------------- ! ! para.com - basic model parameters ! ! size of the domain (from CLIO model, obsolete) PARAMETER ( imax = 1 , jmax = 1 , kmax = 130 ) PARAMETER ( nbpt=imax*jmax ) PARAMETER ( maxnlay = 35 ) ! maximum number of vertical levels PARAMETER ( nlay_bio = 10 ) ! number of levels in the bio-grid PARAMETER ( ntra_bio_max = 28 ) ! maximum number of tracers PARAMETER ( n_forc = 11 ) ! number of forcing fields PARAMETER ( numout = 84 ) ! reference number of the output file PARAMETER ( jpl = 1 ) ! number of ice categories (should be removed) !-- end of the file !-------------------------------------------------------------------------------