| 1 |
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 |
C $Name: $ |
| 3 |
|
| 4 |
#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 |
|
| 13 |
C Parameters used in nest_child routine arguments |
| 14 |
C (needed for compilation |
| 15 |
C of nest_child routines even if ALLOW_NEST_CHILD is not defined) |
| 16 |
C nest_childpar - ???? |
| 17 |
|
| 18 |
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 |
|
| 23 |
COMMON /NEST_CHILD_PAR_R/ nest_child_a |
| 24 |
_RL nest_child_a |
| 25 |
|
| 26 |
COMMON /NEST_CHILD_PAR_I/ |
| 27 |
& 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 |
|
| 32 |
INTEGER NCPUs_CLD_C(NST_LEV_TOT_C) |
| 33 |
DATA NCPUs_CLD_C / 20 / |
| 34 |
|
| 35 |
COMMON /NEST_CHILD_PAR_C/ |
| 36 |
& dirNEST_CHILD, dirCHILD |
| 37 |
CHARACTER*80 dirNEST_CHILD,dirCHILD |
| 38 |
|
| 39 |
#endif /* ALLOW_NEST_CHILD */ |
| 40 |
|
| 41 |
CEH3 ;;; Local Variables: *** |
| 42 |
CEH3 ;;; mode:fortran *** |
| 43 |
CEH3 ;;; End: *** |