/[MITgcm]/MITgcm_contrib/PRM/prmtop_mod.dir/input/prmtop.rc
ViewVC logotype

Diff of /MITgcm_contrib/PRM/prmtop_mod.dir/input/prmtop.rc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by cnh, Wed Apr 6 01:56:41 2005 UTC revision 1.2 by cnh, Fri Apr 8 14:55:40 2005 UTC
# Line 11  frev: 1.0 Line 11  frev: 1.0
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/

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22