Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:37:38 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
7f58e89433 Jean*0001 C     /==========================================================\
                0002 C     | CPLIDS.h Declare symbolic constants holding strings that |
                0003 C     |          are used to identify this component and the     |
                0004 C     |          fields it exchanges with other components.      |
                0005 C     |          Note - the name 'Coupler' has a special meaning.|
                0006 C     |          It is used in the MIT Coupler library to denote |
                0007 C     |          the process that coordinates the communication  |
                0008 C     |          between processes.                              |
                0009 C     \==========================================================/
                0010       CHARACTER*(*) cplCompName 
                0011       PARAMETER( cplCompName  = 'Coupler'        )