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

Annotation of /MITgcm/pkg/atm_ocn_coupler/receive_component_configs.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:18 2006 UTC (18 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58u_post, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58w_post, checkpoint58j_post, checkpoint58q_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59h, checkpoint59, checkpoint58o_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58m_post
Changes since 1.2: +0 -0 lines
check-in those files again (deleted accidentally)

1 jmc 1.1 C $ Header: $
2     C $ Name: $
3    
4     #include "CPP_OPTIONS.h"
5    
6     CStartOfInterface
7     SUBROUTINE RECEIVE_COMPONENT_CONFIGS
8     C /==========================================================\
9     C | SUBROUTINE RECEIVE_COMPONENT_CONFIGS |
10     C | o Rotuine which controls receiving the configurations |
11     C | of each of the component models. |
12     C \==========================================================/
13     IMPLICIT NONE
14    
15     C Data on ocean grid
16     #include "OCNSIZE.h"
17     #include "OCNVARS.h"
18     C Data on atmos grid
19     #include "ATMSIZE.h"
20     #include "ATMVARS.h"
21    
22     C Receive ocean config (OCNCONFIG) from ocean
23     C component (OCN).
24     CALL CPL_RECV_OCN_OCNCONFIG
25    
26     C Receive atmos config (ATCONFIG) from atmos.
27     C component (ATM).
28     CALL CPL_RECV_ATM_ATMCONFIG
29    
30     RETURN
31     END

  ViewVC Help
Powered by ViewVC 1.1.22