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

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

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


Revision 1.2 - (hide annotations) (download)
Fri Apr 8 14:55:40 2005 UTC (20 years, 3 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint63m, checkpoint63n, HEAD
Changes since 1.1: +12 -5 lines
Added in allocation of different models to different CPU sets etc..

1 cnh 1.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 cnh 1.2 # 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 cnh 1.1 # Parameters are as follows
18     # nsets :: Number of component sets to create.
19     # preflist :: List of prefixes used to distinguish each component set.
20 cnh 1.2 # :: 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 cnh 1.1 nsets: 4
25     preflist: 'cg' 'fg' 'f2c' 'c2f'
26 cnh 1.2 counts: 1 4 4 1
27 cnh 1.1 ctype: 'gridded' 'gridded' 'coupler' 'coupler'
28    
29     #
30     # Specify the global start time, end time and time step for this
31 cnh 1.2 # run. Individual components may have their own internal time step.
32 cnh 1.1 topStartTime: 0
33     topEndTime: 86400
34     topTimeStep: 3600
35 cnh 1.2
36     #
37     rootDir: prmtop/

  ViewVC Help
Powered by ViewVC 1.1.22