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

Annotation of /MITgcm/pkg/atm_ocn_coupler/cpl_recv_ocn_fields.F

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


Revision 1.3 - (hide annotations) (download)
Thu Jun 15 23:29:17 2006 UTC (18 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58u_post, checkpoint58w_post, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58q_post, checkpoint58j_post, checkpoint59a, checkpoint59, checkpoint58o_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58m_post
Changes since 1.2: +1 -1 lines
check-in those files again (deleted accidentally)

1 jmc 1.3 C $Header: /u/gcmpack/MITgcm/pkg/aim_ocn_coupler/cpl_recv_ocn_fields.F,v 1.1 2004/05/21 19:31:50 jmc Exp $
2 jmc 1.1 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