| 1 |
C $Header: /u/gcmpack/MITgcm_contrib/jscott/pkg_atm2d/CPLIDS.h,v 1.2 2006/08/22 20:21:38 jscott Exp $ |
| 2 |
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 |
PARAMETER( cplCompName = 'Coupler' ) |
| 15 |
|