1 |
# Format revision for this file |
2 |
frev: 1.0 |
3 |
|
4 |
# Example PRM top level configuration file. |
5 |
# This file specifies the top-level configuration for a PRM simulation. |
6 |
# At this level the number of coarse and fine resolution |
7 |
# component models are selected and the simulation start and end time |
8 |
# and top level time step are specified. |
9 |
# Detailed parameters for the coarse and fine component models are |
10 |
# specified in configuration files for those components. |
11 |
|
12 |
# |
13 |
# 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 components. |
15 |
# The components in a component set all use the same "SetServices" |
16 |
# registration call. |
17 |
# Parameters are as follows |
18 |
# nsets :: Number of component sets to create. |
19 |
# preflist :: List of prefixes used to distinguish each component set. |
20 |
# :: These prefixes indicate the base .rc files that the |
21 |
# :: 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 |
25 |
preflist: 'cg' 'fg' 'f2c' 'c2f' |
26 |
counts: 1 4 4 1 |
27 |
ctype: 'gridded' 'gridded' 'coupler' 'coupler' |
28 |
|
29 |
# |
30 |
# Specify the global start time, end time and time step for this |
31 |
# run. Individual components may have their own internal time step. |
32 |
topStartTime: 0 |
33 |
topEndTime: 86400 |
34 |
topTimeStep: 3600 |
35 |
|
36 |
# |
37 |
rootDir: prmtop/ |