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

Annotation of /MITgcm/pkg/atm_ocn_coupler/sendout_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 (17 years, 11 months 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 SENDOUT_COMPONENT_CONFIGS
8     C /==========================================================\
9     C | SUBROUTINE SENDOUT_COMPONENT_CONFIGS |
10     C | o Rotuine which controls distribution of component model |
11     C | configuration information to other components. |
12     C \==========================================================/
13     IMPLICIT NONE
14    
15     C Send atmos. config (ATMCONFIG) to ocean
16     C component (OCN).
17     CALL CPL_SEND_OCN_ATMCONFIG
18    
19     C Send ocean config (OCNCONFIG) to atmos.
20     C component (ATM).
21     CALL CPL_SEND_ATM_OCNCONFIG
22    
23     RETURN
24     END

  ViewVC Help
Powered by ViewVC 1.1.22