source: branches/2016/dev_v3.20_2016_platelet/SOURCES/source_3.20/para.com @ 26

Last change on this file since 26 was 6, checked in by vancop, 8 years ago

initial import of v3.20 /Users/ioulianikolskaia/Boulot/CODES/LIM1D/ARCHIVE/TMP/LIM1D_v3.20/

File size: 824 bytes
Line 
1!-------------------------------------------------------------------------------
2!
3! para.com - basic model parameters
4!
5 
6! size of the domain (from CLIO model, obsolete)
7      PARAMETER ( imax = 1 , jmax = 1 , kmax = 130 )
8      PARAMETER ( nbpt=imax*jmax )
9 
10
11      PARAMETER ( maxnlay  = 35 )        ! maximum number of vertical levels
12      PARAMETER ( nlay_bio = 10 )        ! number of levels in the bio-grid
13      PARAMETER ( ntra_bio_max = 28  )   ! maximum number of tracers
14      PARAMETER ( n_forc = 11 )          ! number of forcing fields
15      PARAMETER ( numout   = 84 )        ! reference number of the output file
16
17      PARAMETER ( jpl = 1 )              ! number of ice categories (should be removed)
18 
19!-- end of the file
20!-------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.