/[MITgcm]/MITgcm/pkg/ocn_compon_interf/cpl_export_my_data.F
ViewVC logotype

Annotation of /MITgcm/pkg/ocn_compon_interf/cpl_export_my_data.F

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


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

1 jmc 1.1 C $Header: $
2     C $Name: $
3    
4     #include "CPP_OPTIONS.h"
5    
6     CStartOfInterface
7     SUBROUTINE CPL_EXPORT_MY_DATA(
8     I myCurrentIter, myCurrentTime, myThid )
9     C /==========================================================\
10     C | SUBROUTINE CPL_EXPORT_MY_DATA |
11     C | o Routine for controlling export of coupling data to |
12     C | coupler layer. |
13     C |==========================================================|
14     C | This version talks to the MIT Coupler. It uses the MIT |
15     C | Coupler "checkpoint1" library calls. |
16     C \==========================================================/
17     IMPLICIT NONE
18    
19     C == Routine arguments ==
20     C myCurrentIter - Current timestep number.
21     C myCurrentTime - Current internal time.
22     C myThid - Thread number for this instance
23     C of the routine.
24     INTEGER myCurrentIter
25     _RL myCurrentTime
26     INTEGER myThid
27     CEndOfInterface
28    
29     C == Local variables ==
30    
31     C Send data to coupling layer. Note MIT Coupler checkpoint1
32     C does not allow asynchronous posting of data, so ordering has to be
33     C consistent with coupling layer ordering.
34     CALL OCN_EXPORT_SST ( myThid )
35    
36     RETURN
37     END

  ViewVC Help
Powered by ViewVC 1.1.22