/[MITgcm]/MITgcm_contrib/jscott/pkg_atm2d/cpl_recv_ocn_ocnconfig.F
ViewVC logotype

Annotation of /MITgcm_contrib/jscott/pkg_atm2d/cpl_recv_ocn_ocnconfig.F

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


Revision 1.1 - (hide annotations) (download)
Fri Aug 11 18:55:49 2006 UTC (19 years, 4 months ago) by jscott
Branch: MAIN
new 2d atm package

1 jscott 1.1 C $Header: /u/gcmpack/MITgcm/pkg/atm_ocn_coupler/cpl_recv_ocn_ocnconfig.F,v 1.3 2006/06/15 23:29:17 jmc Exp $
2     C $Name: $
3     #ifdef ATM2D_MPI_ON
4     #include "CPP_OPTIONS.h"
5    
6     CStartOfInterface
7     SUBROUTINE CPL_RECV_OCN_OCNCONFIG
8     C /==========================================================\
9     C | SUBROUTINE CPL_RECV_OCN_OCNCONFIG |
10     C | o Routine for receiving ocean config into coupling level.|
11     C |==========================================================|
12     C | This version talks to the MITgcm general circulation |
13     C | model. For now just get the models depth map. |
14     C \==========================================================/
15     IMPLICIT NONE
16    
17     C == Global variables ==
18     #include "OCNSIZE.h"
19     #include "OCNVARS.h"
20     #include "OCNIDS.h"
21    
22     C == Routine arguments ==
23    
24     C == Local variables ==
25    
26     CEndOfInterface
27    
28     C Get config from ocean component
29     CALL COUPRECV_R8TILES( ocnCompName,
30     I ocnMxlDName, Nx_ocn, Ny_ocn,
31     O OcMxlD_ocn )
32    
33     RETURN
34     END
35     #endif

  ViewVC Help
Powered by ViewVC 1.1.22