/[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.1 - (hide annotations) (download)
Wed Oct 21 00:00:29 2009 UTC (15 years, 9 months ago) by heimbach
Branch: MAIN
File MIME type: text/plain
Initial checkin of two-way nesting code by
Sannino et al., Ocean Modeling, 2009

1 heimbach 1.1 C $Header: /u/gcmpack/MITgcm/pkg/nesting_son/NEST_PARENT_PARAMS.h,v 1.1 2005/07/18 21:54:17 gianmaria sannino Exp $
2     C $Name: $
3    
4     C /===============================================================\
5     C | NEST_PARENT_PARAMS.h |
6     C | o Basic parameter header for NEST_PARENT coupler |
7     C | parameterization. These parameters are initialized by |
8     C | and/or read in from data.nesting_son file. |
9     C \===============================================================/
10    
11     C Parameters used in nesting_son routine arguments
12     C (needed for compilation
13     C of nesting_son routines even if ALLOW_NEST_PARENT is not defined)
14     C nesting_sonpar - ????
15    
16     #ifdef ALLOW_NEST_PARENT
17    
18     INTEGER NST_LEV_TOT_F, NST_LEV_F, NCPUs_FTH_F
19     PARAMETER (NST_LEV_TOT_F = 1) !Number of Total Nesting Levels
20     PARAMETER (NST_LEV_F = 1) !Which level am I?
21     PARAMETER (NCPUs_FTH_F = 40 )
22    
23     COMMON /NEST_PARENT_PAR_I/
24     & LEFTB, RIGHTB,
25     & MSTR_DRV_F, MSTR_FTH_F, MSTR_SON_F
26     INTEGER LEFTB
27     INTEGER RIGHTB
28     INTEGER MSTR_DRV_F (NST_LEV_TOT_F)
29     INTEGER MSTR_FTH_F (NST_LEV_TOT_F)
30     INTEGER MSTR_SON_F (NST_LEV_TOT_F)
31    
32     INTEGER NCPUs_SON_F(NST_LEV_TOT_F)
33     DATA NCPUs_SON_F / 20 /
34     c DATA NCPUs_SON_F / 1,2,3/
35    
36     COMMON /NEST_PARENT_PAR_C/
37     & dirNEST_PARENT
38     CHARACTER*80 dirNEST_PARENT
39    
40     #endif /* ALLOW_NEST_PARENT */
41    
42    
43     CEH3 ;;; Local Variables: ***
44     CEH3 ;;; mode:fortran ***
45     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22