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

Contents of /MITgcm/pkg/aim_ocn_coupler/cpl_send_ocn_tauy.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:01 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_SEND_OCN_TAUY
8 C /==========================================================\
9 C | SUBROUTINE CPL_SEND_OCN_TAUY |
10 C | o Routine for sending meridional momentum flux to ocean |
11 C | 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 #include "OCNSIZE.h"
23 #include "OCNVARS.h"
24 #include "OCNIDS.h"
25
26 C == Routine arguments ==
27
28 C == Local variables ==
29
30 CEndOfInterface
31
32 C Map atmos. meridional momentum flux onto ocean grid
33 CALL ATM_TO_OCN_MAPXYR8(
34 I Nx_atm, Ny_atm,
35 I TauY_atm,
36 I Nx_ocn, Ny_ocn,
37 O TauY_ocn)
38
39 C Send atmos. config to ocean component
40 CALL COUPSEND_R8TILES( ocnCompName, ocnTauYName,
41 I Nx_ocn, Ny_ocn,
42 I TauY_ocn )
43
44 RETURN
45 END

  ViewVC Help
Powered by ViewVC 1.1.22