C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/ESMF/global_ocean.128x64x15/code/cpl_init.F,v 1.1 2004/02/15 22:28:19 cnh Exp $ C $Name: $ #include "CPP_OPTIONS.h" CStartOfInterface SUBROUTINE CPL_INIT C *==========================================================* C | SUBROUTINE CPL_INIT | C | o Routine controlling coupler layer initialisation. | C | - Oceanic version - | C *==========================================================* C | This version talks to the MIT Coupler. It uses the MIT | C | Coupler "checkpoint1" library calls. | C *==========================================================* IMPLICIT NONE C == Global variables == #include "SIZE.h" #include "EEPARAMS.h" #include "EESUPPORT.h" #include "OCNIDS.h" C == Routine arguments == C myThid - Thread number for this instance of the routine INTEGER myThid CEndOfInterface C == Local variables == C-- Initialise connection with coupler #ifdef COMPONENT_MODULE C CALL MITCOMPONENT_INIT( ocnCompName, MPI_COMM_MODEL ) #endif RETURN END