/[MITgcm]/MITgcm_contrib/torge/itd/code/SEAICE_SIZE.h
ViewVC logotype

Annotation of /MITgcm_contrib/torge/itd/code/SEAICE_SIZE.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download)
Mon Oct 22 19:30:34 2012 UTC (12 years, 9 months ago) by heimbach
Branch: MAIN
Changes since 1.2: +9 -5 lines
File MIME type: text/plain
Move ITD param. from SIZE.h to SEAICE_SIZE.h

1 heimbach 1.3 C $Header: /u/gcmpack/MITgcm_contrib/torge/itd/code/SEAICE_SIZE.h,v 1.2 2012/04/27 22:25:23 dimitri Exp $
2 dimitri 1.1 C $Name: $
3    
4     #ifdef ALLOW_SEAICE
5    
6     CBOP
7     C !ROUTINE: SEAICE_SIZE.h
8     C !INTERFACE:
9     C #include SEAICE_SIZE.h
10    
11     C !DESCRIPTION:
12     C Contains seaice array-size definition (number of tracers,categories).
13    
14     C SItrMaxNum :: number of passive tracers to allocate
15     C MULTDIM :: number of seaice categories to allocate
16     CEOP
17    
18     C- Maximum Number of categories
19     INTEGER MULTDIM
20 heimbach 1.3 C--
21     #ifdef SEAICE_ITD
22 dimitri 1.2 CToM<<<
23 heimbach 1.3 C nITD defines number of ice thickness categories,
24     C i.e. size of additional dimension to AREA, HEFF, HSNOW, etc.
25     C Bitz et al. (2001, JGR) suggest a minimum of nITD = 5
26     INTEGER nITD
27     PARAMETER(nITD = 7)
28 dimitri 1.2 PARAMETER (MULTDIM=nITD)
29 heimbach 1.3 C>>>ToM
30 dimitri 1.2 #else
31 dimitri 1.1 PARAMETER (MULTDIM=7)
32 dimitri 1.2 #endif
33 dimitri 1.1
34     C- Maximum Number of tracers
35     INTEGER SItrMaxNum
36     PARAMETER(SItrMaxNum = 3 )
37    
38     #ifdef ALLOW_AUTODIFF_TAMC
39     INTEGER iicekey
40     INTEGER nEVPstepMax
41     PARAMETER ( nEVPstepMax=180 )
42     INTEGER NMAX_TICE
43     PARAMETER ( NMAX_TICE=10 )
44     INTEGER SOLV_MAX_FIXED
45     PARAMETER ( SOLV_MAX_FIXED=500 )
46     #endif
47    
48     #endif /* ALLOW_SEAICE */
49    
50     CEH3 ;;; Local Variables: ***
51     CEH3 ;;; mode:fortran ***
52     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22