| 1 |
jscott |
1.2 |
C $Header: /u/gcmpack/MITgcm_contrib/jscott/pkg_atm2d/CPLIDS.h,v 1.1 2006/08/11 18:55:50 jscott Exp $ |
| 2 |
jscott |
1.1 |
C $Name: $ |
| 3 |
|
|
|
| 4 |
|
|
C /==========================================================\ |
| 5 |
|
|
C | CPLIDS.h Declare symbolic constants holding strings that | |
| 6 |
|
|
C | are used to identify this component and the | |
| 7 |
|
|
C | fields it exchanges with other components. | |
| 8 |
|
|
C | Note - the name 'Coupler' has a special meaning.| |
| 9 |
|
|
C | It is used in the MIT Coupler library to denote | |
| 10 |
|
|
C | the process that coordinates the communication | |
| 11 |
|
|
C | between processes. | |
| 12 |
|
|
C \==========================================================/ |
| 13 |
|
|
CHARACTER*(*) cplCompName |
| 14 |
jscott |
1.2 |
PARAMETER( cplCompName = 'Coupler' ) |
| 15 |
jscott |
1.1 |
|