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

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

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


Revision 1.3 - (show annotations) (download)
Thu May 16 20:57:00 2013 UTC (11 years ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
FILE REMOVED
rename pkg/aim_compon_interf to pkg/atm_compon_interf (to be used with other
 atmospheric physics pkg) but by-pass CVS to get the new pkg so that
 we keep the history.

1 C $Header: /u/gcmpack/MITgcm/pkg/aim_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 == Routine arguments ==
32 C myThid :: Thread number for this instance of the routine
33 c INTEGER myThid
34 CEOP
35
36 C !LOCAL VARIABLES:
37 C == Local variables ==
38
39 C-- Initialise connection with coupler
40 #ifdef COMPONENT_MODULE
41 CALL MITCOMPONENT_INIT( atmCompName, MPI_COMM_MODEL )
42 #endif
43
44 RETURN
45 END

  ViewVC Help
Powered by ViewVC 1.1.22