/[MITgcm]/MITgcm_contrib/nesting_sannino/nest_parent/NEST_PARENT_PARAMS.h
ViewVC logotype

Annotation of /MITgcm_contrib/nesting_sannino/nest_parent/NEST_PARENT_PARAMS.h

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


Revision 1.3 - (hide annotations) (download)
Sun Nov 28 02:25:39 2010 UTC (14 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +14 -16 lines
File MIME type: text/plain
remove some comments about "nesting_son"

1 jmc 1.3 C $Header: /u/gcmpack/MITgcm_contrib/nesting_sannino/nest_parent/NEST_PARENT_PARAMS.h,v 1.2 2009/10/23 19:42:00 sannino Exp $
2 heimbach 1.1 C $Name: $
3    
4 jmc 1.3 #ifdef ALLOW_NEST_PARENT
5 heimbach 1.1
6 jmc 1.3 C *===============================================================*
7     C | NEST_PARENT_PARAMS.h
8     C | o Basic parameter header for NEST_PARENT coupler
9     C | parameterization. These parameters are initialized by
10     C | and/or read in from data.nest_parent file.
11     C *===============================================================*
12    
13     C Parameters used in nest_parent routine arguments
14     C (needed for compilation of nest_parent routines even
15     C if ALLOW_NEST_PARENT is not defined)
16 heimbach 1.1
17 sannino 1.2 INTEGER NST_LEV_TOT_P, NST_LEV_P, NCPUs_PAR_P
18     PARAMETER (NST_LEV_TOT_P = 1) !Number of Total Nesting Levels
19     PARAMETER (NST_LEV_P = 1) !Which level am I?
20     PARAMETER (NCPUs_PAR_P = 40 )
21 heimbach 1.1
22     COMMON /NEST_PARENT_PAR_I/
23 jmc 1.3 & LeftB, RightB,
24 sannino 1.2 & MSTR_DRV_P, MSTR_PAR_P, MSTR_CLD_P
25 heimbach 1.1 INTEGER LEFTB
26     INTEGER RIGHTB
27 sannino 1.2 INTEGER MSTR_DRV_P(NST_LEV_TOT_P)
28     INTEGER MSTR_PAR_P(NST_LEV_TOT_P)
29     INTEGER MSTR_CLD_P(NST_LEV_TOT_P)
30    
31 jmc 1.3 INTEGER NCPUs_CLD_P(NST_LEV_TOT_P)
32 sannino 1.2 DATA NCPUs_CLD_P / 20 /
33 heimbach 1.1
34     COMMON /NEST_PARENT_PAR_C/
35     & dirNEST_PARENT
36     CHARACTER*80 dirNEST_PARENT
37    
38     #endif /* ALLOW_NEST_PARENT */
39    
40     CEH3 ;;; Local Variables: ***
41     CEH3 ;;; mode:fortran ***
42     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22