/[MITgcm]/MITgcm/pkg/atm2d/cpl_recv_ocn_ocnconfig.F
ViewVC logotype

Annotation of /MITgcm/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)
Wed Sep 6 15:32:39 2006 UTC (17 years, 8 months ago) by jscott
Branch: MAIN
CVS Tags: checkpoint58u_post, checkpoint58w_post, checkpoint58r_post, checkpoint58x_post, checkpoint58t_post, checkpoint58q_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59h, checkpoint59, checkpoint58y_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post
add atm2d package

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

  ViewVC Help
Powered by ViewVC 1.1.22