/[MITgcm]/MITgcm/pkg/aim_ocn_coupler/cpl_recv_atm_taux.F
ViewVC logotype

Contents of /MITgcm/pkg/aim_ocn_coupler/cpl_recv_atm_taux.F

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


Revision 1.1 - (show annotations) (download)
Mon Dec 15 02:28:00 2003 UTC (20 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52i_pre, checkpoint53b_pre, checkpoint52j_post, checkpoint52j_pre, checkpoint52l_post, checkpoint52k_post, checkpoint52l_pre, checkpoint52e_pre, hrcube4, hrcube5, checkpoint53b_post, checkpoint53, checkpoint52n_post, checkpoint52d_post, checkpoint52e_post, checkpoint52i_post, checkpoint52f_post, checkpoint52m_post, checkpoint52h_pre, checkpoint53a_post, checkpoint52f_pre, hrcube_2, hrcube_3
check-in the first version of the coupler for multi-components set-up.

1 C $Header: $
2 C $Name: $
3
4 #include "CPP_OPTIONS.h"
5
6 CStartOfInterface
7 SUBROUTINE CPL_RECV_ATM_TAUX
8 C /==========================================================\
9 C | SUBROUTINE CPL_RECV_ATM_TAUX |
10 C | o Routine for receiving lower boundary zonal momentum |
11 C | flux from atmos component. |
12 C |==========================================================|
13 C | This version talks to the MITgcm general circulation |
14 C | model. |
15 C \==========================================================/
16 IMPLICIT NONE
17
18 C == Global variables ==
19 #include "ATMSIZE.h"
20 #include "ATMVARS.h"
21 #include "ATMIDS.h"
22
23 C == Routine arguments ==
24
25 C == Local variables ==
26
27 CEndOfInterface
28
29 C Receive lower boundary momentum flux from atmos. component
30 CALL COUPRECV_R8TILES( atmCompName, atmTauXName, Nx_atm, Ny_atm,
31 & TauX_atm )
32
33 RETURN
34 END

  ViewVC Help
Powered by ViewVC 1.1.22