/[MITgcm]/MITgcm/verification/seaice_itd/code/SEAICE_SIZE.h
ViewVC logotype

Contents of /MITgcm/verification/seaice_itd/code/SEAICE_SIZE.h

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


Revision 1.4 - (show annotations) (download)
Wed Jun 25 10:54:27 2014 UTC (9 years, 9 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint64z, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint65, HEAD
Changes since 1.3: +7 -11 lines
File MIME type: text/plain
update after moving of MPSEUDOTIMESTEPS in SEAICE_SIZE.h

1 C $Header: /u/gcmpack/MITgcm/pkg/seaice/SEAICE_SIZE.h,v 1.10 2014/06/25 10:48:26 mlosch 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 nITD :: number of seaice categories to allocate
16 CEOP
17
18 C- Maximum Number of categories
19 INTEGER nITD
20 C--
21 #ifdef SEAICE_ITD
22 C nITD defines number of ice thickness categories,
23 C i.e. size of additional dimension to AREA, HEFF, HSNOW, etc.
24 C Bitz et al. (2001, JGR) suggest a minimum of nITD = 5
25 PARAMETER (nITD = 7)
26 #else
27 PARAMETER (nITD = 7)
28 #endif
29
30 C- Maximum Number of tracers
31 INTEGER SItrMaxNum
32 PARAMETER(SItrMaxNum = 3 )
33
34 #ifdef ALLOW_AUTODIFF_TAMC
35 INTEGER iicekey
36 INTEGER nEVPstepMax
37 PARAMETER ( nEVPstepMax=180 )
38 INTEGER NMAX_TICE
39 PARAMETER ( NMAX_TICE=10 )
40 INTEGER SOLV_MAX_FIXED
41 PARAMETER ( SOLV_MAX_FIXED=500 )
42 INTEGER MPSEUDOTIMESTEPS
43 PARAMETER (MPSEUDOTIMESTEPS=2)
44 #endif /* ALLOW_AUTODIFF_TAMC */
45
46 #endif /* ALLOW_SEAICE */
47
48 CEH3 ;;; Local Variables: ***
49 CEH3 ;;; mode:fortran ***
50 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22