/[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.4 - (hide annotations) (download)
Wed Mar 27 18:59:52 2013 UTC (12 years, 4 months ago) by torge
Branch: MAIN
Changes since 1.3: +1 -1 lines
File MIME type: text/plain
updating my MITgcm_contrib directory to include latest changes on main branch;
settings are to run a 1D test szenario with ITD code and 7 categories

1 torge 1.4 C $Header: /u/gcmpack/MITgcm/pkg/seaice/SEAICE_SIZE.h,v 1.6 2012/10/22 21:14:06 heimbach 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