11 |
|
|
12 |
# |
# |
13 |
# Specify one or more component sets, each of which will have its own |
# Specify one or more component sets, each of which will have its own |
14 |
# resource file. A component set is a group of one or more |
# resource file. A component set is a group of one or more components. |
15 |
|
# The components in a component set all use the same "SetServices" |
16 |
|
# registration call. |
17 |
# Parameters are as follows |
# Parameters are as follows |
18 |
# nsets :: Number of component sets to create. |
# nsets :: Number of component sets to create. |
19 |
# preflist :: List of prefixes used to distinguish each component set. |
# preflist :: List of prefixes used to distinguish each component set. |
20 |
# counts:: Number of components to create in each component set. |
# :: These prefixes indicate the base .rc files that the |
21 |
# ctype:: Type of the components in a component set. |
# :: component set will use. |
22 |
|
# counts :: Number of components to create in each component set. |
23 |
|
# ctype :: Type of the components in a component set. |
24 |
nsets: 4 |
nsets: 4 |
25 |
preflist: 'cg' 'fg' 'f2c' 'c2f' |
preflist: 'cg' 'fg' 'f2c' 'c2f' |
26 |
counts: 1 4 4 4 |
counts: 1 4 4 1 |
27 |
ctype: 'gridded' 'gridded' 'coupler' 'coupler' |
ctype: 'gridded' 'gridded' 'coupler' 'coupler' |
28 |
|
|
29 |
# |
# |
30 |
# Specify the global start time, end time and time step for this |
# Specify the global start time, end time and time step for this |
31 |
# run. Each component will have its own internal time step. |
# run. Individual components may have their own internal time step. |
32 |
topStartTime: 0 |
topStartTime: 0 |
33 |
topEndTime: 86400 |
topEndTime: 86400 |
34 |
topTimeStep: 3600 |
topTimeStep: 3600 |
35 |
|
|
36 |
|
# |
37 |
|
rootDir: prmtop/ |