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

Annotation of /MITgcm/pkg/atm_compon_interf/atm_import_ocnconfig.F

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


Revision 1.1 - (hide annotations) (download)
Mon Dec 15 02:44:48 2003 UTC (20 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52l_pre, checkpoint52e_pre, hrcube4, checkpoint52n_post, checkpoint52j_post, checkpoint52e_post, checkpoint52l_post, checkpoint52k_post, checkpoint53b_pre, checkpoint52m_post, checkpoint53a_post, checkpoint53b_post, checkpoint53, checkpoint52d_post, checkpoint52f_post, hrcube5, checkpoint52i_post, checkpoint52j_pre, checkpoint52i_pre, checkpoint52h_pre, checkpoint52f_pre, hrcube_2, hrcube_3
AIM atmosphere interface S/R for exchanges with the coupler.

1 jmc 1.1 C $Header: $
2     C $Name: $
3    
4     #include "CPP_OPTIONS.h"
5    
6     CStartOfInterface
7     SUBROUTINE ATM_IMPORT_OCNCONFIG( myThid )
8     C /==========================================================\
9     C | SUBROUTINE ATM_IMPORT_OCNCONFIG |
10     C | o Routine for importing ocean config into atmos. |
11     C | component. |
12     C |==========================================================|
13     C | This version talks to the MIT Coupler. It uses the |
14     C | MIT Coupler "checkpoint 1" library calls. |
15     C \==========================================================/
16     IMPLICIT NONE
17    
18     C == Global variables ==
19     #include "SIZE.h"
20     #include "EEPARAMS.h"
21     #include "OCNIDS.h"
22     #include "ATMCPL.h"
23    
24     C == Routine arguments ==
25     C myThid - Thread number for this instance of the routine
26     INTEGER myThid
27     CEndOfInterface
28    
29     C Receive ocean model configuration info.
30     C o Import ocean model depths
31     CALL COMPRECV_R8TILES( ocnBathyName,
32     I sNx, OLx, sNy, OLy, 1, nSx, nSy,
33     O Hocn )
34    
35     RETURN
36     END

  ViewVC Help
Powered by ViewVC 1.1.22