| 1 |
C $Header: /u/gcmpack/MITgcm/pkg/atm_ocn_coupler/CPLIDS.h,v 1.3 2006/06/15 23:29:17 jmc 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 |
|