/[MITgcm]/MITgcm/verification/offline_exf_seaice/code_ad/SEAICE_SIZE.h
ViewVC logotype

Contents of /MITgcm/verification/offline_exf_seaice/code_ad/SEAICE_SIZE.h

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


Revision 1.3 - (show annotations) (download)
Mon Mar 25 02:39:33 2013 UTC (11 years, 1 month ago) by gforget
Branch: MAIN
CVS Tags: checkpoint64x, checkpoint64o, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64n, checkpoint64g, checkpoint64f, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l
Changes since 1.2: +14 -1 lines
File MIME type: text/plain
- new experiment.

1 C $Header: /u/gcmpack/MITgcm/verification/offline_exf_seaice/code/SEAICE_SIZE.h,v 1.2 2012/12/08 00:34:29 jmc Exp $
2 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 C--
21 #ifdef SEAICE_ITD
22 CToM<<<
23 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 PARAMETER (MULTDIM=nITD)
29 C>>>ToM
30 #else
31 c PARAMETER (MULTDIM=7)
32 PARAMETER (MULTDIM=1)
33 #endif
34
35 C- Maximum Number of tracers
36 INTEGER SItrMaxNum
37 PARAMETER(SItrMaxNum = 3 )
38
39 #ifdef ALLOW_AUTODIFF_TAMC
40 INTEGER iicekey
41 INTEGER nEVPstepMax
42 PARAMETER ( nEVPstepMax=180 )
43 INTEGER NMAX_TICE
44 PARAMETER ( NMAX_TICE=10 )
45 INTEGER SOLV_MAX_FIXED
46 PARAMETER ( SOLV_MAX_FIXED=500 )
47 #endif
48
49 #endif /* ALLOW_SEAICE */
50
51 CEH3 ;;; Local Variables: ***
52 CEH3 ;;; mode:fortran ***
53 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22