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 |
15 |
# Parameters are as follows |
16 |
# nsets :: Number of component sets to create. |
17 |
# preflist :: List of prefixes used to distinguish each component set. |
18 |
# counts:: Number of components to create in each component set. |
19 |
# ctype:: Type of the components in a component set. |
20 |
nsets: 4 |
21 |
preflist: 'cg' 'fg' 'f2c' 'c2f' |
22 |
counts: 1 4 4 4 |
23 |
ctype: 'gridded' 'gridded' 'coupler' 'coupler' |
24 |
|
25 |
# |
26 |
# Specify the global start time, end time and time step for this |
27 |
# run. Each component will have its own internal time step. |
28 |
topStartTime: 0 |
29 |
topEndTime: 86400 |
30 |
topTimeStep: 3600 |