# Format revision for this file frev: 1.0 # Example PRM top level configuration file. # This file specifies the top-level configuration for a PRM simulation. # At this level the number of coarse and fine resolution # component models are selected and the simulation start and end time # and top level time step are specified. # Detailed parameters for the coarse and fine component models are # specified in configuration files for those components. # # Specify one or more component sets, each of which will have its own # resource file. A component set is a group of one or more # Parameters are as follows # nsets :: Number of component sets to create. # preflist :: List of prefixes used to distinguish each component set. # counts:: Number of components to create in each component set. # ctype:: Type of the components in a component set. nsets: 4 preflist: 'cg' 'fg' 'f2c' 'c2f' counts: 1 4 4 4 ctype: 'gridded' 'gridded' 'coupler' 'coupler' # # Specify the global start time, end time and time step for this # run. Each component will have its own internal time step. topStartTime: 0 topEndTime: 86400 topTimeStep: 3600