/[MITgcm]/MITgcm/pkg/atm_compon_interf/cpl_init.F
ViewVC logotype

Contents of /MITgcm/pkg/atm_compon_interf/cpl_init.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Mon Dec 2 21:41:59 2013 UTC (10 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint65, checkpoint65p, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e
Changes since 1.2: +7 -5 lines
changes in MITCOMPONENT_INIT argument list.

1 C $Header: /u/gcmpack/MITgcm/pkg/atm_compon_interf/cpl_init.F,v 1.2 2009/12/25 19:43:43 jmc Exp $
2 C $Name: $
3
4 #include "CPP_OPTIONS.h"
5
6 CBOP 0
7 C !ROUTINE: CPL_INIT
8
9 C !INTERFACE:
10 SUBROUTINE CPL_INIT
11
12 C !DESCRIPTION:
13 C *==========================================================*
14 C | SUBROUTINE CPL_INIT
15 C | o Routine controlling coupler layer initialisation.
16 C | - Atmospheric version -
17 C *==========================================================*
18 C | This version talks to the MIT Coupler. It uses the MIT
19 C | Coupler "checkpoint1" library calls.
20 C *==========================================================*
21
22 C !USES:
23 IMPLICIT NONE
24 C == Global variables ==
25 #include "SIZE.h"
26 #include "EEPARAMS.h"
27 #include "EESUPPORT.h"
28 #include "ATMIDS.h"
29
30 C !INPUT/OUTPUT PARAMETERS:
31 C myThid :: Thread number for this instance of the routine
32 c INTEGER myThid
33 CEOP
34
35 #ifdef COMPONENT_MODULE
36 C !LOCAL VARIABLES:
37 C msgUnit :: log-file I/O unit
38 INTEGER msgUnit
39
40 C-- Initialise connection with coupler
41 CALL MITCOMPONENT_INIT(
42 I atmCompName,
43 O MPI_COMM_MODEL, msgUnit )
44 #endif
45
46 RETURN
47 END

  ViewVC Help
Powered by ViewVC 1.1.22