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

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

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


Revision 1.1 - (show annotations) (download)
Fri May 21 19:31:50 2004 UTC (20 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint54f_post, checkpoint57t_post, checkpoint56b_post, checkpoint56, checkpoint57o_post, checkpoint57h_pre, checkpoint57y_post, checkpoint57r_post, checkpoint55j_post, eckpoint57e_pre, checkpoint55c_post, checkpoint58c_post, checkpoint57k_post, checkpoint57d_post, checkpoint55d_post, checkpoint58g_post, checkpoint57x_post, checkpoint57i_post, checkpoint57c_post, checkpoint54a_post, checkpoint57m_post, checkpoint55e_post, checkpoint55f_post, checkpoint58, checkpoint57a_pre, checkpoint58e_post, checkpoint57, checkpoint57v_post, checkpoint53d_post, checkpoint53c_post, checkpoint53g_post, checkpoint57g_pre, checkpoint54b_post, checkpoint55h_post, checkpoint54a_pre, checkpoint53f_post, checkpoint55a_post, checkpoint57f_post, checkpoint53d_pre, checkpoint58h_post, checkpoint57h_done, checkpoint55i_post, checkpoint57e_post, checkpoint54c_post, checkpoint58f_post, checkpoint54d_post, checkpoint57s_post, checkpoint57j_post, checkpoint58b_post, checkpoint56c_post, checkpoint55g_post, checkpoint57n_post, checkpoint54e_post, checkpoint57b_post, checkpoint55b_post, checkpoint58d_post, checkpoint57w_post, checkpoint57p_post, checkpoint57h_post, checkpint57u_post, checkpoint55d_pre, checkpoint58a_post, checkpoint57l_post, checkpoint57g_post, checkpoint58i_post, checkpoint57q_post, checkpoint57y_pre, checkpoint55, checkpoint57f_pre, checkpoint57a_post, checkpoint54, checkpoint56a_post, checkpoint57c_pre, checkpoint57z_post
new version of coupler for AIM+thSIce and ocean

1 C $Header: /u/gcmpack/MITgcm/pkg/aim_ocn_coupler/cpl_recv_ocn_sst.F,v 1.1 2003/12/15 02:28:01 jmc Exp $
2 C $Name: $
3
4 #include "CPP_OPTIONS.h"
5
6 CStartOfInterface
7 SUBROUTINE CPL_RECV_OCN_FIELDS
8 C /==========================================================\
9 C | SUBROUTINE CPL_RECV_OCN_FIELDS |
10 C | o Routine for receiving surface fields from 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 "OCNSIZE.h"
20 #include "OCNVARS.h"
21 #include "OCNIDS.h"
22
23 C == Routine arguments ==
24
25 C == Local variables ==
26
27 CEndOfInterface
28
29 C Receive Ocean mixed-layer depths from ocean component
30 CALL COUPRECV_R8TILES( ocnCompName, ocnMxlDName,
31 I Nx_ocn, Ny_ocn,
32 O OcMxlD_ocn )
33
34 C Receive sea surface temperature from ocean component
35 CALL COUPRECV_R8TILES( ocnCompName, ocnSSTName,
36 I Nx_ocn, Ny_ocn,
37 O SST_ocn )
38
39 C Receive sea surface salinity from ocean component
40 CALL COUPRECV_R8TILES( ocnCompName, ocnSSSName,
41 I Nx_ocn, Ny_ocn,
42 O SSS_ocn )
43
44 C Receive sea surface velocity square from ocean component
45 CALL COUPRECV_R8TILES( ocnCompName, ocnSSVsqName,
46 I Nx_ocn, Ny_ocn,
47 O vSq_ocn )
48
49 RETURN
50 END

  ViewVC Help
Powered by ViewVC 1.1.22