/[MITgcm]/MITgcm_contrib/nesting_sannino/nest_child/NEST_CHILD_PARAMS.h
ViewVC logotype

Annotation of /MITgcm_contrib/nesting_sannino/nest_child/NEST_CHILD_PARAMS.h

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


Revision 1.3 - (hide annotations) (download)
Sun Nov 28 00:59:37 2010 UTC (15 years ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +15 -11 lines
File MIME type: text/plain
- move dirNEST_CHILD & dirCHILD from NEST_CHILD.h to NEST_CHILD_PARAMS.h
- avoid multiple common blocks with the same name

1 jmc 1.3 C $Header: /u/gcmpack/MITgcm_contrib/nesting_sannino/nest_child/NEST_CHILD_PARAMS.h,v 1.2 2009/10/23 19:44:02 sannino Exp $
2 heimbach 1.1 C $Name: $
3    
4 jmc 1.3 #ifdef ALLOW_NEST_CHILD
5    
6     C *==========================================================*
7     C | NEST_CHILD_PARAMS.h
8     C | o Basic parameter header for NEST_CHILD coupler
9     C | parameterization. These parameters are initialized by
10     C | and/or read in from data.nest_child file.
11     C *==========================================================*
12 heimbach 1.1
13 jmc 1.3 C Parameters used in nest_child routine arguments
14 heimbach 1.1 C (needed for compilation
15     C of nest_child routines even if ALLOW_NEST_CHILD is not defined)
16     C nest_childpar - ????
17    
18 sannino 1.2 INTEGER NST_LEV_TOT_C, NST_LEV_C, NCPUs_PAR_C
19     PARAMETER (NST_LEV_TOT_C = 1) !Number of Total Nesting Levels
20     PARAMETER (NST_LEV_C = 1) !Which level am I?
21     PARAMETER (NCPUs_PAR_C = 40)
22 heimbach 1.1
23     COMMON /NEST_CHILD_PAR_R/ nest_child_a
24     _RL nest_child_a
25    
26     COMMON /NEST_CHILD_PAR_I/
27 sannino 1.2 & MSTR_DRV_C, MSTR_PAR_C, MSTR_CLD_C
28     INTEGER MSTR_DRV_C(NST_LEV_TOT_C)
29     INTEGER MSTR_PAR_C(NST_LEV_TOT_C)
30     INTEGER MSTR_CLD_C(NST_LEV_TOT_C)
31 heimbach 1.1
32 jmc 1.3 INTEGER NCPUs_CLD_C(NST_LEV_TOT_C)
33 sannino 1.2 DATA NCPUs_CLD_C / 20 /
34 heimbach 1.1
35 jmc 1.3 COMMON /NEST_CHILD_PAR_C/
36     & dirNEST_CHILD, dirCHILD
37     CHARACTER*80 dirNEST_CHILD,dirCHILD
38    
39 heimbach 1.1 #endif /* ALLOW_NEST_CHILD */
40    
41     CEH3 ;;; Local Variables: ***
42     CEH3 ;;; mode:fortran ***
43     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22